How to Disable "Next Article"

Posted in: Newsmag
Post count: 19

I searched the documentation and google, but couldn’t find any info on “Next Article.” I’m using Style 7 for posts, and want to get rid of the “Next Article” (and “Previous Article” not shown) which are under the share block. Here’s a picture:

Next

Post count: 23312

Hello RichardU,

Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.single_template_7 .td-post-next-prev{
display:none;
}

Thanks.

Post count: 19

This works. Thanks!

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