• Resolved shomi

    (@shomi)


    Hi Richie,

    This is a very good looking and functional theme. We love it and would like to switch over to it from our old theme.
    However, the problem we are facing is the featured image we have set in the post is not visible in the post page (it is visible in the home page). We would like to make it visible in the full post too. Can you please help us? We would be grateful if you would let us know the steps.

    Our website: https://www.pearlypoppies.com

    Thanks and regards,
    Shomi

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Richie KS

    (@rkcorp)

    add something like this in single.php before the_content()
    <?php the_post_thumbnail('large'); ?>
    change the ‘large’ to your desired featured add_image() name if had one.

    Thread Starter shomi

    (@shomi)

    Thanks a lot! Worked perfectly!

    Another thing that I wanted to know was how to increase the font size of the sub-menu in the primary navigation..

    Thanks for your help!
    Shomi

    Theme Author Richie KS

    (@rkcorp)

    try add this to custom css
    #main-navigation li li a { font-size: 1.35em; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Image on Post Page’ is closed to new replies.