Hi
Hope you had a good new year.
I updated today to the latest edition of Suffusion but my front page featured content has stopped working and just shows a blank black area on the screen.
One of the Widgets which i installed called Enhanced Recent Posts is now refusing to show more than 1 entry where as before the update i had 30 entries on the sidebar.
I just update using the update facility built within wordpress thus i don't have backups of the last update.
Is it possible to either provide a link so i can download the last edition or possibly help with a fix for the two issues i am having.
I changed two things with the header and comments section but i have changed those two things for the last few updates without issues.
I can't understand why the featured content is just showing a blank black space and have currently turned the feature off.
In the Header section i have this code.
<title>
<?php
if (function_exists('ghpseo_output'))
ghpseo_output('main_title');
else wp_title('', true);
?>
</title>
<meta name="generator" content="Blu Ray Reviews at <?php bloginfo(''); ?>" />
In the Comments section i have this as i have turned off comments and wanted to mention the RSS feed.
<p><?php _e('Subscribe to our RSS Feed to always get the latest reviews as they are posted', "suf_theme"); ?></p>
<?php
