Skip Navigation

[Closed] Remove WP pagination

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 8 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

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 1 reply, has 2 voices.

Last updated by Shane 8 years, 6 months ago.

Assisted by: Shane.

Author
Posts
#339260

Hello.

Is it possible to remove default WP pagination in an archive page and use Views pagination instead?

#339355

Shane
Supporter

Languages: English (English )

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

Hi Aris,

Yes this is possible but you will need to physically remove or comment out the pagination code in the template file.

The pagination code to remove should like similar to the one below.

<?php next_posts_link(__('Previous Posts', 'jommwp')) ?>
<?php previous_posts_link(__('Next posts', 'jommwp')) ?>

After then you will need to use the following showing shortcode.
https://toolset.com/documentation/views-shortcodes/#wpv-pager-prev-page

Please let me know if this helps.

Thanks,
Shane

The topic ‘[Closed] Remove WP pagination’ is closed to new replies.