Skip Navigation

[Resolved] Change de URL of a paginated view

This support ticket is created 6 years, 6 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
- 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 -
- - - - - - -

Supporter timezone: Europe/Madrid (GMT+01:00)

This topic contains 3 replies, has 3 voices.

Last updated by Juan 6 years, 6 months ago.

Assisted by: Juan.

Author
Posts
#924909

Hello, i created a view to display 10 latests posts with pagination.
There are on the page blog but when i switch of page , there are some parameter added on the url

hidden link how can i do to edit this url to remove /?wpv_view_count=120347-CATTR64754f424a75490733b264f8e24b7c9aTCPID910&wpv_paged= and only have hidden link for the page 2, hidden link for the page 3 etc....

#925015

You cannot and should not edit that.
What you can do is remove it, with the settings for this in each View, Archive or Toolset > Settings
For this you need "Pagination enabled with automatic AJAX transition" active.

Then you can choose to not Update the URL of the page when paginating the View (by unchecking that option)

#944416

Thanks but i only need a manual pagination. isn't possible to use rewrite rule ?

#948223

Juan
Supporter

Timezone: Europe/Madrid (GMT+01:00)

Hi Simon

Thanks for the feedback.

Unfortunately, those query arguments are needed for the View to work properly, especially for manual pagination. We need to have a way to decide what View is getting affected by the pagination settings passed in the URL, as you might have more than one View in the page, and we can not know it beforehand.

In other words: removing those URL parameters might break your manual pagination.

A rewrite rule might help you in removing those bits, but the side effect would be pagination not working properly.

Sorry for the inconvenience.

Regards.