Static front page display
-
Using a page as a front page display (Settings > Reading) — the plugin displays related posts at the bottom of the page but I only need to see them on actual posts.
Changed line 678 to the following to exclude display on the front page:
if ( !is_front_page() ) { return $output; }
https://www.ads-software.com/extend/plugins/microkids-related-posts/
- The topic ‘Static front page display’ is closed to new replies.