Does anyone know how to arrange posts on the front page by number of days, for example the last 7 days. WordPress only allows you to select the number of Posts but I just want ones from the last 7 days. Perhaps there is a Plugin that does this?
Does anyone know how to arrange posts on the front page by number of days, for example the last 7 days. WordPress only allows you to select the number of Posts but I just want ones from the last 7 days. Perhaps there is a Plugin that does this?
This might do what you are looking for.
if you rather want to change some code, look into query_posts() and the time parameter:
http://codex.wordpress.org/Function_Reference/query_posts
http://codex.wordpress.org/Function_Reference/query_posts#Time_Parameters
This topic has been closed to new replies.