Show only related articles in single post show

Posted in: Newspaper
Post count: 11

I want to show only related articles in single post show page, not “more from author” tab. My website is multilanguage website. I’m using polylang plugin for this.

Therefore I want to name the related articles section “সম্পর্কিত খবর” for bangla and “Related Articles” for english version of the single post show.

I also want comments section is in above of related articles section.

  • This topic was modified 5 years by mnhpias.
Post count: 35449

Hi mnhpias,
If you have the “more from author” and “Related Articles” in a tab like this -> https://i.imgur.com/ZuIs8Y1.png then you are using standard -> https://forum.tagdiv.com/design-post-pages-using-default-templates/ therefore in theme is only one option that is disable both options -> https://i.imgur.com/M8bUmQu.png if you want to keep those templates the only way to remove the “more from author” tab is to use a custom css like this one:
.single .td-related-right{
display: none;
}

This code need to be set in theme panel> custom code> custom css.
Also the comment box can be set in other place only if you edit the post template file that you are using, for example if you are using single post template 1 -> wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php and single_template_1.php

As an alternative (personally I recommend this) you can use a single post template from tagDiv Cloud Library that can be edited using tagDiv Composer and you can set the elements where you want and you can use only the “Related Articles” section.
Thank you!

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