maybe this helps: here is the code from the right sidebar.php:
<!– begin r_sidebar –>
<div id=”r_sidebar”>
<ul id=”r_sidebarwidgeted”>
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(2) ) : else : ?>
<h5></h5>
<p><img src=’https://www.vodegel.info/reunion/wp-content/uploads/2007/12/sjefyol.thumbnail.jpg’ title=’SjefYol’ alt=’SjefYol’ /><p>
This is the Vodegel Digital Reunion site for everyone in the Vodegel family. It all started with Sjef van Dongen (the Netherlands), who is married to Yolanda, her grandmother was a Vodegel. He decided to look into the family tree of his wife and one thing led to another. We hope you have a pleasant stay! If you have just a drop of Vodegel-blood running through your veins, don’t hesitate to register and participate!<p>
Dit is de Vodegel Digitale Reunie site voor iedereen in de Vodegel familie. Het begon allemaal met Sjef van Dongen (Nederland) die getrouwd is met Yolanda, haar oma was een Vodegel. Hij besloot haar stamboom uit te pluizen en van het een kwam het ander. We hopen dat je het hier naar je zin hebt en heb je Vodegel-bloed, aarzel dan niet om je te registreren en mee te doen!
</p>
<div class=”feedarea”>” title=”<?php _e(‘Syndicate this site using RSS’); ?>”> Grab my feed</div>
<h5>Blogroll</h5>
<?php get_links(-1, ‘
- ‘, ‘
‘, ‘ – ‘); ?>
<h5>Admin</h5>
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- WordPress
<?php wp_meta(); ?>
- XHTML
<?php endif; ?>
</div>
<!– end r_sidebar –>
and here is the code from the sidebar.php
<!– menu –>
<div id=”menu”>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘leftsidebar’) ) : ?>
<h5>Categories</h5>
<?php wp_list_categories(‘title_li=’); ?>
<p><span class=”feedarea”></span>” title=”<?php _e(‘Syndicate this site using RSS’); ?>”> Grab my feed
</p>
<div id=”sidebarSearch”>
<div class=”BlogSearch”><h5>Quick search</h5>
<form id=”searchform” method=”get” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”>
<input type=”text” name=”s” id=”s” size=”20″ value=””/></form>
</div>
</div>
<h5>Archives</h5>
<?php wp_get_archives(‘type=monthly’); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<h5>Links</h5>
<? php wp_list_bookmarks(‘title_li=O&categorize=0’); ?>
<? php }?>
there is some code missing at the bottom of this last one, i did change it around for the plug-in code but copied it right back and when i took a look again, half a sentence was missing and two lines of the code.
i changed it back because it didn’t seem to show up on the page.