• kjzrradio

    (@kjzrradio)


    Fairly new to WP. Not sure as to why our web guy set it up this way but…

    Would like to know why I get the “Error 404 Not Found” when I click the post side category, in this case “entertainment news”.

    https://www.kjzrradio.com/entertainment-news/

    Same goes for “Podcast News”…”Error 404 Not Found”

    When clicking the same tabs at the top of the page, it’s fine.

    It’s probably a basic type fix, I simply cannot locate it.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • batrachoid

    (@batrachoid)

    The tabs at the top of your page are categories. Clicking on them gives you https://www.kjzrradio.com/category/entertainment-news/ but your sidebar title link doesn’t include the /category/. Check your widget section; you may be able to just edit the link there.

    Thread Starter kjzrradio

    (@kjzrradio)

    I don’t see where or how the sidebar title link can be edited.

    Thread Starter kjzrradio

    (@kjzrradio)

    What type of widget is necessary?

    Shane G.

    (@shane-g-1)

    Hi,

    Reset your permalink from wordpress admin area and add this code in htaccess:

    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    After that check with the posts and pages of your blog. If it does not resolve the issue then disable all the plugins and check.

    Thanks,

    Shane G.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error 404 Not Found’ is closed to new replies.