AI Verified

Name

Display Post ID

Language

PHP

Rating

Voted: 0 by 0 user(s)

Codevault

ActionSkills

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: Not Specified

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

Website/ Profile URL:

https://actionskills.co

History

Last modified:

13/12/2023

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

Display Post ID

 
                    
1add_action(
2 'edit_form_after_title', // the hook
3 'add_ID' // the function
4);
5 
6function add_ID() { global $post;
7 
8 echo '<div class="ID_style"><strong>Post ID: </strong>';
9 $post_id = get_the_ID(); echo $post_id;
10 echo '</div>
11 <h2 class="excerpt_style">Excerpt</h2>
12 
13 
14 ';
15}

0

Related Snippets

Please see some snippets below related to this snippet..

General

AI Verified

1

Show Username in Nav

Added: 1 year ago

Last Updated: 9 months ago

Show Username in Navigation

General

Unverified

0

Stop overflow issues on Mobile devices

Added: 10 months ago

Last Updated: 10 months ago

This is for when a page on the mobile device slides all around because of excess. this prevents the overflow.

General

AI Verified

0

Old post banner

Added: 3 months ago

Last Updated: 3 months ago

Adds a banner to posts that are more than one year old informing users the post may be outdated.

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

General

Unverified

0

Disable Comments

Added: 9 months ago

Last Updated: 3 weeks ago

General

AI Verified

0

Remove tag and category taxonomy

Added: 9 months ago

Last Updated: 9 months ago

Divi Builder

Unverified

0

Divi - Disable Project CPT and Taxonomy

Added: 9 months ago

Last Updated: 3 weeks ago