Skip Navigation

[Resolved] Remove Older – Newer Pagination Archive Pages

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

Problem:
Remove Older - Newer Pagination Archive Pages

Solution:
The extra pagination links was coming from the theme and to hide that you will require to add the custom CSS to your archive's CSS section.

You can find the proposed solution in this case with the following reply:
=> https://toolset.com/forums/topic/remove-older-newer-pagination-archive-pages/#post-1730677

Relevant Documentation:

This support ticket is created 3 years, 8 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 4 replies, has 2 voices.

Last updated by Pete 3 years, 8 months ago.

Assisted by: Minesh.

Author
Posts
#1730255
older - newer.png

Hi there,

We have a selection of Archive Pages that use the classic method, blocks wont do for what we need.

In Toolset we followed the guidance and created an archive in the Toolset dashboard by clicking 'create archive'.

All works great to be fair however, I have searched high and low for a way for remove the older and newer pagination at the bottom of the page. The Toolset grid already has pagination and simple CSS can't be used as this effects the pagination control on the grid.

Any thoughts would be great. This a page for example: hidden link

#1730677

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

It seems to me the older-newer pagination links are coming from your theme.

The simplest way to hide those links is by adding the custom CSS code to the custom CSS section of your archive:

 nav.pagination { display: none; }

Can you please try to use the above CSS code and check if that help you to resolve your issue.

#1730683

Hey Minesh,

Thank you for your reply. I didn't think of adding this to the Toolset archive.

So I added your CSS to the Toolset Archive - Search & Pagination - CSS Editor.

Is this what you meant?
It works by the way doing this 🙂

#1730687

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Yes - that is what I mean it 🙂

#1730689

My issue is resolved now. Thank you!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.