• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

How to Display Featured Images above Post Titles on Posts page in Genesis

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › How to Display Featured Images above Post Titles on Posts page in Genesis

This topic is: not resolved

Tagged: edit css, featured images, functions.php, post titles

  • This topic has 2 replies, 3 voices, and was last updated 10 years, 3 months ago by dreamdancer.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • November 3, 2014 at 5:06 am #130270
    Meira
    Member

    I followed these instructions:

    STEP 1

    add_action( 'genesis_before_entry', 'sk_featured_image_above_title' );
    /**
    * Display Featured Image above Post Titles regardless of Content Archives settings
    *
    * Scope: Posts page (Blog)
    *
    * @author Sridhar Katakam
    * @link http://sridharkatakam.com/display-featured-images-post-titles-posts-page-genesis/
    */
    function sk_featured_image_above_title() {
    if ( ! is_home() ) {
    return;
    }

    remove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 );

    add_action( 'genesis_entry_header', 'sk_featured_image', 9 );
    }

    function sk_featured_image() {
    echo '' . genesis_get_image( array( 'size' => 'full' ) ). '';
    }

    NOTE: AT AUTHOR AND LINK I PUT MY NAME AND MY URL

    STEP 2

    Add the following in child theme’s style.css:

    .home .content .entry-title {
    margin-top: 20px;
    }

    It worked at first and then all the sudden my sidebar disappeared and was shoved down below my posts. The two column grid for post excerpts are taking up the whole page now!!!!

    I checked all my featured posts image size (for a 2 column grid) and they are correct. So I then removed the above code and refreshed, with no change. Then I removed all the css from child theme and put back the original. Still no change. Then I removed the functions .php and replaced the original. Still no change.

    WHAT HAPPENED? How do I get my site default back to par?

    http://knowinggodsnearness.com/
    November 3, 2014 at 5:44 am #130277
    Brad Dalton
    Participant

    Try this http://wpsites.net/web-design/display-featured-image-before-or-after-entry-title-on-single-posts-pages/


    Tutorials for StudioPress Themes.

    February 23, 2015 at 11:43 am #141885
    dreamdancer
    Participant

    @braddalton, I wish I could see the post you link, but I cannot afford $37 a month to do so!

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble