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....
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)
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.