Doreta
Doreta is a 3 columns WordPress theme by MagPress.com. This WordPress template has theme options, featured content slider and categories, Adsense ready, etc.
Tags: Adsense Ready, Custom Header, Custom Menu, Featured Content, Fixed Width, Left Sidebar, Right Sidebar, Theme Options, Threaded Comments, Three Columns, Twitter Ready, White
Really nice theme, except for one incredibly annoying thing – the post titles aren’t links, which makes it a chore for both readers and authors. Any way of fixing it?
OK. Open index.php and look for:
[php]<h2><?php the_title(); ?></h2>[/php]
change it to
[php]<h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>[/php]
That did the trick, thanks very much. There’s also a bug you might want to look at – in the most recent version of WordPress, the theme causes the admin bar to be displayed on two lines, which completely blocks off the top menu.
Image:
http://oi40.tinypic.com/29uysg5.jpg
It isn’t a WordPress bug, because it doesn’t happen with other themes.
OK. Thanks for the bug report. We’ll look into it.
I also liked the theme.
Ronaldo, thank you for sending the solution!