• Theorecically this does not make sense!

    I have my overall header.php set correctly and it works on my index page and archive page but my comments.php is not getting any style/css or anything. <?php get_header(); ?> It calls for the header in the comments file. I even used the dashboard to edit the files and changed the comments to index.php exactly the same as the index.php but the comments page looked exactly the same. Maybe I will delete the file as I think it is server side? HMMMM

    I deleted the comments.php but I get no error so it is calling the comments.php from somewhere other than the correct path.

    http://www.cafe789.com/journal/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dawg

    (@dawg)

    It calls the css/header/navbar in all files correctly but the comments file. It works in catagories/archives/index Any ideas?

    Thread Starter dawg

    (@dawg)

    Well I can see that the comments page is not calling any css, thus no styling, if it is calling the header.php though everything should be there as it is on all other pages calling the header???

    comments.php is typically only used within other files using WordPress’ handy include function:

    <?php comments_template(); ?>

    See the installation of Kubrick that comes standard with 1.5 for an example (try single.php).

    When clicking the comments link on your site, it looks like I’m being taken to the Archive Template (archives.php), an example Template included with the installation of Kubrick.

    Thread Starter dawg

    (@dawg)

    Thanks mdawaffe, it did have to do with the single.php file, I do not have it completely worked out as I did a quick paste and edit of the file but at least it is now reading my css/header.php.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comments page mystery!’ is closed to new replies.