Currently browsing: Wordpress Tutorial

Create Archives Page For Your WordPress Blog

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…

Static Page And A WordPress Blog

This theme is designed based on a iWeb template on my Macbook. And I love it more when it is integrated with WordPress, make my jobs so much simpler. The main idea is: make a website with static page on the home page, and set up a blog that has link to the home page, with only single installation of
Read more…