• 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

Archive Page Post Titles Below Image

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 › Archive Page Post Titles Below Image

This topic is: not resolved
  • This topic has 5 replies, 3 voices, and was last updated 11 years, 3 months ago by Brad Dalton.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • October 7, 2014 at 11:45 am #126997
    randit
    Member

    Hi:

    I want to move the post title BELOW the image on the archive page of a custom post type. The custom post type is on the home page with the title below the image and I can't figure out why they appear above on the archive page. Can this be accomplished via CSS?

    Thanks! 🙂

    http://fivestarrealty.wpengine.com/fl/
    October 8, 2014 at 9:42 pm #127178
    neilgee
    Member

    You would have to give the image a higher priority on the archive page, add in a snippet in functions.php ....

    add_action( 'genesis_before_content', 'themeprefix_swap_title_image_cpt' );
    function themeprefix_swap_title_image_cpt() {
         if ('is_archive' && 'wap-community' == get_post_type()) {//add in your CPT name
    		remove_action( 'genesis_entry_header', 'genesis_do_post_image' );
    		add_action( 'genesis_entry_header', 'genesis_do_post_image', 2 );
    	}
    }

    This would target the archive page for the 'wap-community', remove the image and then add in at a higher priority.


    Neil Gee
    WP Beaches
    Coolest Guides

    October 11, 2014 at 9:19 am #127476
    randit
    Member

    Hey @neilgee thanks for the reply.

    I added the code to the functions.php file and it worked kind of....

    The titles did place below the images, however there are more duplicate images, two images for each post, one with the title below the image and one with no title.

    Ideas? Thanks again.

    October 11, 2014 at 5:01 pm #127511
    neilgee
    Member

    Seems like my code didn't remove the original function but added the new one, so that's why their is duplicates - if you search for 'genesis_do_post_image' in the functions.php file - can you post the full function it is in.


    Neil Gee
    WP Beaches
    Coolest Guides

    October 11, 2014 at 11:11 pm #127539
    Brad Dalton
    Participant

    @randit Try this http://wpsites.net/web-design/move-portfolio-archive-page-titles-below-featured-image-in-studiopress-themes/


    Tutorials for StudioPress Themes.

    October 11, 2014 at 11:19 pm #127540
    Brad Dalton
    Participant

    In your case, Line 33 of archive-wap-community.php should look like this:

    add_action( 'genesis_entry_header', 'wap_community_grid', 1 );
    

    Tutorials for StudioPress Themes.

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 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

© 2026 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