Here's an example which assumes you have 2 custom post types created , one name portfolio and the other community. The code simply
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 SQL Query In phpMyAdmin To Change Custom Post Types in WordPress
This tutorial shows you how to run a sql query on a specific database in phpMyAdmin. This SQL Query changes the name of a custom post
How To Rename A Custom Post Type
To change the name of a custom post type, simply replace all instances of the custom post type name with the new name you want to use for
Create a New Template for a Custom Post Type Archive
Omer asked this question recently which you may find useful if you are in the same situation. Iām using the Parallax Pro child theme and
3 Ways To Include Custom Post Types In Native Recent Posts Widget
There's at least 3 ways to include one or more custom posts types in the recent posts widget native to WordPress. You can use the
Display Home Page Posts In Grid Style Layout Using Portfolio CPT Template
You can use CSS code to display your home page posts in a grid style layout. This would be one of the best solutions if you want to retain
How to remove post info from custom post type only in Genesis
Jill from the U.K asked this question on the StudioPress theme forums: I have a custom post type called Products and I want to remove the
Genesis Custom Post Type Archive Grid On Front or Home Page
This simple custom function provides the most efficient solution for displaying custom post types on the front page of your WordPress
Add Custom Post Type To RSS Feed
If you've already added your custom post type to your home page loop, you can also add them to your RSS feed simply by adding a conditional
Using A Page Template File For Single Custom Post Types
If for some reason you don't want to use a default single post template for your custom post type, you can use a page.php file
8 Ways To Remove Titles From Single Custom Post Type Pages
There's at least 3 ways to remove one or more entry header titles from your single custom post type pages. You can code PHP different
Restrict Access To Custom Post Types By Users Capability
If you want to control which users have access to your custom post types, you can simply by adding some extra code to your existing code
Add Comments Form On Single Custom Post Type Pages
Generally, single pages assigned to a custom post type don't normally include a comment form. Update : This solution is no longer needed as
Add Custom Post Type To Any Theme
This code enables you to create a Custom Post Type in any WordPress theme. Simply copy the PHP code from the view raw link and paste
Add Custom Post Type (CPT) Pages To Posts Page
By default, only posts are displayed on your posts page which can either be your home page or blog page depending on your Reading
Add Support For Creating Custom Taxonomies To Existing Portfolio Custom Post Type
Some of the older StudioPress child themes include a portfolio custom post type. If you want to add one or more custom taxonomies to your
Add Widget After Posts Using Custom Post Type
Here's the code you can add to the end of your child themes functions.php file which will create a new widget that displays your content
2 Ways To Add Next & Previous Navigation Links To Single Custom Post Types
Single post navigation links are valuable because they link all your posts together. This increases page views and acts a bit like a sitemap
Adding A Title To A Custom Post Type Archive Page
Generally, custom post type archive pages like portfolio archives, don't include a title. The reason for this is there's no page template
3 Ways To Change & Convert Different Post Types In WordPress
Recently i changed themes on a client site where their property listing for sales and rentals where published as posts. The problem was