/* 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
));
}
Har nu lagt upp fler bilder från Pretzeltown!
Foto: Jesper Riedl