Feeds variable. Closes #368.

This commit is contained in:
Mike Jolley 2011-12-14 23:32:37 +00:00
parent ae96bf4ad9
commit 71733c2412
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ class woocommerce {
'publicly_queryable' => true,
'exclude_from_search' => false,
'hierarchical' => true,
'rewrite' => array( 'slug' => $product_base, 'with_front' => false ),
'rewrite' => array( 'slug' => $product_base, 'with_front' => false, 'feeds' => $base_slug ),
'query_var' => true,
'supports' => array( 'title', 'editor', 'excerpt', 'thumbnail', 'comments' ),
'has_archive' => $base_slug,