Skip Navigation

[Resolved] Pagination on “WordPress Page” is not appearing.

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

Problem:

The issue here is that the users pagination was not showing up on their view.

Solution:

In this case the user had added the pagination shortcode within the [no-items-found] shortcode in views. If they are placed here the pagination won't show up.

This support ticket is created 6 years, 5 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
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 7 replies, has 2 voices.

Last updated by ParamS5791 6 years, 5 months ago.

Assisted by: Shane.

Author
Posts
#1107597

Hi there,

On this page hidden link I have list of 4 movies, want to have pagination on the page ... but the patination is not appearing. please help. This page was created with Views Plugin.

Second, I want to know, how can i link these hidden link images to its respective post. I want these images to be clickable.

Thanks

#1107651

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

Could you send me a screenshot of the view on the backend? This way I can look at the settings that you have?

Currently I see that you have 2 photos, is this intentional ? as the pagination won't show up unless you have more than 4 items.

Thanks,
Shane

#1108120
page-that-use-views.png
views-area.png

Hi Shane,

Yes thats intentional, wanted that pagination to appear on the page. but it didn't.
Let me show you both Views and page look at the backend. Both images are attached.

Thanks

#1108394

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

Thank you for the screenshot.

It seems you have placed the pagination code in the [no-items-found] section of your view.

Please add it to the section that displays the items that are found.

Thanks,
Shane

#1108780

Great that helped. Thank you so much Shane.

What about my other question :
Second, I want to know, how can i link these hidden link images to its respective post. I want these images to be clickable.

#1109294

Waiting for your reply.

#1109499

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

What you can do is to wrap it in an anchor tag like this.

<a href="[wpv-post-url]">Shortcode</a>

Please try this and let me know if it helps.
Thanks,
Shane

#1111675

It worked. Thanks