- links in article text are not underlined
- text-align:justify
- article archive pages lose the sidebar. every page of your blog is an entry point, so why eliminate the sidebar when someone enters via an individual article archive page.
This entry was posted
on Wednesday, March 15th, 2006 at 11:27 am and is filed under WordPress, blogging, design, information architecture, web design.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
March 19th, 2006 at 4:47 pm
I agree with you on the sidebar for individual entries. Here’s how I did it. First, add the get_sidebar() function to the bottom of the page. Then I changed the class of the content div from widecolumn to narrowcolumn. Finally, I commented out the line in the header.php file that decides weather or not to show the sidebar background.
March 19th, 2006 at 4:58 pm
@Phil: thanks for the info! Hopefully I won’t won’t stick with this default template for long, but who knows when I’ll get a chance to update it or create my own.
March 19th, 2006 at 9:05 pm
Sweet - that did the trick.