Related Articles on sidebar

Posted in: Newspaper
Post count: 268

hi,

is there a way to put Related Articles on sidebar widget?

thanks

Post count: 22421

Hello Bintmusic,
In order to move related articles to sidebar, you have to modify the core files of the theme.

The theme uses loop-single-x.php and single_template_x.php where x is the post template number you chose in your post settings. Loop-single.php and single.php (no numbers) are the files for the default template.
Depending on what post template you use, you must make this modification in multiple files.

First of all you need to remove related articles from posts. This does not work if you remove it from the theme panel because it will remove your sidebar ones as well. Just comment out or remove this code from the ‘loop’ files: <?php echo $td_mod_single->related_posts();?> from the specific loop-single-(number).php – http://screencast.com/t/G3zz9D22f
And simply place it in the ‘single’ files under the sidebar: http://screencast.com/t/J5lBN4ypghKc
The result: http://screencast.com/t/VX1hdnJO

Thank you

Post count: 217

Great solution!
Is it possible to place the related posts like this (Block 3)?

That would be awesome!
Edit: I’m on NEWSMAG, is this still possible somehow?

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

Hi,

Unfortunately the theme doesn’t have an option to change the module for related articles block and you will need custom modifications, as an example – http://screencast.com/t/Wu1SCNrrgahttp://screencast.com/t/ghsFWuh9
If you don’t have basic experience I suggest to hire a freelancer to do it for you as the time doesn’t allow us to provide custom work, sorry!

Please post in Newsmag section for other issues related to the theme and note that we will get in touch with you Monday – http://screencast.com/t/5EQlEtXSFCp

Thanks for understanding! Happy new year!

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