Tag Archive | "RSS"

Bring Traffic by social networking!!!

Saturday, February 14, 2009

1 Comment

Bring Traffic by social networking!!!

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...

WordPress theme control hacks

Sunday, January 18, 2009

5 Comments

WordPress theme control hacks

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 [...]

Continue reading...