As the OP found out, m
is a reserved parameter name that should be use only by core (indicates month). Solution is to use some other parameter name (always use your own prefixes in all global contexts!).
Related Posts:
- How to create custom 401, 403 and 500 error pages?
- What is This esc_html_e() i wordpress php?
- Why would a GET variable one one page of a site cause a 404 error when a GET variable works on another page of a site?
- Question about repurposing WordPress 404 handler
- Result of Custom WP_Query appears on 404 Page (but result are found!)
- there’s a way to include a minimal WP for check only the current user, its roles (caps?) and then release/free it?
- WordPress does not load page.php, return 404.php
- Cannot access wp-admin/wp-login.php (WordPress backend) anymore, what could be wrong?
- Repeating admin-ajax.php not found error in admin
- Is the 404 page automatically displayed if a loop returns nothing?
- Accidentally deleted php code in WordPress website [closed]
- How to hide the file name of 404.php in URL?
- Using the get_template_part method within an mu-plugin not possible?
- Has a PHP update given me a 404?
- Remove all feeds and return custom 404 page
- Another site within WordPress page, disabling 404 error for pages that exist but outside of WP system
- How to add a full working piece of website already coded, to a large scale Website design project?
- wordpress form action page not found
- Override 404 when navigating to single php file
- How to solve 404 permalink errors on nginx server
- Some links broken after updating WordPress version
- Post added by PHP redirects to 404 [closed]
- Saving Post redirects to 404 page when php $_GET variable in post body
- Published custom posts missing
- custom contact form no longer working (because of 3.2?)
- Custom 404 error does not always appear
- 404 page is not the same when using PHP code in functions
- wordpress – page not loading (404) even if it’s there
- Custom taxonomy pagination shows 404
- Can i use php sql functions instead of $wpdb?
- How to run multiple Async HTTP requests in WordPress?
- Can i change wordpress emoji src from http://s.w.org/ to my site?
- WordPress theme & site not loading after moving files
- WP_Query use for a filter with multiple Taxonomies and Terms
- WP Plugin + OOP: Adding Menu Page doesn’t create required effect
- Can I run custom php on specific pages in wordpress?
- Display All Post Attachments and Assign Class to the Last Image?
- Newbie question: no index.php? in my plain wordpress permalink
- Style wp_page_menu() items
- Proper use of internationalization
- How to sanitize my cookie name
- How to select WooCommerce products by post_meta and order them
- How to stop featured image thumbnail [set as background image] on blog index page just repeating same image across all posts
- wordpress count link clicks by ip address
- php script to change slug in post automatically
- Remove a div from RSS feed
- Add more button if more 8 items
- Child page menu in sidebar
- check if comment submitted was successful
- Download images from media library to computer in BULK?
- Detecting if parent page has gallery
- Why is an array created in a function hooked to customize register populated when customizer is loaded but not when the front-end is loaded?
- Location of core code for database connection and get_header
- Removing WordPress Footer -without access to PHP code?
- customize woocommerce templates and display store on home
- Plugin development and composer
- WC_Customer delete function returns error
- Post repeated when opening in overlay, how do I solve this? [closed]
- Woocommerce: remove total sum from new order’s email [closed]
- Trying to display text in a block in a plugin page
- Some menu items wont budge
- Removing “Powered by” footer using child theme PHP [closed]
- custom post type with role Vendor
- how to hide or disable some part in specify page
- Cannot load media and I get “PHP Warning: Invalid argument supplied for foreach(“
- Include a file that has a function in it
- making my own “related pages” / “pages you might like” section
- Show ranking based on post id
- Contain multiple page templates in one PHP custom template file in WordPress?
- url not using query string no longer working
- How do I reopen the (Popup Maker) after entering the correct password for a password protected page?
- I want it to detect the duplicate comment and give a warning on the same page
- How to edit button permalink inside function.php using a child theme?
- How to switch between two primary menus (programatically0
- Why am I getting syntax error, unexpected ‘endwhile’ (T_ENDWHILE) on single.php
- Elementor to custom wordpress page
- custom post type not showed with bootstrap 4 modal and template part
- Remove item from post_meta array via AJAX
- Shortcode just with a php code
- Calling WordPress hook from within a class: call to undefined function error
- wp_send_json erase last value
- PHP array to jQuery array ” Uncaught SyntaxError: Unexpected token < "
- I want show only data for today
- How can I customize a WordPress theme before it’s downloaded?
- rewrite_rule – working fine but broken for pagination
- AdWords API with WP
- Add title and caption to thumbnail image on mouseover
- WordPress wp_remote_post() sending informaiton to Redmine REST API
- Missing items on page
- WordPress rewrite question
- WordPress blog set up
- Cannot get custom javascript to execute on page
- How to declare a variable at the bottom of the page and use its value at the top?
- How can a ‘scripts’ directory be hooked into wp_head();?
- Display Current Time using shortcode
- WP and Laravel integration (Updated) [closed]
- Custom taxonomy with page post type – WordPress
- Alternative to php echo within code
- Why does WordPress not send the user the email to add a password?
- How to put a class in the p tag automatically added by the_content() in the wordpress loop?