“Related posts” showing underneath a page
-
Hi, I absolutely love this plugin. It has saved me so much time and frustration.
But I have a question. I will go ahead and show you everything that many be germane to this, even involving other plugins.
In the URL provided, if you hover over News, it shows the
https://tranceam.org/news-menu/
as expected – that is set using Max Mega Menu, but it also shows Related Posts underneath as well. And as it’s a page, it’s not supposed to do that.
I have tried switching to Inline (the widgets show errors) and switching from Display: Content to Display: All, to no avail.
I got around all this before with the Music menu item, but there were no widgets in there so it worked out OK.
I have had this issue for years, and as I use Content Views Pro instead of the default WordPress version, along with some Content View snippet (I can just see people’s eyes glazing here, but just in case:)// Content Views Pro - show related posts for each post add_filter( 'the_content', 'cvp_theme_auto_show_related_posts', 999 ); function cvp_theme_auto_show_related_posts( $content ) { if ( is_single() ) { ob_start(); echo do_shortcode( '[pt_view id="137d74a4v1" tag="GET_CURRENT"]' ); $content .= ob_get_clean(); } return $content; }
,
…I assumed it was gonna be too hard to pin down.
So TL:DR, to solve my erroneous Related Posts showing problem, I am stymied by the widgets now working with Inline.
Any thoughts?- This topic was modified 2 years, 1 month ago by .
- This topic was modified 2 years, 1 month ago by .
- This topic was modified 2 years, 1 month ago by .
The page I need help with: [log in to see the link]
- The topic ‘“Related posts” showing underneath a page’ is closed to new replies.