Add blog post feature image above blog post headline

Discussion in 'ColorWay WordPress Theme' started by foya, Jun 11, 2014.

  1. foya

    foya New Member

    Joined:
    Jul 5, 2012
    Messages:
    3
    Likes Received:
    0
    Hello,

    I would like to add the feature image of my blog posts (that is shown on the blog overview page) in the actual blog posts above the headline. What do I have to do to make this happen?

    Thank you in advance for your support, kind regards,
    Katja

    www.foya.de/home/blog/
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this open "single.php" file and add code given below as shown in the image.

    Code:
    <?php inkthemes_get_thumbnail(680, 480); ?>
    featured.png

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. foya

    foya New Member

    Joined:
    Jul 5, 2012
    Messages:
    3
    Likes Received:
    0
    Hello Nitesh,

    thank you very much, it works perfectly!!

    Kind regards,
    Katja
     

Share This Page