There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
How do I how to remove blogroll & meta from right sidebar in 3.3.3?
I have 0 widgets showing so why is anything displayed in my sidebar?
Where is the code contained that displays the blogroll and meta (filename, line number)?
Thanks!
#2
May 8, 2009, 09:15 PM
Flynn
3,768 posts · Oct 2008
Munich, Germany
The only reason to remove that manually would be if you want an existing but blank sidebar. As soon as you put your first widget into a sidebar, the default content will be gone. To remove it manually delete the red parts, in header.php
<?php // Widgetize the Left Sidebar
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : ?>