Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
Puchar WPB
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Jak naprawić wpisy WordPress zwracające błąd 404 (krok po kroku)

Czy kiedykolwiek próbowałeś otworzyć jeden ze swoich postów WordPress tylko po to, aby zostać powitanym przez błąd 404? Czasami doświadczamy tego, gdy pracujemy nad własnymi witrynami WordPress lub pomagamy naszym użytkownikom.

Błąd ten pojawia się, gdy można uzyskać dostęp do obszaru administracyjnego WordPress i bloga, ale przy próbie otwarcia konkretnego posta pojawia się komunikat „404 Not Found”.

Pozorne zniknięcie treści może być frustrujące, ale znaleźliśmy kilka obejść, które poprawią ten problem. W tym kompletnym przewodniku pokażemy, jak poprawić posty WordPress zwracające błędy 404.

How to fix WordPress posts returning 404 error

Dlaczego moje wpisy na WordPressie zwracają błąd 404?

Istnieje kilka powodów, dla których Twoje posty mogą wyświetlać błąd 404 „Nie znaleziono strony” w WordPress. Mogą one obejmować:

  • Konflikty wtyczek lub motywów: Czasami wtyczki lub motywy, które zainstalowałeś na swojej witrynie, mogą zakłócać sposób, w jaki WordPress obsługuje bezpośrednie odnośniki. Może to prowadzić do niedziałających odnośników i błędów 404.
  • Problemy z własnym kodem: Jeśli dodałeś niestandardowy kod do swojej witryny internetowej, mogą występować błędy w kodzie, które mają wpływ na bezpośrednie odnośniki lub powodują inne konflikty, powodując błędy 404 dla twoich wpisów.
  • Problemy z plikiem .htaccess: Plik .htaccess odgrywa rolę w strukturze adresów URL WordPress. Jeśli plik ten jest uszkodzony lub go brakuje, może to prowadzić do błędów 404 dla postów lub stron.

Jak znaleźć wszystkie posty WordPress z błędem 404?

Zanim przejdziemy do rozwiązań, dobrze byłoby dowiedzieć się, czy ten błąd występuje tylko w jednym lub dwóch postach, czy w wielu postach. W ten sposób można określić zakres problemu i wybrać najbardziej odpowiednie rozwiązanie.

Jednym z łatwych sposobów, aby to sprawdzić, jest skorzystanie z Google Search Console. Jeśli jeszcze nie przesłałeś swojej witryny do Google Search Console, przeczytaj nasz przewodnik na temat dodawania witryny WordPress do Google Search Console.

Gdy bot Google zaindeksuje Twoją witrynę, Google Search Console dostarczy Ci szczegółowych informacji o jej wydajności, w tym o napotkanych błędach 404.

Aby dowiedzieć się, które posty zwracają błędy 404, możesz zalogować się do kokpitu Search Console. Następnie przejdź do raportu „Strony”, a zobaczysz szczegółową listę wszystkich błędów.

Google Search Console Pages Report

Aby uzyskać więcej informacji, możesz przeczytać naszą listę wskazówek dotyczących korzystania z Google Search Console w celu zwiększenia ruchu w witrynie, która zawiera kilka wskazówek, jak poprawić błędy 404 za pomocą tego narzędzia.

W związku z tym przyjrzyjmy się, jak poprawić wpisy WordPress zwracające błędy 404. Możesz skorzystać z poniższych odnośników, aby przejść bezpośrednio do różnych rozwiązań:

Nie masz czasu na samodzielne poprawki błędów 404? Usługi WPBeginner Pro mogą pomóc! Dzięki naszemu niedrogiemu wsparciu WordPress w nagłych wypadkach możesz zatrudnić ekspertów, którzy poprawią błędy 404, niedziałające linki, problemy z przekierowaniami i wiele więcej. Przestań stresować się problemami z WordPressem i popraw je! Zaplanuj awaryjną obsługę WordPress już dziś!

Metoda 1: Sprawdzenie konfliktów wtyczek lub motywów i problemów z własnym kodem

Czasami wtyczki, motywy lub niestandardowy kod dodany do witryny WordPress mogą zakłócać permalinki lub powodować konflikty, prowadząc do błędów 404. Doświadczyliśmy tego nawet sami podczas testowania narzędzi na naszej stronie demonstracyjnej.

Jednym ze sposobów rozwiązania tego problemu jest tymczasowe wyłączanie wtyczek. Wtyczki mogą czasami zakłócać sposób, w jaki WordPress obsługuje odnośniki.

Po wyłączeniu wtyczek możesz je ponownie aktywować, sprawdzając jednocześnie, czy błąd 404 pojawia się ponownie po włączaniu każdej z nich. Jeśli błąd pojawia się po włączaniu konkretnej wtyczki, to ona może być winowajcą.

Następnie można szybko wyszukać w Google rozwiązania związane z tą wtyczką lub skontaktować się z twórcą wtyczki w celu uzyskania obsługi.

Podobnie, twój motyw WordPress może powodować konflikt.

Aby to sprawdzić, możesz tymczasowo przełączyć się na domyślny motyw WordPress, taki jak Twenty Twenty-Three lub Twenty Twenty-Four. Wystarczy przejść do Wygląd Motywy i kliknąć „Włączanie” domyślnego motywu.

Activating a default WordPress theme

Jeśli błąd 404 zniknie z domyślnym motywem, oznacza to potencjalny konflikt z twoim obecnym, aktualnym motywem. Możesz wtedy spróbować rozwiązać problem z motywem lub rozważyć użycie innego motywu.

Możesz sprawdzić nasz ekspercki wybór najpopularniejszych motywów WordPress, aby uzyskać rekomendacje.

Jeśli niedawno wstawiłeś fragmenty kodu do twojej witryny internetowej, mogą występować błędy w kodzie powodujące błędy 404. Przyjrzyj się uważnie dodanemu kodowi i sprawdź, czy możesz zidentyfikować jakieś błędy.

Najbezpieczniejszym sposobem dodawania fragmentów kodu do WordPressa jest użycie wtyczki WPCode. Wtyczka ta pozwala wstawić własny kod bez bezpośredniej pracy z plikami motywu, zmniejszając ryzyko zepsucia twojej witryny internetowej.

Ponadto, gdy WPCode wykryje błąd w twoim kodzie, automatycznie wyłączy fragment kodu i poprosi cię o jego sprawdzenie. Możesz również użyć trybu testowego, aby sprawdzić, czy twój kod działa, zanim prześlesz go do swojej witryny internetowej.

WPCode error warning

Jeśli żadne z tych rozwiązań nie zadziała, przejdź do następnej metody, w której rozwiążemy problemy z ustawieniami twojego bezpośredniego odnośnika.

Wpisy WordPress mogą zwracać błędy 404 z powodu problemów z regułami przepisywania w twoim pliku .htaccess. W większości przypadków możesz poprawić ten problem, aktualizując ustawienia bezpośredniego odnośnika.

Po prostu przejdź do Ustawienia ” Bezpośrednie odnośniki w twoim panelu administracyjnym WordPress i kliknij przycisk „Zapisz zmiany”.

Check Permalinks

Nie ma potrzeby wprowadzania zmian w samych ustawieniach bezpośrednich odnośników. Zaktualizuje to twoje ustawienia bezpośredniego odnośnika i wyczyści reguły przepisywania.

W większości przypadków rozwiązanie to poprawi błąd 404 wpisów WordPress. Jeśli jednak nie działa ono w twoim przypadku, to prawdopodobnie musisz ręcznie zaktualizować swój plik .htaccess.

Metoda 3: Aktualizacja pliku .htaccess WordPressa

Zanim zaczniesz, upewnij się, że najpierw wykonałeś kopię zapasową twojego pliku .htaccess WordPress. Jeśli coś pójdzie nie tak, możesz łatwo przywrócić oryginalny plik.

Teraz musisz połączyć się z twoim serwerem za pomocą klienta FTP, takiego jak FileZilla lub aplikacji File Manager w kokpicie hostingu WordPress.

Następnie należy znaleźć i edytować plik .htaccess, który znajduje się w tej samej lokalizacji co katalogi takie jak /wp-content/ i /wp-includes/.

Wystarczy kliknąć plik prawym przyciskiem myszy i wybrać opcję „Uprawnienia pliku”.

.htaccess file permissions

Plik można zapisać, zmieniając jego uprawnienia na 666.

Po prostu wpisz „666” w polu „Wartość liczbowa”, a następnie kliknij „OK”.

Change file attributes for the .htaccess file to 666

Następnie należy powtórzyć kroki z pierwszej metody naszego poradnika. Po wykonaniu tej czynności nie zapomnij zmienić uprawnień z powrotem na 660.

Można również edytować plik i dodawać do niego kod.

Edit .htaccess file

Po otwarciu pliku .htaccess za pomocą edytora tekstu, wystarczy wstawić ten kod:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

Metoda 4: Skontaktuj się z dostawcą hostingu

Jeśli żadne z powyższych rozwiązań nie naprawiło błędu 404 zwracającego wpisy WordPress, zalecamy skontaktowanie się z dostawcą hostingu WordPress. Może to być błąd po ich stronie lub mogą oni pomóc w rozwiązaniu problemu.

Zapoznaj się również z naszym przewodnikiem na temat tego, jak prawidłowo poprosić o pomoc techniczną WordPress i ją uzyskać.

Metoda 5: Włącz mod-rewrite (lokalna instalacja WordPress)

Jeśli używasz regionalnego serwera do celów testowych, musisz włączyć mod_rewrite w konfiguracji Apache twojej witryny MAMP, WAMP lub XAMPP.

Pozwoli to WordPressowi na generowanie czystych adresów URL i zapobiegnie błędowi 404 dla wpisów i stron na twoim serwerze lokalnym.

Sposób wykonania tej czynności zależy od używanej platformy. Osoby korzystające z XAMPP mogą otworzyć swój panel sterowania i kliknąć przycisk „Konfiguracja” w ramach działań. Następnie należy wybrać „Apache (httpd.conf)”.

The Apache (httpd.conf) menu on XAMPP

Następnie należy znaleźć linię #LoadModule rewrite_module modules/mod_rewrite.so i usuwać '#’, aby ją odkomentować.

Spowoduje to wczytywanie mod_rewrite.

Finding the rewrite_module on httpd.conf file

Następnie znajdź wszystkie instancje AllowOverride None i zmień je na AllowOverride All.

Wartość „All” oznacza, że wszystkie dyrektywy mogą zostać zastąpione.

Changing AllowOverride None to AllowOverride All

Po zakończeniu można zapisać plik httpd.conf i zamknąć go. Następnie w panelu sterowania XAMPP kliknij „Stop” na module Apache i „Start” ponownie, aby go ponownie uruchomić.

Następnie wróć do kokpitu administratora, aby sprawdzić, czy twoje bezpośrednie odnośniki działają.

Film instruktażowy

Jeśli potrzebujesz instrukcji wizualnych, obejrzyj poniższy film.

Subscribe to WPBeginner

Mamy nadzieję, że ten artykuł pomógł Ci rozwiązać problem postów zwracających błędy 404 w WordPress. Możesz również zapoznać się z naszym przewodnikiem po najczęstszych błędach WordPress i sposobach ich poprawki, a także z naszymi eksperckimi propozycjami najlepszych wtyczek WordPress do rozwoju Twojej witryny.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Ujawnienie: Nasze treści są wspierane przez czytelników. Oznacza to, że jeśli klikniesz na niektóre z naszych linków, możemy otrzymać prowizję. Zobacz jak WPBeginner jest finansowany, dlaczego to ma znaczenie i jak możesz nas wspierać. Oto nasz proces redakcyjny.

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

Najlepszy zestaw narzędzi WordPress

Uzyskaj BEZPŁATNY dostęp do naszego zestawu narzędzi - zbiór produktów i zasobów związanych z WordPressem, które każdy profesjonalista powinien mieć!

Reader Interactions

772 komentarzeZostaw odpowiedź

  1. Jen

    So for me… I first deleted the WP Fastest Cache out of my Cpanel and THEN…I „bulk deactivated” all my plugins. Did a refresh…and it worked! Praise God!
    Then I activated the plugins I still needed. So far so good.
    Thanks so much!

    • WPBeginner Support

      Thanks for sharing what worked for you :)

      Administrator

  2. nebiyu amde

    i have fixed it using the first method. but when i try to get back to my home page from other pages it’s showing me this error: Error establishing a database connection…how can i fix this

  3. Zeke Yoder

    If the problem still persists, you might want to check to see if mod_security is active and causing issues.

    I ran into this on a wordpress site hosted by Dreamhost and tried all of the options listed on this page before realizing this was my issue.

    • WPBeginner Support

      Thanks for sharing this should someone else run into the same issue :)

      Administrator

  4. Ajit

    I’m still facing this issue.

    • WPBeginner Support

      If the methods in this article are not working then you would want to reach out to your hosting provider to see if the error could be caused on that end.

      Administrator

  5. Bunmi

    Thank you.
    I have tried deactivating my plugins; I am using theme twenty sixteen. But still, my pages keep loading „the page can’t be found” when I use the custom permalink. I have done the .htaccess, but nothing is working. The post and categories load fine, but pages won’t load unless I use the plain permalink, which is not advisable for SEO purposes.
    Please help me.

    • WPBeginner Support

      You may want to check with your hosting provider if you haven’t done so already to see if it could be part of an error on their end.

      Administrator

  6. Louis

    This did not work. .htaccess file is correct but nothing above helped. Still looking for a solution.

  7. miguel

    hello, thanks for the post, great.
    i have 404 error but cannot acces neither the site or the wordpress. how can you access wordpress admin to solve the problem??

  8. Rosy Allan

    THANK YOU SO MCUH! sorted :)

    • WPBeginner Support

      Glad our guide was able to help :)

      Administrator

    • WPBeginner Support

      You’re welcome :)

      Administrator

  9. Lars

    thank you so much – how quick a fix :D !

    • WPBeginner Support

      Glad our guide could be helpful :)

      Administrator

  10. Avikar

    Great info, works perfectly. Got me running again

    • WPBeginner Support

      Glad our recommendations could help :)

      Administrator

  11. Vhan

    Thank you so much my site is back.

    • WPBeginner Support

      Glad our recommendations could help :)

      Administrator

  12. Gabriel Waju

    this tips really helpful…thank you so much

    • WPBeginner Support

      Glad our recommendations are helpful :)

      Administrator

  13. Theodora

    Please i cannot even access the admin area of my page,i also can’t load the page itself at all. What can i do to solve this?

  14. sudhanshu

    Thanks. This been a great help

    • WPBeginner Support

      You’re welcome :)

      Administrator

  15. Shahnawaz Ahmad

    When i am doing same thing and when i am clicking on Save Changes it also redirecting me to my website with 404 Error

    • WPBeginner Support

      You may want to reach out to your hosting provider to see if they are seeing any errors for your site on their end.

      Administrator

  16. Victor Carlvin

    Came here at first, couldn’t see the solution in the post. Searched the internet for several hours, came back and decided to read the comment section, there I saw the solution to the issue.

    A plugin caused it and once I deactivate, update and reactive it, works fine thereafter. Thank you

    • WPBeginner Support

      Thank you for letting us know what solved the issue for you in case anyone else runs into the problem :)

      Administrator

  17. Christos

    Thank you, i was just getting ready to jump off the building
    but your post saved me!

    • WPBeginner Support

      Glad our post could help solve the problem :)

      Administrator

  18. Kurnia Sudiar

    Thankssss, it works !!!!! it solved my problem :D

    • WPBeginner Support

      Awesome, glad our guide was helpful :)

      Administrator

  19. Fiona

    Hi

    Thank you very much !

    this article is really helpful and solved my problem .

    • WPBeginner Support

      Awesome, glad our article could help :)

      Administrator

  20. chioma

    The permalink solution worked for me. Thanks so much

    • WPBeginner Support

      Glad our guide could help :)

      Administrator

  21. ahmed s

    thanks.. i was very close to pulling my hair out. lol.. i was getting the 404 on all my portfolio pages. yikes. easy fix.

    • WPBeginner Support

      Glad our article could help :)

      Administrator

  22. Derin

    I have tried to click the save button on setting>permalink on my wordpress admin but the problem still persists. I can’t seem to locate the .htaccess on my FTP login. I noticed someone commented about editing the front. I tried checking out the storefront editor, but because I am not a programmer, I am being careful not to cause more damage to the theme. Any help on how to resolve the „404 Page Not Found” permalink problem. It started after a recent wordpress update.

  23. Babajide Adepoju

    a plugin was the problem for me; I deactivated it and had to edit the page somehow. It wasn’t that nice but it worked.

    • WPBeginner Support

      Thanks for sharing what solved your problem :)

      Administrator

  24. Gary Leigh

    Thanks. This really helped and saved me a lot of stress.

    • WPBeginner Support

      Glad our guide could help :)

      Administrator

  25. Charles D

    Just have to smile, as I am not the only delighted person. Saved from 3 days of agony :-) kept getting a broken link mydomain.com/’/menu/category

    the /’/ was apparently not linking and your TIP on Go to Settings » Permalinks, and simply click on Save Changes button. worked like a charm cheers

    • WPBeginner Support

      Glad our tip could help :)

      Administrator

  26. mark

    my issue not solve, 404 is returning when i am updating sub pages

    • WPBeginner Support

      You may want to reach out to your hosting provider to ensure there are no issues on the hosting’s end

      Administrator

  27. Harry

    Perfect! You have saved me lots of time,
    So let me just Thank You here :)

    Cheers

    • WPBeginner Support

      You’re welcome :)

      Administrator

    • WPBeginner Support

      Thank you :)

      Administrator

  28. Moussa

    Thanks the first method works fine for me

    • WPBeginner Support

      Glad our guide could help :)

      Administrator

  29. godfrey

    After trying everything stated to solve error 404 and couldn’t I decide to edit with front editor and save, vola it started working again.

    • WPBeginner Support

      Thanks for sharing what solved the issue for you :)

      Administrator

  30. Qadir Amin

    I have applied all tricks like
    Changed Permalinks
    Changed Theme
    Changed plugins

    but all in vain, how can i resolve my this error?

    • WPBeginner Support

      If you recreated the htaccess file you may want to reach out to your hosting provider to ensure there are no errors on the host’s end

      Administrator

  31. Dave

    The 404 error has been haunting me for last 3 days now, my problem is that I cannot access anything, no WP dashboard, no website, no cPanel, it’s turning out to be quite a disaster please help me fix this

    • WPBeginner Support

      For a 404 on everything, you would want to start by reaching out to your hosting provider for what they see on their end.

      Administrator

  32. dave

    do you service any word press sites? i need help.

    • WPBeginner Support

      Unless I hear otherwise, we do not have a maintenance service but you can feel free to send us the issue you are running into using our contact form.

      Administrator

      • Reddemma

        i moved my local wordpress website to server.i changed composts table pointing to server ip and replaced all local host.changed config file and comoptions table also.
        But menu links not working in server site.How can i fix this?

        • WPBeginner Support

          You may want to try recreating your menu to update the links.

  33. Czarek

    Thank you very much! You save me with this solution :)

    • WPBeginner Support

      Glad our article could help :)

      Administrator

  34. Rephin Perez

    Thanks so much !! You have saved my day. Didnt know that Saving the permanent links would fix this issue. :)

    • WPBeginner Support

      Glad our article could help :)

      Administrator

  35. Decode Digital Market

    This post literally saved my life. I just had 404 error to all my posts.

    All I had to do was save changes in permalinks and it worked.

    • WPBeginner Support

      Glad our article could help :)

      Administrator

  36. Carmen

    Thank you so much for the information, unfortunately I am still having issues. When I try to click into +Add New Page it takes me to a 404, if I click +Add New Plugin it also takes me to a 404, if I try to add anything new it will take me to a 404, my website is still in the creation process, it is not yet published. I tried to use filezilla, but after multiple attempts doesn’t connect to my file. Do you know what I should do, I would greatly appreciate your answer!

  37. alaa mohamed

    ok so am not sure if that’s the exact same issue am having. generally, when I access my website I don’t get any 404 errors yet on my SEO audit tool it is shown that my WordPress posts preview page is coming back with a 404 error, can anyone help me get this fixed ??

    • WPBeginner Support

      You would want to reach out to the support for your SEO tool to see if this is a known issue with the tool

      Administrator

  38. Mathukutty P V

    Today enabled minify script/styles in swift performance lite and after that except home page all other links showed 404 error. searched and found this post and on checking found .htaccess empty, added the basic code from this post and 404 error gone. All links are working fine Thanks.

    • WPBeginner Support

      Glad our article could help :)

      Administrator

  39. jeremy

    please help me out
    i dont know whats wrong with my WordPress website, i tried creating a new post when am done, i click on publish but it redirect me to a page not found which 404, please help me out as at now, i cant publish anything on my site nothing is working,
    thanks for your help in advance.

  40. Alexander Londono

    you just save me a lot of time.
    it had take me 2 hours with no solution

    • WPBeginner Support

      Glad our article could help :)

      Administrator

  41. Ahmad WABBI

    This is a great post. I had a problem with the permalinks when I moved my WP site from a server to another. Your post saved me a lot of time searching for the reason.

    Thanks

    • WPBeginner Support

      Glad our article could help :)

      Administrator

  42. Babar Waheed

    hi
    your all articles are easy to understand step by step with screen shots guide thanks for writing

    I have a free classified website in word press. advertisers are posting ads in my website but few of them not meet with our terms and conditions so we delete those ads when i delete ads i get a message by word press.
    (You just trashed a Post. Search engines and other websites can still send traffic to your deleted post. You should create a redirect to ensure your visitors do not get a 404 error when they click on the no longer working URL. With Yoast SEO Premium, you can easily create such redirects)

    My question is how to fix this problem without buying yoast seo premium?

  43. Priya

    Hello,
    My website is under construction right now.
    But I still receive 404 error while logging in.
    It does not allow me to open my account on wordpress as error arrives immediately after clicking on the log in button.

    How to solve this problem so that I can assess wp to complete my website?

    Plz give me directions so that I can proceed further as soon as possible.

    Thank you!

  44. Baba nee

    Good day, i installed a pluggin. So i can put the google addsense script to my the head section of my blog, after putting this code to the pluggin and updating my permalinks i saved it. It still telling me page not found! How do i fix the error! Is there any other way i can insert this script manually via my cpanel! Please help a brother who is so confused right now

  45. Sapna

    These steps seem so simple. But I tried everything. Changing the rights to 666 and 664. Deleting the .htaccess file. Copying and pasting the code didn’t help either.

    I even changed the permalink settings to which I desire and rewrite all the pages by hand again. To make sure they get the name I want and to have new page id’s

    I tried literally everything. I’m really clueless now. Can you please help me.

  46. Dasuni

    Fatal error: Class 'Email_Before_Download_Form’ not found in /wp-content/plugins/email-before-download/includes/class-email-before-download-shortcode.php on line 65

    Why???

  47. Darshan Tejani

    Hi. I liked the simplicity in the Tutorial. Sadly, it didn’t work for me!

    The error goes away only If I change my permalink to 'plain’. If I change back permalink to 'post name’, then it shows the error! I’d be grateful If you’d help me out here. Thanks anyway for the post.

    • WPBeginner Support

      If recreating the htaccess method is not working then you would want to reach out to your hosting provider to see if the mod_rewrite rule is enabled on their server.

      Administrator

    • WPBeginner Support

      You’re welcome :)

      Administrator

Zostaw odpowiedź

Dziękujemy za pozostawienie komentarza. Pamiętaj, że wszystkie komentarze są moderowane zgodnie z naszymi polityka komentarzy, a Twój adres e-mail NIE zostanie opublikowany. NIE używaj słów kluczowych w polu nazwy. Przeprowadźmy osobistą i konstruktywną rozmowę.