• When I’m making a whole bunch of pages with the same name with numbering it comes up like this in the category view:

    Post Title 10
    Post Title 11
    Post Title 12
    Post Title 1
    Post Title 2
    Post Title 3
    Post Title 4
    Post Title 5
    Post Title 6
    Post Title 7
    Post Title 8
    Post Title 9

    Is there a plugin or a fix for this?

    I already have “Sort Category Post By Title” plugin which is very useful though does not effect next digit numbers as seen above.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Every post has a post ID in wordpress and it stores in database. You can add that ID # to your post by using <?php the_ID(); ?> ,
    just as you will find in your theme <?php the_content(); ?>

    Refer this article:

    http://codex.wordpress.org/Template_Tags/the_ID

    Thanks,

    Shane G.

    Thread Starter decoymer

    (@decoymer)

    Not what I’m really looking for. :/

    If I really wanted it to work functionally I could just number then like:
    Post Title 009
    Post title 010

    That’s not what I’m looking for either though. Oh well, I’ll continue my search, Let me know if you of anything else.

    Thread Starter decoymer

    (@decoymer)

    Have found nothing.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post numbering’ is closed to new replies.