Hi!
We love post style 11, but we would like the “related articules” now placed just after the main video, were after the text… is that possible?
Thanks!
Hello andaluciavive,
If you want to move the “Related Articles” from the original position to be after the post content, you have to move the code from single-template_11.php and paste the code to the loop-single-11.php core file, after the content, like this -> http://screencast.com/t/JroQrDBBzna -> http://screencast.com/t/CaYu2LtIgS and then you have to use a bit of CSS code to change the color for better results.
The result you should see here -> http://screencast.com/t/YzQhusom
The custom CSS code is ->
.td-post-template-11 .td_mod_related_posts a {
color: red;
}
And the PHP code which you have to move in loop file is ->
<?php echo $td_mod_single->related_posts('no_sidebar');?>
Hope this helps!
Thank you for your understanding!
Hi Catalin!
I’ve done exactly what you said (move this code from single-template_11 to loop-single_11) and its not working.
The related articules are still below the main video…
Can you help me with that, please?
Thanks.
Hello andaluciavive,
Please ensure that you have followed the same steps which are presented you above and then, try to clear all your caches and test it again. I have tested on my side and everything seems to work as expected.
Thank you for your understanding!
Or you can copy <?php echo $td_mod_single->related_posts();?> in loop-single-11 but the block is not the same as the related posts in the other post templates.
Is there anyway to achieve exactly the same look moving the related posts to the botton in template 11?
