the_ID()
Display the ID of the current item in the WordPress Loop.
Description Description
Source Source
File: wp-includes/post-template.php
function the_ID() {
echo get_the_ID();
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 0.71 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Default usage.
This example shows how to provide a unique anchor identifier to each post.