• 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

Custom Post Types and 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 › Custom Post Types and Genesis

This topic is: not resolved

Tagged: ACF, custom post types, genesis

  • This topic has 1 reply, 2 voices, and was last updated 11 years, 11 months ago by Brad Dalton.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • August 4, 2014 at 8:29 am #116991
    marisah14
    Member

    I've created a custom post type using the Custom Post Type UI and Advanced Custom Fields plugins. I can get the content to show up on the page, however, I have content in the editor that I also want displayed on the page so the ACF ends up below my footer or above my header. I'd like it displayed underneath the content but I'm not sure how to do that. Is there an easy way to do this or should I just put the normal content inside of the code?

    Here's the page: http://test.remarkablelearning.com/workshops/

    Here's the code:

    <?php
    
    /**
    * Template Name: Workshop
    */
    /**
    
    * @package WordPress
    * @subpackage Starkers
    * @since Starkers 3.0
    */
    
    // The Query
    
    query_posts( 'post_type=workshop' );
    
    //The Loop
    while ( have_posts() ) : the_post();
        echo '<h3><a href= "';
        the_permalink();
        echo '">';
        the_title();
        echo '</a></h3>';
        echo '<div style="float:left; margin-right:10px;">';
        the_post_thumbnail();
        echo '</div>';
        the_excerpt();
        echo '<div style="clear:both;"><hr/></div>';
    endwhile;
    // Reset Query
    wp_reset_query();
    
    genesis();
    ?>
    
    http://test.remarkablelearning.com/workshops/
    August 4, 2014 at 8:32 am #116992
    Brad Dalton
    Participant

    Hook in your custom fields using the genesis_entry_footer hook


    Tutorials for StudioPress Themes.

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