I have 2 questions
1- I'd like to create an archive page that shows per main category all posts from the last 7 days, how do to this?
2- How to create a page that shows a single category?
I have 2 questions
1- I'd like to create an archive page that shows per main category all posts from the last 7 days, how do to this?
2- How to create a page that shows a single category?
1. Check out the archives.php template file in the default theme and adjust wp_get_archives to suit.
2. Either http://codex.wordpress.org/Category_Templates
or http://codex.wordpress.org/Pages#A_Page_of_Posts
You must log in to post.