A Little How-To for AndyBlue Theme:


ANTISPAM:

This WP Template support AuthImage : a Wordpress AntiSpam Plugin (Thanks liqintao.net ! )
In order to use it, Just Download and Activate the Plugin.

ARCHIVES:

For monthly and Category Archives, Create a New Page selecting Archives  as Template Page

GOOGLE ADSENSE:

Do you wanna insert Google Adsense? Replace the Following Code located in left-sidebar.php

<h5>Recent Entries</h5>
<ul>
<p><?php wp_get_archives('type=postbypost&limit=10'); ?></p>            
</ul>
<h5>Favorite Links</h5>
<ul>
<li><?php get_linksbyname('', '', '<br />', '', TRUE, 'name', FALSE, TRUE); ?></li>
</ul>

with your Google Adsense Code (120x600 it's a must; 160x600 doesn't function)

SEARCH:
Do you wanna to integrate Google Search in your Blog?

Remove the following code                 

<?php include (TEMPLATEPATH . '/searchform.php'); ?>

from header.php

and integrate your new code in left-sidebar.php (my opinion)


Have Fun!

Matteo Turchetto - www.italiasw.com