1. Open your current WordPress theme, duplicate the page.php and rename it to archives.php. 2. Add this lines to the very top of code in archives.php: <?php /* Template Name: Archives */ ?> 3. Edit the <?php the_content(”); ?> to <?php wp_get_archives(‘arguments’); ?> (if you want other format, please read this). Remove other unnecessary code to meet with what you need.
Read more…
Create Archives Page For Your WordPress Blog
Minimalist Vintage WordPress Theme
Minimalist Vintage WordPress Theme, was created based on original theme for WebMinimalist.com. You can choose to make a site with Static Page on the home page (like this site), or make regular blog as your home page. For default, installing this theme will create regular blog in the home page. How To Create A Site With STATIC PAGE on the
Read more…
