Decoymer
Member
Posted 2 years ago #
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.
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.
Decoymer
Member
Posted 2 years ago #
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.
Decoymer
Member
Posted 2 years ago #