Jetpack 2.0.4 Problem Fix
-
Is your feed showing up at the top of the page after updating to Jetpack 2.0.4 when using the Feed Them Social WordPress Plugin?
Here is the fix! 🙂
In file class.jetpack-post-images.php (jetpack plugin directory), replace line 254:
$html = apply_filters( ‘the_content’, $html->post_content );
with
$html = $html->post_content;Thanks to Timperator on thread http://ww.wp.xz.cn/support/topic/jetpack-204-breaks-nextgen-galleries?replies=26#post-3646773
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Jetpack 2.0.4 Problem Fix’ is closed to new replies.