This Text File Was Written Using Notepad++. Please download the editor from http://notepad-plus.sourceforge.net
if you have problems displaying it.


MEMO:

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






