• I’ve made my navigation bar and menus, registered them, etc, etc, but when I click on one of the nav bar menu pages like ‘Resources’ it opens a browser page saying –
    Oops! This link appears to be broken.”.

    Here is the website https://www.matildafaltyn.com.

    I’m missing something simple.

    The problem started after I deleted the first child theme because I made an irretrievable code error. I created a new child theme, activated it, and was going fine until I noticed pages open to a broken link page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • htaccess?

    # 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
    Thread Starter Matilda F

    (@matilda-f)

    I’ve heard of htaccess.

    What is it and where do I put the above code.

    thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation Bar Opens to Broken Links’ is closed to new replies.