Related Articles

Posted in: Newspaper
Post count: 80

Hello,

I made a few changed to the related articles block on post page, and I set “More from author” to display: none; so only Related Articles were shown. However, Related Articles is still clickable and it follows this link: http://www.example.com/post-title#

View post on imgur.com

Anyway to fix this?

Post count: 80

Also, does the theme support having infinite article loading? Basically when the user goes to the end of the article, scrolls a little more down, it shows another article.

If that is not possible, I am trying to add the following code:

<?php echo do_shortcode ('[td_block_16 limit="5" td_filter_default_txt="All" tdc_css=""]'); ?>

to the end of loop-single-2 but the lowest i can go is below related articles. How can I make it show below the comment section but above the footer? Also, is it possible to make it full width of the page, so it goes from obe side of the page to the other side, so it is 1/1 width?

Post count: 20688

Hi,

1. You could remove the More from author from the code so it does not display anymore. Just comment or remove this line of code from the file td_block_related_posts.php found in the theme folder->includes->shortcodes – https://www.screencast.com/t/vveTQPuDPSB9

2. If you want the block to display below the comments section in the post page, you must edit the single_template_2.phpfile like this – https://www.screencast.com/t/WXoV9CZ6yh3 and use the full Visual composer code with a full row – https://www.screencast.com/t/bnW23tVd2Pt This is the result – https://www.screencast.com/t/YJrBoBfBw

Thanks

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