go41

the info you need to know


von Joern
Keine Kommentare

to get a 'widgetized' div id="sidebar-ads" you have to edit sidebar.php and also functions.php in your theme foldermodify sidebar.php in div id="sidebar-ads" close to the top to look like this:Code:<div id="sidebar-ads">   <?php /* Widget Sidebar Top Extra */ if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar Top Extra') ) : ?>   <?php endif;…