Add the following code to you theme’s function.php file, or a functionality plugin to add Unique Sidebar to your Custom Post Type.
// Register widget areas
genesis_register_sidebar( array(
'id' => 'products-single-sidebar',
'name' => 'Products Sidebar',
'description' => 'This is the sidebar for products pages.',
) );
Share Your Two Cents