🙂 your bright… 50 – 60 watts
OK I’m taking your advice and using Transitional.
BUT
After doing the tutorial here I found that there were error in the code and the way the pages are structured don’t seem right. For someone just learning this is not a very good tutorial !
Me being a noob really wouldn’t recommend this tutorial to anyone to follow.
Is there a tutorial thats like the default template for Word Press ?
example is all this necessary ? :
<?php wp_title(”); if (function_exists(‘is_tag’) and is_tag()) { ?>Tag Archive for <?php echo $tag; } if (is_archive()) { ?> archive<?php } elseif (is_search()) { ?> Search for <?php echo $s; } if ( !(is_404()) and (is_search()) or (is_single()) or (is_page()) or (function_exists(‘is_tag’) and is_tag()) or (is_archive()) ) { ?> at <?php } ?> <?php bloginfo(‘name’); ?> - <?php bloginfo(‘description’); ?>