How can I create a master archive?
to accomplish that, this what I did for my blog: (1) create a page template, say “masterarcive” (2) add the code in that page. (3) this code also include pagination Here is my entire page template with the complete code I use in it: <?php /** * @package WordPress * @subpackage Default_Theme */ /* Template … Read more