This multi item slider is hand coded using PHP specifically for Genesis child themes. The slider enables you to display multiple
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.
Use Custom Field Content For A Custom Post Type In Genesis Search Results
This code enables you to alter the content shown on the search results page in Genesis child themes. In this example, the default content is
Dynamic Genesis Menu For Custom Taxonomy Terms
The code in this previous tutorial, enables you to create a custom post type with support for creating custom taxonomy terms. The code in
Create Custom Post Type With Archive Template
The code in this download folder enables you to : Create a custom post type ( CPT ) Create custom taxonomy types Customize
Genesis Star Rating System For Reviews
This tutorial provides the code which enables you to do the following using 100% code ( no plugins ) : Create a custom reviews
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.
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
Template For Multiple Custom Taxonomy Type Loops
This template displays the custom taxonomy type name then lists all entries for each taxonomy you add to your custom post type 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