WELCOME BLOGGER! Thanks for using this theme. In the following lines you will learn how to use it. 1. CONFIGURE SIDEBAR * Go to the administration panel and click on PRESENTATION * In the theme selection panel, click on OPTIONS * Select the block you want by left clicking on it and hold the left button * Drag the selected block into the rectangular area right up the “You have uninstalled blocks!” message 2. RESET SIDEBAR * Go to the administration panel and click on PRESENTATION * In the theme selection panel, click on OPTIONS * Select RESET * Go to the front page of the blog to see the changes 3. ADDING BLOCKS * Just move the php file of the new block into the folder “blocks” * Go to the administration panel and click on PRESENTATION * In the theme selection panel, click on OPTIONS * You will see, above the DRAG PANEL, “You have uninstalled blocks!” message * Then give a name for the new block 4. USING AN STATIC SIDEBAR * Go to the administration panel and click on PRESENTATION * Then, choose THEME EDITOR * Right side, you will see a list with the files which compose this theme. Choose “Sidebar” * On this file, instead of use Include (TEMPLATEPATH . '/dynamic_sidebar.php'); * Use this: include (TEMPLATEPATH . '/static_sidebar.php'); 5. REMOVE ADSENSE ADVERTISING * Go to the administration panel and click on PRESENTATION * Then, choose THEME EDITOR * Right side, you will see a list with the files which compose this theme. Choose “Sidebar” * On this file, instead of use include (TEMPLATEPATH . '/adsense.php'); * Use this: //include (TEMPLATEPATH . '/adsense.php'); *On its place you can add another code 6. ADD YOUR OWN ADSENSE CODE * To edit the adsense.php file, just go to the THEME EDITOR panel.