Forums

How to include the post number (4 posts)

  1. shadow
    Moderator
    Posted 7 years ago #

    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...

    http://www.chrisjdavis.org/

  2. Mark (podz)
    Support Maven
    Posted 7 years ago #


    <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 :)

  3. Mark (podz)
    Support Maven
    Posted 7 years ago #

    Oh, and that doesn't link anywhere unlike cjd's, but that's just link wrapping it.

  4. shadow
    Moderator
    Posted 7 years ago #

    Thanks Podz. "you've seen it" :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.