View Single Post
  #3 (permalink)  
Old 05-16-2008, 12:31 AM
alda alda is offline
Member
 
Join Date: May 2008
Posts: 35
Default

Hi Tori,

No, alas - I didn't figure it out, and the search form is definitely not present on my main site: — The Iceland Weather Report.

I missed the </li> closing tag when I posted this, but it's there. The beginning of the sidebar looks like this:

Quote:
<div id="sidebar_1" class="sidebar">
<ul class="sidebar_list">
<?php
if (!function_exists('dynamic_sidebar') || !dynamic_sidebar(1)) :
?>

<li class="widget">
<h2>Search This Site</h2>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</li>

<li class="widget">
<h2>Recent Entries</h2>
<ul>
<?php
wp_get_archives('type=postbypost&limit=10&format=h tml');
?>
</ul>
</li>
Like I said - the code is exactly the same as in the sidebar on my dummy site: — The Iceland Weather Report, so I don't understand what the problem is, unless it has something to do with the widgets I'm using, if they override something, etc.

Still grateful for any tips!
__________________
www.icelandweatherreport.com
Reply With Quote