Can anyone tell me how the post number can be included next to the title?
Here is an example of how it looks at another site...
Can anyone tell me how the post number can be included next to the title?
Here is an example of how it looks at another site...
<div class="post">
<h2 class="storytitle" id="post-<?php the_ID(); ?>">
<?php echo ($post->ID); ?>
<a href="<?php the_permalink() ?>" rel="bookmark"
The post->ID line is the bit you want.
It's on my blog til you say you've seen it :)
No styling applied of course, so as with all things it can be made prettier, and if you really really really like consecutive numbering, don't use this :)
Oh, and that doesn't link anywhere unlike cjd's, but that's just link wrapping it.
Thanks Podz. "you've seen it" :)
This topic has been closed to new replies.