Viewing 1 replies (of 1 total)
  • shadez

    (@shadez)

    Depending on your theme files, you will find either single.php, or single-post.php, or both. if the latter is present edit that, else former..

    If you want the image above post content and below the title then place the image insert code above the line of code which calls the_content();.
    If you want it above the title then place the code above the_title(); or its relative div container.

    To insert image, upload the image via FTP to your server, note down the link.. then use <a href="location"><img src="your image location here" /></a>.

    Use child theme or take proper backups..

Viewing 1 replies (of 1 total)
  • The topic ‘How to Show Same image on the right upper corner of every post’ is closed to new replies.