Skip Navigation

[Closed] Use custom pagination in Archive

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 – 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 1 year, 12 months ago.

Assisted by: Shane.

Author
Posts
#2353677
Screenshot 2022-05-02 at 10.46.41 PM.png

Dear Sir/Madam,

I want to use my custom pagination in Archive, below is the content in my Loop Editor

[wpv-layout-start]
	[wpv-items-found]
	<!-- wpv-loop-start -->
		<div class="container">
          <div class="row d-flex">
		<wpv-loop>
          <div class="outer p-2 col-md-6 col-6">
            <div class="inner pb-1 "><a class="title" href="/view/?p=[wpv-post-id]"><img style="max-width: 100%;" src="/docs/artistry/[types field='artistry-folder-name'][/types]/01.jpeg">[wpv-post-title][wpv-conditional if="( $(wpcf-artistry-content-type) eq 'video' )"] <i class="fa-solid fa-video"></i>[/wpv-conditional]</a>
            </div>
          </div>
		</wpv-loop>
          </div>
</div>
	<!-- wpv-loop-end -->
	[/wpv-items-found]
	[wpv-no-items-found]
		<strong>[wpml-string context="wpv-views"]No items found[/wpml-string]</strong>
	[/wpv-no-items-found]
[wpv-layout-end]

If I add my custom pagination

[wpv-pager-archive-nav-links output="bootstrap" previous_next_links="true" text_for_previous_link="《" text_for_next_link="》"]

There are two pagination show up, how can I remove the default one?

#2353765

Shane
Supporter

Languages: English (English )

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

Hi Kelvin,

Thank you for getting in touch.

In this case you will perhaps need to use css to remove the second pagination. If you provide me with a link to the page then I should be able to provide you with the CSS that is required to do this.

Thanks,
Shane

The topic ‘[Closed] Use custom pagination in Archive’ is closed to new replies.