• Wonder if someone can help me with my links…. in my header.php I have some links for example:

    elseif(is_page('rooms')) include ( TEMPLATEPATH. '/headertables/roomsheader.php');

    but when the document runs the link it is trying to follow…

    /home/poplartree/XEKH54E8/htdocs/wordpress/wp-content/themes/Simon..headertables/roomsheader.php

    The error is no such directory which I can understand but why is it trying to find that directory?

    Thanks

Viewing 1 replies (of 1 total)
  • Looks like your theme is configured to load a particular script whenever a page called Rooms is viewed. You should have a wp-content/themes/theme_name/headertables folder. If you don’t, try downloading a fresh copy of the theme and just uploading that sub-folder.

Viewing 1 replies (of 1 total)

The topic ‘Links’ is closed to new replies.