• Resolved kalengallagher

    (@kalengallagher)


    Hi Silkalns,

    One more question: I cannot get the featured image to display on Pages, but can get them to display on posts. Anything I might be missing?

    Really appreciate your willingness to help ??

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

    (@silkalns)

    This is expected behavior and this is how it works for most themes.

    You can change this by adding this code to content-page.php file.

    <?php the_post_thumbnail( 'sparkling-featured', array( 'class' => 'single-featured' )); ?>

    Most likely you want to add it above

    <div class="post-inner-content">

    Just play around to see how it works for you.

    Thread Starter kalengallagher

    (@kalengallagher)

    Totally worked. You’re the man.

    Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Should the "featured image" appear on pages?’ is closed to new replies.