Removing blogroll from sidebar
-
Hi,
I’ve just installed a new template that came with a blogroll already installed in the right sidebar (it’s a 3-col. theme). I’ve been trying to get rid of it, but whenever I remove the bit of code I think should go, it removes everything in the sidebar (i.e. also the SEARCH form) and gives me the message Parse error: syntax error, unexpected $end in.The code in the sidebar file looks like this:
<div id=”right_bar” class=”sidebar”>
<ul class=”sidebar_list”>
<?php
if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(2)) : ?>
<li class=”widget”>
<h2>Search This Site</h2>
<?php include (TEMPLATEPATH . ‘/searchform.php’); ?><?php get_links_list(‘id’); ?>
<?php
endif; ?></div>
… Can anyone tell me which piece of code should go??
(Incidentally, this is not the blogroll widget – that’s what I’d eventually like to use).
Thank you!
Alda
https://newsite.aldasigmunds.com
- The topic ‘Removing blogroll from sidebar’ is closed to new replies.