Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78737
    Keir
    Participant

    Hello. I am wondering if it is possible to put the Post Title above the Featured image. But I only want to do it for the Blog Feed, not the individual posts.

    Thanks
    Keir

    #78760
    Sakin
    Keymaster

    @Keir: For that you need to build child theme. Refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy content.php file to your child theme and edit it. So, in that file you need to change the position of the following image code as per your need.
    <?php if ( function_exists( 'catchkathmandu_content_image' ) ) : catchkathmandu_content_image(); endif; ?>

    #78880
    Keir
    Participant

    Thank you very much. I was able to move it below the featured image in the blog feed!

    thanks again!
    keir

    #78904
    Sakin
    Keymaster

    @Keir: Nice… 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Put the title above the Featured Image’ is closed to new replies.