I’m getting 404 when editing a post with hyperlink, what’s wrong?

Try these – Have you checked your php error_log ? – You have already tried disabling plugins and stuff, try changing the default theme and see if you still get this error – Check the code for instances of save_post hook , if any, which might be causing trouble https://codex.wordpress.org/Plugin_API/Action_Reference/save_post – turn on wp_debug, add … Read more

Getting a Error 404 Not Found on subcategory

The cause of this issue for future reference was the ‘.’ in the category base, which was added to resolve a previous issue. Removing this and using /category/postname (per question) works, so will look for an alternative resolution to the category base issue.

404 on CSS and JS only on Homepage

There is an extra ‘x’ in the url on the home page for assets: https://onemoresong.com.au/wp-content/themes/themify-ultrax/themify/css/themify.common.min.css?ver=4.9.9 Remove the ‘x’ from themify-ultrax and your assets load: https://onemoresong.com.au/wp-content/themes/themify-ultra/themify/css/themify.common.min.css?ver=4.9.9 Check your home template to make sure you didn’t accidentally type x there or in your enqueueing of assets. Lastly check our database for this incorrect naming of the theme … Read more

Page 404 Error on Localhost

In some instances (tried everything counts) I’ve had to (be sure I had a current xml export of the content + ftp back up of the wp-content dir + copy paste your customized CSS and other code) wipe the site, fresh install WP install all the plugins, theme, etc then import the xml and/or copy … Read more