Add WooCommerce Products to the Appearance->Menus screen in WordPress so that products can be easily added to menus rather than using Custom Links to the URLs of products

This commit is contained in:
Bronson Quick 2012-05-10 15:03:37 +10:00
parent ed8afe992c
commit 454181ec86
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ class Woocommerce {
'query_var' => true,
'supports' => array( 'title', 'editor', 'excerpt', 'thumbnail', 'comments', 'custom-fields', 'page-attributes' ),
'has_archive' => $base_slug,
'show_in_nav_menus' => false
'show_in_nav_menus' => true
)
);