Add the following code to your WordPress theme's function.php file, or a functionality plugin to create a custom Shop Post Type For Your Online Store. * Note - If you are using a Shop plugin like WooCommerce, this wouldn't be necessary. The use scenario for this code is if you have an external shop like 1Shopping Cart or use PayPal Links. is_page( array( 1, 2, 3, 4 )) … [Read more...] about Custom Shop Post Type to Genesis Child-Theme for Your Online Store
Custom Post Type
Make Genesis functions appear on Custom Post Types in the Editor
Add the following code to your theme’s function.php file, or a functionality plugin to allow Genesis functions to appear on a Custom Post Type in the Editor. … [Read more...] about Make Genesis functions appear on Custom Post Types in the Editor
Apply Genesis Hooks to Custom Post Types
Add the following code to your theme’s function.php file, or a functionality plugin to apply Genesis Hooks to Custom Post Types. … [Read more...] about Apply Genesis Hooks to Custom Post Types
Load a template file for a Custom Post Type
Add the following code to your theme’s function.php file, or a functionality plugin to load a template file for a Custom Post Type. … [Read more...] about Load a template file for a Custom Post Type
Add Unique Sidebar to your Custom Post Type
Add the following code to you theme’s function.php file, or a functionality plugin to add Unique Sidebar to your Custom Post Type. … [Read more...] about Add Unique Sidebar to your Custom Post Type
Add Unique Sidebar to your Custom Post Type
Add the following code to your WordPress theme's function.php file, or a functionality plugin to add a unique sidebar to your Custom Post Type. … [Read more...] about Add Unique Sidebar to your Custom Post Type