Support » Fixing WordPress » “Nothing found” error on all my blog posts page

  • Today I updated my website to wordpress 6.4 from 5.3, then I found that every post and page on my site shows “Nothing found”, however, my home page looks fine, and the content can be found in the editor, what’s wrong with my website? Please help me fix this problem, thanks in advance! The address of my site is https://thetowerinfo.com

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Go to Settings permalink, and dont make anything, just click on save changes. Also clear cache if there is any caching plugin.

    If still not works, open directory where your WordPress is installed

    Rename the .htaccess with .htaccessbk and create a new .htaccess file, put this and save it.

    
    # BEGIN WordPress
    
    RewriteEngine On
    RewriteRule .\* - \[E=HTTP\_AUTHORIZATION:%{HTTP:Authorization}\]
    RewriteBase /
    RewriteRule ^index\\.php$ - \[L\]
    RewriteCond %{REQUEST\_FILENAME} !-f
    RewriteCond %{REQUEST\_FILENAME} !-d
    RewriteRule . /index.php \[L\]
    
    # END WordPress
    Thread Starter philip2041

    (@philip2041)

    @nanin11 Thanks for your answer, I’ve tried the setting permalinks method, didn’t work, I’m now trying the .htaccess method. Can I simply add the code directly to the current .htaccess file?

    Thread Starter philip2041

    (@philip2041)

    @nanin11 Still doesn’t work, I tried to create a new .htaccess file, and put the code, but still see Nothing found error.

    Good morning, philip2041

    I will fix your all WordPress error within hours. Hire me at $5 per hours. Contact me at Telegram @okmeenanaresh

    Hi Philip,

    I see you are using Pure Simple theme which has not been updated in over 2 years. Also, I see the theme support forum is not very active, and people are not getting any reply from their support.

    If you wish, post your issue here https://wordpress.org/support/theme/pure-simple

    or try to change theme, let me know if it works.

    Thread Starter philip2041

    (@philip2041)

    @nanin11, I tried to use some official themes like Twentytwenty theme, still doesn’t work.

    maybe its because of your plugins then

    have you tried deactivating all plugins?

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.