Our Blog » PhotoPro users running Genesis 1.5

Upgrading to Genesis 1.5 can cause your Featured Post widget to return a PHP error.

We’re currently working on fixing it, but in the meantime, if you don’t mind hard-coding your “Read More” text, replacing the block of code starting at line 130 in functions.php is a temporary fix.

We’ll post a more permanent fix and update the download file when we get it working!


// EXCERPTS

// This adds the Read More class to the Read More links managed by Genesis Theme Settings

add_filter('get_the_content_more_link', 'photopro_category_more_link');

function photopro_category_more_link() {

return '<p><span><a class="more-link" href="' . get_permalink() . '" rel="nofollow">Read More</a>';

}

Comments

Our Blog » PhotoPro users running Genesis 1.5