This tutorial shows you how to display the 1st post for a specific custom post type full width and then 2 posts in columns like
Custom Post Type Tutorials
The tutorials in this archive relate to the use of custom post types in Genesis child themes. The code is guaranteed to work as shown in the demo images and videos. Installation of all code as well as support for PHP code is provided for members.
3 Ways To Add Manual Excerpts To CPT Archive Page
Most Genesis child themes which include custom post types, also include a archive file which enables you to customize the default
add_rewrite_rule For Multiple Custom Taxonomy Types in CPT Permalink Structure
This solution enables you to create your own custom permalink structure for any custom post type ( CPT ). Note: The entire code for
Add Exactly The Same Taxonomies To Multiple Custom Post Types
WordPress doesn't allow you to use register_taxonomy multiple times to add the same taxonomy type to more than 1 custom post type. If you
Custom Permalink Structure for Taxonomies Added to Custom Post Types
This tutorial provides the PHP code you can use if you want to create your own custom permalink structure for custom taxonomy types you add
Remove Entry Meta From Custom Post Types in Genesis
This code removes the entry meta in the entry header and entry footer from custom post types. Simply replace post-type in the following
Add Categories & Tags to AgentPress Listings Plugin CPT
This PHP code enables you to add support for both categories and tags to the listing custom post type generated by the AgentPress Listings
5 Ways To Use a Single Post Template for Custom Post Types
If you've created a custom post type (CPT), you might also want to use a special template for displaying all single post content for your
3 Ways To Add Custom Sidebars To Single Custom Post Type Pages
In Genesis child themes, there are at least 3 ways you can add your own custom sidebar. In this post, i'll provide 3 solutions which enable
List Authors Who Have Published Posts by Custom Post Type
A member of WP Sites asked how to list users who have published posts by a specific post type. Here's the solution. Simply change
How To Remove Specific Pages From Custom Post Type Archive
This code enables you to remove one or more pages from your custom post type archive page loop. Simply add the code to your child themes
Show Grid of Portfolio Custom Post Type Featured Images Using Custom Loop
Someone asked a great question recently about wanting to use get_template_part to display the content of a portfolio archive page after
Change Custom Post Type or CPT Taxonomy Permalink Slug
This simple solution enables you to customize the permalinks for your custom post types and CPT taxonomy types. All you need to do is
Set Default Featured Image for Custom Post Type in Genesis
This code enables you to add a fallback image to your child theme images folder which is set for all single CPT's which haven't set
Add Featured Image To Single Custom Post Type Pages
This tutorial provides one method which enables you to display your featured image on single CPT's in any Genesis child theme. All you
Custom Loop To List All Posts In Specific Category of Custom Post Type
This code creates a custom loop using WP_Query which lists all posts in one specific category of a custom post type. The code includes a
Use Categories and Tags With Your Custom Post Type
Once you create a custom post type, you can either: Add support for creating custom taxonomy types to your existing CPT code Or add
Add Pagination To Custom Post Type Archive Pages
Simply paste this PHP code at the end of your child themes functions.php file. The code controls how many CPT items display per archive
Load Special Template For One Specific Single Custom Post Type
Regardless of the name of your custom post type, you can load a special template which only displays on one single post when using custom
Basic Genesis Archive Page Template for Custom Post Type
This post contains the PHP code for a very simple archives page template for a custom post type. It also includes the code for the custom
You must be logged in to post a comment.