Skip Navigation

[Resolved] short code for the total number of results after searching the posts

This support ticket is created 6 years, 2 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
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 1 reply, has 2 voices.

Last updated by Christian Cox 6 years, 2 months ago.

Assisted by: Christian Cox.

Author
Posts
#1141101

In the pagenatin, I am using the following short code...
[wpv-pager-current-page]
[wpv-pager-total-pages]

In addition to this, I need the total number of results after searching the posts by taxonomies.
Is there a short code to get it?

Regards.

#1141566

Hi, the wpv-found-count shortcode will display the total number of results found by the View. The wpv-items-count shortcode will display the number of results that will be displayed on the page, limited by the page size and the number of remaining results. We have documentation for these shortcodes available here:
https://toolset.com/documentation/user-guides/views-shortcodes/#vf-155378
https://toolset.com/documentation/user-guides/views-shortcodes/#vf-153270