I'm building my first real WordPress site for my design portfolio and am almost all finished, but have a few nagging details that I can't figure out.
I cleared out the default sidebar.php and just used:
<?php wp_get_archives('title_li=&type=postbypost&limit=5'); ?> for recent posts and:
<?php wp_list_bookmarks("categorize=&title_li="); ?> for my blogroll.
Despite adding ids to the container divs and trying every possible combination of selectors to try to style the links, they are still appearing as the standard times new roman, blue.
Another strange thing is that my portfolio page appears on my computer, but on my co-worker's computer it generates a 404 error.