The post titles aren't functioning as permalinks as they should. See here.
My WordPress permalink settings are set at default and I don't believe I have accidentally altered any PHP or CSS regarding them. I posted on my theme's support forums and they said the theme should have nothing to do with it and that it's a WordPress issue so I'm posting here now.
I don't know if this helps, but this is how the theme code looks from the back end:
`<div id="post-<?php the_ID(); ?>" <?php post_class('post') ?>>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>`
If I "View Source" in the web browser, everything seems to be in order, as far as I can tell, but the links just aren't working on the actual page.
`<div id="post-4" class="post-4 post type-post hentry category-blog category-cm-news tag-blog-2 post">
<h2><a href="http://colourmovie.com/dayfornight2010/?p=4" rel="bookmark" title="CM Visits SXSW">CM Visits SXSW</a></h2>`
Can anyone tell me what's wrong and how to fix it? I'd really appreciate your help.