Just found the answer if anyone else needs it.
The line I had the browse rewrite on in .htaccess just had [L] at the end, you need to change it to [QSA,L] (Query String Append)
Related Posts:
- How can I modify the permalink via a filter?
- Newbie question: no index.php? in my plain wordpress permalink
- Change links automatically to affiliate links
- Rewrite sub folder dynamically with country code in WordPress using PHP
- Use WordPress’ URL rewrite engine
- Rename “Portfolio” slug?
- How to rewrite URL with PHP variables with htaccess to a normal looking URL?
- Static variable and add_rewrite_rule?
- Nesting if statements to echo only one string based on what tag was filtered?
- How to change home or site url using action hooks or filter?
- Why do WordPress rewriites seem to work differently for posts vs pages?
- Performance impact of rewriting WordPress URLs
- Is sanitize_title_with_dashes formatting function too liberal (in terms of accepted characters)?
- Changes in permalink structure in WordPress and how to apply to in-site links
- WordPress Persistent connection rule does not work for “posts”
- Append query string to all URL’s
- custom rewrite rule help! Custom rewrite rules not applying to custom post type
- subdirectory index.php is not working
- How to modify URL (add GET values) after front end form submission?
- parts of url disappear when using # inside href=”” [closed]
- Create custom permalinks to show Custom Post Type’s relationship?
- Add .htm extention to a custom taxonomy
- Help with .htaccess and Login with Subfolders
- WordPress add_rewrite_rules for custom URLs ending in .html
- Rewrite with pagination /foo/page/2/ to posts of a given category, page 2
- Divi change project category slug
- How to add a rewrite endpoint to unattached media?
- How do i add slugs to a URL, but still redirecting to the same page
- Nginx WordPress and another Web app URL structure
- Custom post type url Rewrite (conflicting with page url)
- WordPress Rewrite Rule
- Why is home page content not displaying with this rewrite rule?
- Modifying WP URL handing code?
- How to deal with a GET variable of ‘name’?
- How to define a rule in functions.php that ONLY disables the default wp functionality that undesirably changes ‘&’ to ‘#038;’?
- How to pass username in affiliate link in wordpress website
- Test the existence of a page/article by its URL, taking in consideration the URL rewriting by filters
- url not using query string no longer working
- Current WordPress Page Title as Search Parameter into A Tag
- How does one make a URL return dynamic JSON with custom Content Type?
- URL rewrite rule
- How does WordPress rewrite URLS using its PHP scripts
- How can I turn a url with get method as a clean url with segment as the get method?
- WordPress Rewrite Issue
- How to print redirected query string variables to the page?
- Multiple URL from Custom post name
- Why isn’t my custom function kicking in from my functions.php file?
- Difference in Get Variable Location
- WordPress adding in site URL to header links
- Dynamically append custom post type to end of url
- WordPress add parameters with friendly url structure
- Custom taxonomy with page post type – WordPress
- Remove slug of multiple custom post types with and without hierarchical
- Reposition WooCommerce breadcrumb outside of wrapper content
- Display all values of custom a field created with ACF on a page
- count number of user comments with a specific comment meta value
- How can I access the “description” of a menu item?
- Remove “Remember Me” from login form
- How can I change WordPress domain from remote to localhost?
- Notify WordPress Site I Have Linked To Them
- Woocommerce filter cart and category specific quantity [closed]
- Problem adding class to body_class
- Shortcode API: How to get name that matched shortcode RegEx?
- Swapping wp_dropdown_categories function with wp_category_checklist
- Programmatically create page when saving custom post type post
- How to change menu order item
- get_users meta_query: REGEXP not working for matching new lines
- Where does “rel=0” get removed from my YouTube parameters?
- Custom array from a query only write the last row of the query
- Ajax button not working
- PHP if statement works in template files, but not header
- Get categories names as an array to use it in theme settings
- Custom route and query
- Automatically generator a WordPress installation on my subdomain
- Function Reference/human time diff for future posts
- Call to undefined function error in plugin
- Override index with a custom PHP page
- Creating a Category Taxonomy
- Menu not styling. New menus functionality giving me a headache
- Get category id when SEO URL is turned on
- Customizer control save then return to default
- Dynamically switch file in get_template_directory_uri() | Function [closed]
- Use CSS tag inside PHP code
- Showing search results on a page
- How do I properly upgrade WordPress’s PHP within an OpenLiteSpeed GCP instance? [closed]
- i got this error : Warning: call_user_func_array() expects exactly 2 parameters, 3 given in
- Another site within WordPress page, disabling 404 error for pages that exist but outside of WP system
- Add parent menu item in sub-menu in custom nav_walker
- Custom Taxonomy as Link
- How to use PHP code with wordpress page
- Second foreach in the loop returns bool(false) though array is present
- if is_bbPress register jquery
- Auto create description in post
- Why I can download any file except PHP files from a URL but I can download any from another site?
- Get permalink for a post from inside WordPress and route to a related site
- How to list all the posts in a personalized page? WordPress
- get_page_by_title() doesn’t return the post object if the title has inverted comma (‘)
- Exclude a category ID from the following function
- I have issue with decoding json ex. ‘{“a”:”b”}’
- Registered a REST Route but I’m Getting a 400 Bad Request