• Resolved Pixabra

    (@pixabra)


    I love the design, especially home page design of this theme. However, I don’t need to have featured image on my pages – I already have images there. How can I keep featured images in home page, but remove them from my pages?
    Thank you!

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

    There are several ways in which you can customize your theme in order to modify it as per your requirements.

    Ideally, I recommend you to create a child theme: https://codex.www.ads-software.com/Child_Themes

    And in there, put the file “content-page.php” that you can take from the parent theme. Over that file, in your child theme you can remove the following line:

    <?php keratin_post_thumbnail(); ?>

    Another option would be going to the file /inc/template-tags.php, and in line 228 replace:

    is_singular()

    with

    is_single()

    The problem when you work on a parent theme, is that you’ll need to track each change in order to apply future updates.

    Cheers,
    Juan.

    Thread Starter Pixabra

    (@pixabra)

    Thank you for your quick response ??

    No problem ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not to show featured image on pages’ is closed to new replies.