Thanks folks. I changed my theme to one that can handle the Sidebar Widgets. Perfect.
I’ll take it! Looks sweet.
http://wordpress.pastebin.ca/424497
Here is how I want it:
About
Categories
Links
Search
…
the rest does not matter…
THANKS!
I am getting some where.
I edited sidebar.php and cut and paste the Categories section so it is now at the top of the sidebar stuff.
However, it appears that “Links” is on index.php – is this right? Here is that code:
<div id=”sidebar”>
<h2><?php _e(‘About the Site:’); ?></h2>
- <?php bloginfo(‘description’); ?>
<h2><?php _e(‘Links’); ?></h2>
<?php get_links(‘-1’, ‘
- ‘, ‘
‘, ‘ ‘); ?>
<?php get_sidebar(); ?>
I do not know about any of this stuff – I am assuming that get_sidebar inserts all of the sidebar stuff so I cannot moke the Links box down into the sidebar?