Skip Navigation

[Resolved] Removal of items from bottom of page

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

Problem:
How to hide pagination buttons/links coming from theme.
Solution:
You can add simple CSS to CSS box hide your pagination button/links.

You can find proposed solution, in this case, with the following reply:
=> https://toolset.com/forums/topic/removal-of-items-from-bottom-of-page/#post-630517

Relevant Documentation:

This support ticket is created 6 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)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by StephenD4019 6 years, 8 months ago.

Assisted by: Minesh.

Author
Posts
#630409
Capture.PNG

I need previous company and next company removed from the bottom of the page, please. They are not required.

The attached screenshot shows these.
These are only on the individual company pages when you click through.

A link to one of these pages is:
hidden link

I looked at the page but these must be built into the framework. They are not rows on the template.

#630517

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

Well - It looks like pagination comes from your template file.

You can add simple CSS to CSS box hide your pagination.

.post-navigation {
display: none;
}
#630741

Thanks.