• I did some content changes on my home page. now i can’t see and open any page except for the home page. all other pages are on wp, but they don’t show up when you search on my site. can somebody help me? thanks https://www.zudor floors.net

Viewing 2 replies - 1 through 2 (of 2 total)
  • A lot of strange (non-WordPress) things happen when I go to your site…

    If I click on another page (like https://www.zudorfloors.net/flooring-project-list.html) a lot of the navigation images don’t appear because their location is not referenced correctly…for your images you should change

    src="images/nav-5-I.png"

    to

    "<?php bloginfo('url'); ?>/images/nav-5-I.png"

    and for your URLs you should change

    href="/hardwood-flooring.html"

    to

    "href="<?php bloginfo('url'); ?>/?page_id=3"

    for each corresponding page

    you also should change your apache settings on your /images/ directory so it’s not indexed (add Options -Indexes directive)

    And they do not show up when you click the navigation buttons either.
    Try setting your permalinks to standard for a short time (in Admin/Settings/Permalinks) and see what happens. Then back to your personal settings.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I can see only my home page’ is closed to new replies.