Hi @tim_marston
The “?products-per-page=12” string is typically associated with the number of products displayed on a shop page, which is a functionality of WooCommerce.
These 404 errors can occur if links point to these pages, but the pages themselves don’t exist. For example, if you’ve reduced the number of products on your site, but there might still be links leading to those pages that no longer exist.
To resolve this, you could try the following steps:
- Flush Permalink Structure: Go to you > Settings > Permalinks and simply click “Save Changes” at the bottom of the page. This will refresh your permalink structure and could resolve the issue.
- Redirection Plugin: Install a redirection plugin like the Redirection for WordPress. This can help manage 301 redirects and monitor 404 errors.
- Disable and Enable WooCommerce: Temporarily disable WooCommerce to see if the errors persist. If they disappear, re-enable WooCommerce and see if the errors return. This can help isolate if WooCommerce is the cause.
- Check Other Plugins: If the error persists, disable other plugins one by one to see if there is a conflict causing the error.
Remember to always backup your website before making any changes or updates. Also, make sure your WooCommerce plugin is up-to-date. Updates often include bug fixes which could resolve your issue.
I hope this provides a more specific solution to your problem. If you have any other questions or need further assistance, please don’t hesitate to ask.