Wordpress Post # of #
Posted
by Wes
on Stack Overflow
See other posts from Stack Overflow
or by Wes
Published on 2010-03-27T00:31:11Z
Indexed on
2010/03/27
0:33 UTC
Read the original article
Hit count: 424
I'm looking for an easy way to assign a post number to each post in wordpress and display it out of the total number of posts. A little info:
- There will be about 100 "posts", each on its own page
- I want users to click through each post, so start at post 1 and click "next post" to get to post 2
- I want it to say post 4/100 at the top for each post
- I want the URL to have the post name in it
I was going to use WP-PageNavi and set each page to display 1 post, however I need the url to show /post-name/ and not /page/2/
I know I can count total number of posts pretty easily, any idea how I can assign a number to each post without having to do it manually? I'd like to sort by date added.
© Stack Overflow or respective owner