rachelannescott
Member
Posted 1 month ago #
Hi there, my site is http://www.rachelyoga.com. I can't make the blogroll on the right widget go away. I've even gone into Dashboard-Links and deleted all the links in there! I already deleted the blogroll out of the right widget side bar. Nothing shows up in the Dashboard-Widget for my right sidebar (except a blank text placeholder I put in there so the default didn't initialize).
Help anyone?
Thanks!!
Hi,
You need to edit the sidebar.php file of your theme in order to remove the default widgets. once you remove the blogroll widget code from the sidebar.php, I am sure it will not be displayed there.
Thanks,
Shane G.
lehacarpenter
Member
Posted 1 month ago #
Actually, there is no sidebar.php per se in the Atahualpa theme. It's in footer.php.
The code to remove is:
<div id="linkcat-12" class="widget widget_links"><div class="widget-title"><h3>Links</h3></div>
<ul class='xoxo blogroll'>
<li><a href="http://wordpress.org/development/">Development Blog</a></li>
<li><a href="http://codex.wordpress.org/">Documentation</a></li>
<li><a href="http://wordpress.org/extend/plugins/">Plugins</a></li>
<li><a href="http://wordpress.org/extend/ideas/">Suggest Ideas</a></li>
<li><a href="http://wordpress.org/support/">Support Forum</a></li>
<li><a href="http://wordpress.org/extend/themes/">Themes</a></li>
<li><a href="http://planet.wordpress.org/">WordPress Planet</a></li>
</ul>
</div>
Leha
beautybattles
Member
Posted 1 month ago #
yay! finally - thank you so much!
Kelley Face
Member
Posted 1 month ago #
I use the same theme... and I did not have that code above to delete in the footer.php section.
I deleted the following:
</div>
<div id="linkcat-99" class="widget widget_links"><div class="widget-title">
<?php wp_list_bookmarks('category_before=&category_after=&title_before=<h3>&title_after=</h3></div>'); ?>
</div>
...and it removed one of the TWO blogroll sections.
Still trying to figure out where the code for the other blogroll section is hidden...help?