What is the point of this tag: <?php the_ID(); ?>
-
I have this tag in my theme but am not sure what purpose it serves:
<?php the_ID(); ?>
Removing it doesn’t seem to change anything, so why should I keep it?
I read somewhere that it gives each post a unique id. If this is so, then does that mean I can put a post under multiple categories and not have to worry about duplicate content?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘What is the point of this tag: <?php the_ID(); ?>’ is closed to new replies.