In your rewrite rule, pagename
should in fact be the query_var
of your custom post type. Unless you used query_var => 'something_else'
in your register_post_type
arguments, it’ll be the same name as your custom post type:
index.php?locations=$matches[2]
Related Posts:
- add_rewrite_rule: $matches var not replaced by captured value
- How to change default page slug?
- Custom rewrite rule
- Redirect empty search to another page
- Remove part from dynamic url and redirect
- Broken page redirect
- Migration from old CMS to WordPress 301 redirection rules?
- openlitespeed rewrite rules conversion from apache
- How to create custom URL routes?
- How do you create a “virtual” page in WordPress
- Change the “page” slug in pagination
- Understanding add_rewrite_rule
- web.config conflict on IIS
- Rewrite rules not working in WordPress
- Dynamic Endpoints
- How to add custom rewrite rule to .htaccess?
- How do I remove a rewrite rule?
- Problem with add_rewrite_rule and pagination (paged and page query_vars)
- generate_rewrite_rules (action) vs add_rewrite_rule (function): which one is preferred?
- Custom permalinks with NextGEN Gallery
- How-to add rewrite rules to point the uploads folder to a subdomain
- Preventing index.php?category_name=something from redirecting
- Rewrite Rules for Multiple (more than 2) Taxonomies
- add_rewrite_rule not loading correct page nor getting variables
- Preserving $_GET parameter while using custom Rewrite Rule
- Disable wordpress pagination URL rewrite for specific page
- How to use Post Custom Metadata in Post Titles and Post Permalinks
- Rewrite url for custom post type
- add_query_vars and add_rewrite_rules
- rewrite_rule() not preserving the query string
- Need help with rewrite_rules_array
- SEO Friendly URLs for my plugin categories
- Will references to ugly links automatically redirect to their pretty url permalink?
- Taxonomy rewrite question
- Mod_rewrite delete parameter in 301 Redirect
- add_rewrite_rule not working for page var
- Why does wordpress still strip my query var?
- When to call `add_rewrite_rule` for safety
- WordPress URL rewrite regex
- Custom rewrite rules are sending everything to index.php
- Getting add_rewrite_rule and add_rewrite_tag to work
- Blog installed in subdirectory but need to create pages in root. How to use permalinks?
- WP Login forms action URLs displayed as pretty URLs in browser (ex with Restore Password)
- Sub domain redirection to taxonomy
- WordPress Network on IIS7/SQL Server – Rewrite Issues
- Custom comments
- Rewrite rules goes away
- Rewrite Rule for Custom Page with Query Vars in URL
- WordPress keeps writing rewrite rules to .htaccess
- flush_rewrite_rules not working on plugin deactivation, invalid URLs not showing 404
- Adding the amp url prefix to the beginning
- WordPress Rewrite
- add_rewrite_rule again
- Dynamic URL, not a physical page within the database
- Rewrite Rule for Post “Subpage”, with pagination
- Need to make a php file inside theme accessible via url
- Tricky URL rewrite with custom values in url
- WP Rewrite the last two parts of the URL
- Redirecting all old links from previous EE site to new WP site in one go?
- Rewrite loading custom template file but is_home() returns true, and there’s no 404
- Rewrite rule for admin-ajax.php
- Server (WordPress) redirects files that are not supposed to (using htaccess)
- Add rewrite rule to call front-page.php?
- Nginx rewrite rule conflict with WordPress permalinks rule
- Add a query string to ALL links on site
- How make a multi language routes, with rewrite rules or rewrite endpoints?
- Evaluating a external rewrite rule before internal wordpress rewrite rule
- Add rewrite rule for rewrite endpoint
- Custom rewrite rule for backend/admin?
- Having trouble with using add_rewrite_rule and pagination
- Rewrite WordPress Custom URL
- Access $_POST data after redirect
- WordPress removes spaces in URL on pagination
- How to have multiple rewrite endpoints in the same URL?
- Rewriting rules: difference between ‘init’, ‘rewrite_rules_array’, ‘generate_rewrite_rules’?
- Change Query String to pretty permalink
- add_rewrite_rule is not taking effect in WordPress? .htaccess file doesn’t update
- WordPress rewrite rules for state and city
- Multiple Permalinks for Same Post
- add_rewrite_rule not working for language specific characters
- How to add a custom redirect rule for subdomains?
- Regionalised Content
- Single Redirection Rule for Pages and Archive links
- Home page with Polylang redirects to other page [closed]
- How to do Basic URL Rewrite Without Redirecting
- Is it possible to remove feeds from rewrites?
- expecting 404 but redirecting to post with url subdirectory in post title
- Add specific word to default page permalink
- URL Rewrite doesn’t work for nested pages
- Alias ‘wp-content’ directory to something shorter (framework?)
- Flush Rewrite Rules on init or rest_api_init?
- Plugin action rewrite rule – non_wp_rules
- Remove “/page/1” from the URL
- hard flush_rewrite_rules() not regenerating .htaccess
- Map alt domain to specific section of website w/o MU
- Rewrite URL – insert custom variables as a directory path
- Is there a ‘rake routes’ for wordpress?
- Rewriting URLs in WordPress
- Remove Query String from URL on Redirect – Redirection Plugin
- add_rewrite_rule() to route to file other than index.php