{"id":8094,"date":"2019-10-28T07:58:49","date_gmt":"2019-10-28T11:58:49","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=8094"},"modified":"2021-12-08T10:55:09","modified_gmt":"2021-12-08T15:55:09","slug":"fix-wordpress-404-errors","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/","title":{"rendered":"How to Fix Posts Displaying the WordPress 404 Error"},"content":{"rendered":"\n

It is not uncommon to be hit by WordPress 404 errors on occasion. This may be triggered after installing or updating a plugin, theme or some unknown reason.<\/p>\n\n\n\n

Whatever the cause, this problem is caused by a missing or badly formed .htaccess file located in the document root of your WordPress<\/a> installation.<\/p>\n\n\n\n

The good news is that there is a rather simple fix that can solve this problem.<\/p>\n\n\n\n

This problem may almost exclusively happen when the permalink settings have been changed to anything other than the default for SEO purposes.<\/p>\n\n\n\n

You always want to use one of the SEO URL friendly permalinks that WordPress provides so restoring and maintaining the default URL pattern may not be ideal and this is why we need this solution.<\/p>\n\n\n\n

Fixing the WordPress 404 Errors<\/h2>\n\n\n\n

Sign in to your WordPress dashboard. navigate to the ‘Settings’ > ‘Permalinks’ Node from the left side menu.<\/p>\n\n\n\n

Option 1:<\/strong> Scroll down the page and click on the ‘Save Changes’ button. That should solve your problem.<\/p>\n\n\n\n

In the ICT real-world things don’t always work out as expected. If the above step does not work then proceed below.<\/p>\n\n\n\n

Option 2:<\/strong> From the same Permalinks page, select the ‘Plain’ radio button option and save the change. Thereafter go back to the previous option and select it the once again save your changes.<\/p>\n\n\n\n

\"WordPress<\/figure>\n\n\n\n

Option 3:<\/strong> If the above options do not work you may have to edit the .htaccess file manually. You will need to use an FTP client such as FileZilla<\/a> to download the .htaccess file. Even though you can create a blank new file, we do not recommend it just in case you have an existing plugin that made additions to this file.<\/p>\n\n\n\n

Once you have downloaded this file enter the following code between the # BEGIN WordPress<\/code> and # END WordPress<\/code> lines.<\/p>\n\n\n\n

<IfModule mod_rewrite.c>\nRewriteEngine On\nRewriteBase \/\nRewriteRule ^index\\.php$ - [L]\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule . \/index.php [L]\n<\/IfModule><\/code><\/pre>\n\n\n\n

If they do not exist place them at the end of the file then upload them back to the server.<\/p>\n\n\n\n

Option 4:<\/strong> If you still have the WordPress 404 errors showing up on every post and page link then you might have to go to the ‘Plugins’ node from the left side menu in the WordPress dashboard.<\/p>\n\n\n\n

Disable all plugins and see if it fixes the problem. You may have to repeat Option 1 above after disabling all the plugins.<\/p>\n\n\n\n

Activate the plugins one at a time and check the links each time. If a plugin was the culprit the WordPress 404 errors problem should resurface once the offending plugin is reactivated.<\/p>\n\n\n\n

You may then have to report the problem to the plugin developers and if possible find a different plugin to replace the buggy one.<\/p>\n","protected":false},"excerpt":{"rendered":"

It is not uncommon to be hit by WordPress 404 errors on occasion. This may be triggered after installing or updating a plugin, theme or some unknown reason. Whatever the…<\/p>\n","protected":false},"author":1,"featured_media":8096,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,23,16],"tags":[320,424,433,530,543,635,637,638,651],"yoast_head":"\nHow to Fix WordPress 404 Errors on Posts and Pages<\/title>\n<meta name=\"description\" content=\"This ultimate guide on how to fix WordPress 404 Errors that appear on all your posts and pages after some edit or update has gone bad\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix WordPress 404 Errors on Posts and Pages\" \/>\n<meta property=\"og:description\" content=\"This ultimate guide on how to fix WordPress 404 Errors that appear on all your posts and pages after some edit or update has gone bad\" \/>\n<meta property=\"og:url\" content=\"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/\" \/>\n<meta property=\"og:site_name\" content=\"Brightwhiz.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/brightwhiz\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-28T11:58:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-12-08T15:55:09+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2019\/10\/WordPress-404-Errors.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Michael Bright\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:site\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Michael Bright\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/#article\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/\"},\"author\":{\"name\":\"Michael Bright\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\"},\"headline\":\"How to Fix Posts Displaying the WordPress 404 Error\",\"datePublished\":\"2019-10-28T11:58:49+00:00\",\"dateModified\":\"2021-12-08T15:55:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/\"},\"wordCount\":432,\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2019\/10\/WordPress-404-Errors.jpg\",\"keywords\":[\"Internet\",\"Open Source\",\"Optimization\",\"SEO\",\"Software Design\",\"Web\",\"Web Design\",\"Web Development\",\"WordPress\"],\"articleSection\":[\"Articles\",\"Guides\",\"Technology\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/\",\"url\":\"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/\",\"name\":\"How to Fix WordPress 404 Errors on Posts and Pages\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/#primaryimage\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2019\/10\/WordPress-404-Errors.jpg\",\"datePublished\":\"2019-10-28T11:58:49+00:00\",\"dateModified\":\"2021-12-08T15:55:09+00:00\",\"description\":\"This ultimate guide on how to fix WordPress 404 Errors that appear on all your posts and pages after some edit or update has gone bad\",\"breadcrumb\":{\"@id\":\"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/#primaryimage\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2019\/10\/WordPress-404-Errors.jpg\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2019\/10\/WordPress-404-Errors.jpg\",\"width\":1200,\"height\":630,\"caption\":\"WordPress 404 Errors\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/local.brightwhiz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Fix Posts Displaying the WordPress 404 Error\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/local.brightwhiz\/#website\",\"url\":\"http:\/\/local.brightwhiz\/\",\"name\":\"Brightwhiz.com\",\"description\":\"Best Tech guides, Tutorials, and News\",\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/local.brightwhiz\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/local.brightwhiz\/#organization\",\"name\":\"Brightwhiz\",\"url\":\"http:\/\/local.brightwhiz\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"width\":706,\"height\":135,\"caption\":\"Brightwhiz\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/brightwhiz\/\",\"https:\/\/twitter.com\/brightwhizmag\",\"https:\/\/instagram.com\/bright_whiz\/\",\"https:\/\/www.pinterest.com\/sobbayi\/\",\"https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ\"]},{\"@type\":\"Person\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\",\"name\":\"Michael Bright\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"contentUrl\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"caption\":\"Michael Bright\"},\"sameAs\":[\"https:\/\/sobbayi.com\"],\"url\":\"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Fix WordPress 404 Errors on Posts and Pages","description":"This ultimate guide on how to fix WordPress 404 Errors that appear on all your posts and pages after some edit or update has gone bad","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix WordPress 404 Errors on Posts and Pages","og_description":"This ultimate guide on how to fix WordPress 404 Errors that appear on all your posts and pages after some edit or update has gone bad","og_url":"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/","og_site_name":"Brightwhiz.com","article_publisher":"https:\/\/www.facebook.com\/brightwhiz\/","article_published_time":"2019-10-28T11:58:49+00:00","article_modified_time":"2021-12-08T15:55:09+00:00","og_image":[{"width":1200,"height":630,"url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2019\/10\/WordPress-404-Errors.jpg","type":"image\/jpeg"}],"author":"Michael Bright","twitter_card":"summary_large_image","twitter_creator":"@brightwhizmag","twitter_site":"@brightwhizmag","twitter_misc":{"Written by":"Michael Bright","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/#article","isPartOf":{"@id":"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/"},"author":{"name":"Michael Bright","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32"},"headline":"How to Fix Posts Displaying the WordPress 404 Error","datePublished":"2019-10-28T11:58:49+00:00","dateModified":"2021-12-08T15:55:09+00:00","mainEntityOfPage":{"@id":"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/"},"wordCount":432,"publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"image":{"@id":"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2019\/10\/WordPress-404-Errors.jpg","keywords":["Internet","Open Source","Optimization","SEO","Software Design","Web","Web Design","Web Development","WordPress"],"articleSection":["Articles","Guides","Technology"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/","url":"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/","name":"How to Fix WordPress 404 Errors on Posts and Pages","isPartOf":{"@id":"http:\/\/local.brightwhiz\/#website"},"primaryImageOfPage":{"@id":"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/#primaryimage"},"image":{"@id":"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2019\/10\/WordPress-404-Errors.jpg","datePublished":"2019-10-28T11:58:49+00:00","dateModified":"2021-12-08T15:55:09+00:00","description":"This ultimate guide on how to fix WordPress 404 Errors that appear on all your posts and pages after some edit or update has gone bad","breadcrumb":{"@id":"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/#primaryimage","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2019\/10\/WordPress-404-Errors.jpg","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2019\/10\/WordPress-404-Errors.jpg","width":1200,"height":630,"caption":"WordPress 404 Errors"},{"@type":"BreadcrumbList","@id":"http:\/\/local.brightwhiz\/fix-wordpress-404-errors\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/local.brightwhiz\/"},{"@type":"ListItem","position":2,"name":"How to Fix Posts Displaying the WordPress 404 Error"}]},{"@type":"WebSite","@id":"http:\/\/local.brightwhiz\/#website","url":"http:\/\/local.brightwhiz\/","name":"Brightwhiz.com","description":"Best Tech guides, Tutorials, and News","publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/local.brightwhiz\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/local.brightwhiz\/#organization","name":"Brightwhiz","url":"http:\/\/local.brightwhiz\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","width":706,"height":135,"caption":"Brightwhiz"},"image":{"@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/brightwhiz\/","https:\/\/twitter.com\/brightwhizmag","https:\/\/instagram.com\/bright_whiz\/","https:\/\/www.pinterest.com\/sobbayi\/","https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ"]},{"@type":"Person","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32","name":"Michael Bright","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/","url":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","contentUrl":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","caption":"Michael Bright"},"sameAs":["https:\/\/sobbayi.com"],"url":"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/"}]}},"_links":{"self":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/8094"}],"collection":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/comments?post=8094"}],"version-history":[{"count":0,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/8094\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media\/8096"}],"wp:attachment":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media?parent=8094"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/categories?post=8094"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/tags?post=8094"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}