Forums
(@staph)
9 years, 9 months ago
Place the_post() at the top of your custom template file.
10 years, 2 months ago
Hi. Same thing here, would appreciate a fix. WPEngine is a pretty big player in managed wordpress hosting, so fixing this kind of major bug would definitely be a big plus for the plugin.
10 years, 11 months ago
Found the reason. In the plugin file, the return $content; should be inside while (have_posts).
return $content;
while (have_posts)