One thought on “New Pictures from Pretzeltown

  1. /* IMPORTANT ! * This function registers the same custom post type as the The Events Calendar plugin * http://wordpress.org/extend/plugins/the-events-calendar/ * This also registers WordPress' native categories and tags while associating them with the Events Calendar Plugin */ add_action( 'init', 'add_calendar_taxonomy', 0 ); function add_calendar_taxonomy() { register_post_type('tribe_events',array( // Registers Events Calendar Custom Post Type 'taxonomies' => array('category', 'post_tag') // This registers the native WordPress taxonomies with The Events Calendar )); }

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>