Hi Steve,
The links are not in the sidebar.php file
This is the code in the sidebar.php

<!-- begin sidebar -->
<div id='menu-left'>
<div class='menu1'>
<h2><?php _e('Categories'); ?></h2>
<li id="categories">
<?php wp_list_cats(); ?>
<li id="resources"><h2><?php _e('Child Development Resources'); ?></h2>
* <?php get_links('-1', ' ', '
', '
'); ?>
<li id="syndication"><h2><?php _e('RSS Subscription'); ?></h2>
* " title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">Entries RSS</abbr>'); ?>
* " title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?>
<li id="meta"><h2><?php _e('Administration'); ?></h2>
* <?php wp_register(); ?> <?php wp_loginout(); ?>
<?php wp_meta(); ?>
</div>
<div class='menu2'>
<li id="advertisement"><h2><?php _e('Advertisement'); ?></h2>
* <?php advertisement(); ?>
</div>
</div>
<!-- end sidebar -->
My site is here;
http://educationalchildsplay.com/membership
I changed this to child development resource
<li id="resources"><h2><?php _e('Child Development Resources'); ?></h2>
but my thinking is this part should be the list of links
* <?php get_links('-1', ' ', '
but I cannot find it?
Any ideas?
Thanks for your help
Paul in Calgary.
The Child Development Guy.