How to insert a different image for each page, but the image has to be above the page title

Discussion in 'GoldenEagle WordPress Theme' started by matthewkhuu, Mar 18, 2013.

  1. matthewkhuu

    matthewkhuu Guest

    Joined:
    Mar 16, 2013
    Messages:
    15
    Likes Received:
    0
    Hi, I am trying to insert an image that will be above the page title but below the main navigation bar. I also want a different image to be above each page title. My website is here and you can currently see that I have the image below the page title which I am trying to bring up.

    http://mkwebdesign.org/about-us/

    Many thanks for your help.

    Matthew
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
  3. matthewkhuu

    matthewkhuu Guest

    Joined:
    Mar 16, 2013
    Messages:
    15
    Likes Received:
    0
    hi, I have done everything correctly but the image doesn't show up. Please help. Thank you.
     
  4. matthewkhuu

    matthewkhuu Guest

    Joined:
    Mar 16, 2013
    Messages:
    15
    Likes Received:
    0
    hi I made it work now. Just inserted the line of code as

    <?php if(function_exists('show_media_header')){ show_media_header(); } ?>

    so it all had to be on 1 line. Thanks.
     

Share This Page