Skip Navigation

[Resolved] Pagination doesn't display on Category Archive

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

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 5 years, 5 months ago.

Assisted by: Luo Yang.

Author
Posts
#1306317

I've inserted the pagination in an archive view but it doesn't seem to work. I used the same code i use in other vews:

<div class="impaginato" ><ul class="pagination">
<li class="page-item">[wpv-pager-prev-page][wpml-string context="wpv-views"]« Precedente[/wpml-string][/wpv-pager-prev-page]
<li class="page-item">[wpv-pager-next-page][wpml-string context="wpv-views"]Successiva »[/wpml-string][/wpv-pager-next-page]
</div>

Link to a page where the issue can be seen:

Here works: hidden link

On category archive not:

hidden link

Could you please help me?

Thanks

#1306349

Hello,

I assume you are using Views WordPress Archive to customize that archive page, in WordPress Archive you will use other pagination shortcodes, for example:
[wpv-pager-archive-nav-links]:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-pager-archive-nav-links
[wpv-pager-archive-next-page]:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-pager-archive-next-page
[wpv-pager-archive-prev-page]:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-pager-archive-total-pages

For your reference.