ewels / CPT-Bootstrap-Carousel

WordPress plugin which generates a custom post type for choosing images and content. Outputs Bootstrap Image Carousel (slider) HTML from a shortcode.
http://wordpress.org/plugins/cpt-bootstrap-carousel/
GNU General Public License v2.0
51 stars 36 forks source link

Set unique category name to distinguish from default Category #82

Closed dave-lang closed 8 years ago

dave-lang commented 8 years ago

Set a unique category name for the carousel's categories to avoid having to 'Categories' items when configuring menu's etc. Could potentially set 'show_in_nav_menus' => false to hide it altogether by default.

ewels commented 8 years ago

Looks good, thanks!