This is quite a common error in themes, but quick and easy to fix, open up your theme's index.php file, look for a line that looks similar to the following:
<h2 class="posttitle"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
The problem lies in the title attribute, it should read:
"Permanent Link to <?php the_title_attribute(); ?>"
If you want to use ImageMagick over GD you need to ensure that the Imagick PHP extension to ImageMagick is also installed. Click here for more info on Imagick
Dont worry!! I am here to help where possible! Just leave a message explaining the problem you having on my blog or send me a tweet and I will get back to you as soon as I can.




