Perhaps I'm retarded. Or perhaps I'm overlooking something.
My sidebar shows up just fine, the way I've set it at http://www.thisisdrew.com/photography
However, on my individual entry archive pages, (excuse my movable type vocabulary) my sidebar doesn't show up, as on:
http://thisisdrew.com/photography/?p=45
Does it have something to do with the following code on sidebar.php:
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php get_links_list(); ?> etc.. etc..
If so, what do I need to do? I want to display the sidebar exactly the same throughout all my pages.
Help out a retard. Its tax deductable I'm sure.