Viewing 1 replies (of 1 total)
  • Kafkaesqui

    (@kafkaesqui)

    In the header.php file for the Default theme, look for the following bit of PHP (it’ll be in <style> section, probably at the right of the body declaration):

    if ((! $withcomments) && (! is_single()) && (! is_page())) {

    Change it to:

    if ((! $withcomments) && (! is_single())) {

    What this does is make sure that when on a Page (is_page()), it does not use the single column background image (kubrickbgwide.jpg), but the one meant for the two-column layout (kubrickbg.jpg).

Viewing 1 replies (of 1 total)
  • The topic ‘Background image not showing on new page created’ is closed to new replies.