Skip Navigation

[Resolved] Hide or Remove wpv-post-next-link

This thread is resolved. Here is a description of the problem and solution.

Problem:
My Theme outputs a post navigation on the single posts.
When I visit a Post, I can navigate to the next, or previous.

Can Toolset do this, and can Toolset remove this?

Solution:
No.
Toolset cannot add single post pagination and cannot remove it.
It's something generated by the Theme and out of our Control.

In Toolset, you would create a Post View, and paginate it by one.
That would have the same effect as a single post navigation, but it would show on a single page, instead of calling each time the single post.

Relevant Documentation:
https://toolset.com/documentation/user-guides/views-pagination/

This support ticket is created 6 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

This topic contains 2 replies, has 2 voices.

Last updated by davidM-53 6 years, 10 months ago.

Assisted by: Beda.

Author
Posts
#614783
Inkedscreencapture-billboydassociates-listing-rlm7431-1518241739042_LI.jpg

Tell us what you are trying to do? I'm trying or remove or hide the wpv-post-next & previous-links from my custom post type pages. I was able to customize and add those links to the top portion of my page but it appears that they've been added automatically at the bottom of the page. I'm unable to remove those links using Beaver Builder nor do I see that shortcode listed in the Template Editor.
Is there any documentation that you are following? No, I haven't found anything relating to this.

Is there a similar example that we can see? hidden link

What is the link to your site? hidden link

#614825

These links are not generated by Toolset.

They are coded in your Theme, in the Theme's Code.

I would start to look for the HTML class "fl-post-nav-next" in the single post template of your theme.
Or, simply contact their support to know how to remove the single post pagination.

These elements cannot be controlled by Toolset. They are not part of the_content() or sidebar widgets.

#615781

Thanks Beda, that was easy to fix.