Related posts view problem

Posted in: Newspaper
Post count: 141

Hello,

I use the WordPress Related Posts plugin in my blog with the Newspaper theme. All my articles and also footer section are published with templates I downloaded from Cloud Library. The related posts section is published without problems on articles pages. However, it is also published once more at the bottom of the page under the Footer section. This is not a nice image and distorts the layout and standard. This problem does not occur on pages, it only occurs on article pages.

Site address: http://www.arthenos.com

What is the reason for this, how do I solve this problem?

Thanks in advance for your interest and help.
Regards.

Post count: 141

Additional information:

If a Cloud template is not used for the footer, the default infrastructure is used, no problem. There is a problem when defining a template for the footer.

Post count: 141

Additional information:

This problem happens on every page I use the Cloud template. Except for the article, the reason why there is no problem with home page and other pages is not to use Cloud templates on those pages.

Post count: 35449

Hi,

I think that the plugin set the Related posts on all posts/pages that have a content shortcode.
For the moment you can fix this using a custom css like this one.
.single .td-footer-page .wp_rp_content{
display: none!important;
}

-> https://i.imgur.com/wMlJbCS.png
The code need to be set in theme panel> custom code> custom css.

Hope this will help you!
Thank you!

Post count: 141

Hi Calin,

Problem was solved.
Thank you for your kind help!
Regards.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.