Skip Navigation

[Resolved] Hiding Pagination in a WordPress Archive

This support ticket is created 6 years, 1 month 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 Minesh 6 years, 1 month ago.

Assisted by: Minesh.

Author
Posts
#1175402

Tell us what you are trying to do?

I created a custom, search-results archive here: hidden link

I'm using infinite scrolling for pagination.

I'd like to hide the default WordPress pagination.

Should I just do this with css?

Something like this?

.fl-archive .fl-archive-nav-prev .fl-archive-nav-next {
display: none;
}

Is there any documentation that you are following?

No.

Is there a similar example that we can see?

hidden link

What is the link to your site?

hidden link

#1175844

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

Well - to hide both pagination links, you should try to use the following CSS:

.fl-archive-nav {
display: none;
}
#1175981

My issue is resolved now. Thank you!

#1175982

Hi, I'm using Beaver Builder to create the View for this archive.

Do you know how I can make all of the columns to be of equal height?

hidden link

New threads created by Minesh and linked to this one are listed below:

https://toolset.com/forums/topic/split-hiding-pagination-in-a-wordpress-archive-display-equal-height-columns/

#1176792

Minesh
Supporter

Languages: English (English )

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

I split the ticket with your new question. Please feel free to close this ticket.