Tag Archive | "FeedBurner"

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