Tag Archive | "FeedBurner"

Wordpress theme control hacks

Sunday, January 18, 2009

2 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 video, product or author category [...]

Continue reading...