• Resolved CharityCreek

    (@charitycreek)


    I am trying to enable the Header Image on ALL pages. Is this possible? At present it only appears on the Home Page.

    Regards… s

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi CharityCreek,

    This features does not provide by theme, sorry for that. You need to edit few codes in header.php.

    Thanks

    Thread Starter CharityCreek

    (@charitycreek)

    Thanks for that.

    Can you tell me what code needs editing in the header.php?

    Cheers… s

    Hi CharityCreek,

    Please find the line of code below in header.php in line no. 71 :
    <?php elseif (is_front_page()) : ?>

    Replace it with line of code below:
    <?php elseif (true) : ?>

    Thanks

    Thread Starter CharityCreek

    (@charitycreek)

    Thanks – worked perfectly – much appreciated.
    Regards… s

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Enabling Header image on all pages’ is closed to new replies.