I’m lazy by nature and like to do as little work as possible. Therefore, when I have the opportunity to automate tasks, I jump at it. As I started getting heavily involved in social networking, I quickly became frustrated with having to update my status at several sites, as well as trying to figure out [...]
Continue reading...Sunday, January 18, 2009
Dynamic Content to homepage If you want to include a specific file in your homepage you can use this code: <?php if ( is_home() ) { include (’yourfile.php’); } ?> where ‘yourfile.php’ is the file that you want to include in the homepage Use different post templates for different categories Lets say you have a video, product or author category [...]
Continue reading...
Saturday, February 14, 2009
0 Comments