• Resolved tytus

    (@tytus)


    ok I’m lost – I’m new to this – I installed WordPress not too long ago and modified the header. Everything looks great… I really like wordpress. Somehow I broke the Home page of the blog because the body of the theme is missing. The Header & Footer are there, and my entry is there but the body of the theme is missing.

    My site is http://www.tytus.ca

    Can soemone tell me how to fix this. I’ve searched for an answer but so can’t understand if any of the solutions apply to my situation.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like you’ve changed the name of the image in your header.

    Look for the following in your header.php

    <?php
    // Checks to see whether it needs a sidebar or not
    if ( !$withcomments && !is_single() ) {
    ?>
    	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg.jpg") repeat-y top; border: none; }
    <?php } else { // No sidebar ?>
    	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
    <?php } ?>

    kubrickbg.jpg has been replaced with eagle.jpg in yours.

    Thread Starter tytus

    (@tytus)

    Your Brilliant…. How you found that so fast… I made the change and all is good.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I think I Broke Kubrick – body missing on main page’ is closed to new replies.