• Resolved AmandaNoelle82

    (@amandanoelle82)


    My website’s (Tip Diva) post background disappears in Permalink form. I don’t know what I did that messed it up, but does anyone know how to get it back? I stink at the coding.

Viewing 2 replies - 1 through 2 (of 2 total)
  • This code lives at the top of your document:

    #page { background: url("http://www.tipdiva.com; /images/kubrickbgwide.jpg") repeat-y top; border: none; }

    Don’t know what file it is in. Most likely page.php or single.php.

    To fix this, replace with:

    #page { background: url("<?php bloginfo('template-directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }

    Thread Starter AmandaNoelle82

    (@amandanoelle82)

    You fixed it – thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My Post Background Disappears In Permalink! (Kubrick)’ is closed to new replies.