alt
alt

Reputation: 13907

Wordpress loop one category per page

So I have a standalone Wordpress site with a bunch of different categories:

March 2013 February 2013 January 2013 etc...

I'd like the homepage of my Wordpress site to display the latest category. At this moment that would be March 2013. Then if you go back a page, it would display February 2013, go back another page and you're on January 2013, etc.

How would I go about modifying the wordpress loop to do this?

Thanks.

Upvotes: 0

Views: 81

Answers (1)

user1409909
user1409909

Reputation:

It's kind of weird. You want to use months as Categories.

I'd suggest you to tidy your posts in REAL categories to have a better SEO and in your loop you just change the WP_query to show all post of the current month and change the WP_Query for previous entries. But for me it's not a good conception.

Upvotes: 1

Related Questions