• 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

Whitespace Pro – Custom Post Type

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 › Whitespace Pro – Custom Post Type

This topic is: not resolved

Tagged: CPT, Whitespace Pro

  • This topic has 2 replies, 2 voices, and was last updated 10 years ago by treenao.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • June 8, 2015 at 10:53 am #155386
    treenao
    Member

    Hi There,
    Can anyone help me set-up the home page to show the posts from a custom post type? I've tried to duplicate the JS faux anchor query but I can't figure out how to point it to custom post types.

    June 8, 2015 at 11:52 am #155390
    Victor Font
    Moderator

    This will add CPTs to the normal WordPress query:

    add_action( 'pre_get_posts', 'add_cpts_to_archives' );
    function add_cpts_to_archives( $query ) {
    
    	if ( $query->is_main_query() && !is_admin() && is_tag() ) {
    		$query->set( 'post_type', array( 'post', 'CPT' ) );
    	}
    
    }

    Just change the CPT to the type of post you want added. Since it is an array, you can add as many post types as you'd like.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    June 18, 2015 at 12:28 pm #156686
    treenao
    Member

    1) If I just want to pull the CPT, do I do this then?

    add_action( 'pre_get_posts', 'add_cpts_to_archives' );
    function add_cpts_to_archives( $query ) {

    if ( $query->is_main_query() && !is_admin() && is_tag() ) {
    $query->set( 'post_type', array( ''CPT' ) );
    }

    }

    2) Do I add this to my child theme's functions file? Or do I add it to the custom archive template for the CPT that I created?

  • 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