skip to Main Content

WordPress htaccess redirect with rewriterule

I have a wordpress website where I want to redirect the tag-page URL's to a specific post. This works in .htaccess: Redirect 301 /tag/hometrainer/ https://www.mywebsite.nl/beste-hometrainer-test The problem is that when I append '/page/2/' (for example) to the initial url, it…

VIEW QUESTION

WordPress REST api last page

I have an API call from Vue, that makes paginating of Wordpress posts, the number of pages and offset work perfectly, I can make first page, previous and next page queries work perfectly with the offset parameter https://example-page.com/wp-json/wp/v2/posts?categories=5&per_page=12&offset=12 But, for…

VIEW QUESTION
Back To Top
Search