Related Articles in Sidebar

Posted in: Newsmag
Post count: 217

Hi,

how can I adapt this solution for related posts for NEWSMAG? This trick is from NEWSPAPER, but it doesn’t work on its sister theme. I tried, nothing. I deleted all caches, nothing. Related posts are activated in the theme settings.

https://forum.tagdiv.com/topic/related-articles-on-sidebar/

Post count: 1291

Hi,

Try to add the following line under the globals on single file(s) – http://screencast.com/t/MeftwWqpgrLw

$td_mod_single = new td_module_single($post);

Thank you!

Post count: 217

Hi Emil,

thank you, it works!!! That is so great!!! One last question…can you tell me please what I have to change, that the related posts use the whole width of the sidebar?

It looks like this now:

http://dev.promicabana.de/wordpress/bayside-ranch-a-perfect-canvas-for-interior-designer-2016/

  • This reply was modified 10 years by Bichareh.
Post count: 6535

Hi

First you need to edit td_module_related_posts.php file and change the indicated value like here: http://screencast.com/t/c2kNEqwGIyP then add this css in theme panel > custom code > custom css:

.td_block_related_posts .td-related-span4 {
width: auto;
}

Thanks!

Post count: 217

Thanks, it works!!! 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.