This tutorial provides the code which enables you to do the following using 100% code ( no plugins ) : Create a custom reviews category
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.
Remove Genesis Post Permalink Markup From Tribe Events Archive Page
This code removes the following entry permalink markup left behind in the events archive page HTML source code when the Tribe Events plugin
Genesis CPT Archive Settings Field For Posts Per Page
This code adds a sortable meta box to any custom post type archive. Here's a demo showing how the field enables you to set posts per
Override Genesis Portfolio Pro Plugin Items Per Page Setting
This code enables you to override the "Items Per Page" setting added to each portfolio archive edit screen when you install the Genesis
Portfolio Custom Post Type Code With Single & Archive Template Files
This download includes the code & templates which enable you to : Create a custom post type in your child themes functions file. Use
Allow Users To Submit Property Listings For Review With AgentPress Listings
This code adds a custom role named User Listing which enables any user with this role to submit property listings for review by
Add Next & Previous Navigation Links To Entries In Same CPT Taxonomy Type
This code enables you to add next & previous links to single CPT's in the same term. Example : If you create a custom posy type named
Add Meta Box To Custom Post Type Archive
This file, enables you to add any type of meta box to any custom post type edit screen. In this case, we've added a text box which enables
Register Portfolio Custom Post Type With Taxonomy Support
Added to your child themes functions file, this code creates a custom post type named portfolio. The code also includes support for
Add Custom Taxonomy Term Links To Single Custom Post Type
This code enables you to display a horizontal list of links to each single custom post type page. They link to each term archive page in the
Artists ( Music ) Custom Post Type Grid With Pagination
This tutorial contains the code which enables you to add unlimited single entries for each artist which display in a grid like you see in
Add Genesis Scripts Meta Box To Custom Post Types
There's 2 ways to add the scripts box to custom post types edit screen: 1. You can use code in your functions file like
Add Custom Post Type Entries To Genesis Site Map
This code uses wp_get_archives with the post_type=portfolio parameter to add custom post type pages to the site map included in
Get Tags for Custom Post Type
At present, there is no post_type parameter included in any core WordPress function or efficient solution which enables you to display a
1st CPT Post Full Width Then Posts in 2 Columns
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
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