• Resolved greenduck

    (@paperduck)


    Hi, I’m fairly new to WordPress. I did a fresh installation of release candidate 2.7 into its own folder on my new site. I also have installed my newly developed theme for it as well. I customized the header.php and footer.php pages to match the rest (non-wp) of the web site header and footer navigation. However, these main site navigation links are broken from the comment pages due to the deeper nesting of these pages. I’m using the Month and Name permalink setting. Since the header/footer pages have fixed paths in the code how can I possibly cope with the alternate link paths out of the comment pages? Could it be coded to somehow be flexible or call for different header and footer pages for the comments? If so, how can i do that?

    Thanks for any possible help, I just have to fix this somehow, I really want to keep the look and feel of my site for my blog. You can test the problem here:
    https://www.paperduck.com/news/

    Thanks,
    Eva

Viewing 2 replies - 1 through 2 (of 2 total)
  • paperduck.

    A quick fix would be to change your href attributes to point the the web root:

    ../contact.php

    Change to

    /contact.php

    Thread Starter greenduck

    (@paperduck)

    mfields,

    Thank you, the links are working fine now. Somehow, the simplest solutions slip my mind..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Main navigation links break from comment pages’ is closed to new replies.