hi,
i'm having a problem editing my theme. i am using a theme that apparently does not allow for the sidebar to be edited from the dashboard. here's the code for the sidebar.php page:
<!-- Sidebar -->
<div id="sidebar">
<h3>Categories</h3>
-
<?php wp_list_categories('title_li='); ?>
<h3>Archive</h3>
-
<?php wp_get_archives('type=monthly'); ?>
<h3>Blogroll</h3>
-
<?php wp_list_bookmarks('categorize=0&title_li='); ?>
<h3>Meta</h3>
- " title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?>
- " title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?>
- Editing WordPress Themes
<?php wp_meta(); ?>
</div>
_______________________
and here's the url for my site: http://entropy2.com/blogs/5kingdoms/
i really like this theme, but i'm not very knowledgeable about the coding of wordpress pages. is it easy for me to edit this page to allow me to change the side bar from the dashboard?
thanks,
dr