Ok, so I abandoned F3Green for Silver_Lexus_08, which turned out to be much more stable and spiffy looking. I'm almost done tweaking the graphics to match my existing site, but I wanted to add my links to the page, which SL8 doesn't do automatically. I added a loop to the sidebar as follows:
<?php } ?>
- <li class="listHeader"><h2><?php _e('Archives'); ?></h2>
<?php wp_get_archives('type=monthly'); ?>
- <li class="listHeader"><h2><?php _e('Categories'); ?></h2>
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
strong
- <li class="listHeader"><h2><?php _e('Links'); ?></h2>
<?php wp_get_links('sort_column=name'); ?>
strong
<?php endif; ?>
</div>
Where the Links UL loop is the new code I added. Worked great and the Links module popped in.
HOWEVER, I have a weird issue where the bottom decoration bar (black in my case) seems to spread when I drag my cursor over it. When I open the page, it has spread up over some of the link names, and if I wave my cursor over it, it shrinks. I'm still learning the ins and outs of CSS, so I'm wondering if this is a common problem, or if anyone can point me toward a solution. I'd hate to drop the links bar altogether.
FYI, I'm currently programming on IE and haven't tested Firefox yet, since I haven't gotten around to uploading it to my home system and I'm trying desperately to pretend I'm taking the long weekend off, even though I've been at my desk since 9 this morning.
Thanks for any advice. :)