• Resolved Travis

    (@lowburn88)


    Greetings,

    I apologize if this has been answered already. I have tried searching the documentation and posts.

    But is there a method to have the header image show on individual post pages as well? Currently it is only displayed on the home page.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Takao Utsumi

    (@utsumit)

    Hello,

    It needs a little customization. Please change header.php line:68.

    Before:
    <?php if ( is_home() && get_header_image() ) : ?>

    After:
    <?php if ( ! is_page() && get_header_image() ) : ?>

    Thread Starter Travis

    (@lowburn88)

    Thank you so much for your kind support, Mr. Utsumi!

    I know this is a free theme among your paid offerings, but is there an area where I can make a small donation?

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add header image to posts’ is closed to new replies.