Forum Replies Created
-
AuthorPosts
-
Norine Leibel
ParticipantThanks, Barry, that would be wonderful. I’m feeling a little out of my element here.
Not sure if makes any difference, but for context at the very least, I’m using a child theme of the Thematic framework.Norine Leibel
ParticipantI believe the comments are closed on the link I provided, which is why I have posted it in the forums. (I also thought it was related to Elizabeth’s problem, which we now know it isn’t.)
Norine Leibel
ParticipantThanks, Barry. Yes, I’ve registered the taxonomy using the code obtained through commenters here: https://theeventscalendar.com/integrating-wordpress-categories-tags-with-your-events/
`// Registers core WordPress category and taxonomy taxonomies on the “Events” post type registered by the plugin “The Events Calendar”
add_action( ‘init’, ‘ac_add_calendar_taxonomy’, 20 );
function ac_add_calendar_taxonomy() {
register_taxonomy_for_object_type(‘category’, ‘tribe_events’);
register_taxonomy_for_object_type(‘post_tag’, ‘tribe_events’);
}`
Is there something else I need to add?January 22, 2013 at 1:34 pm in reply to: I support the conditional removal of the End Date/Time when creating a new event #31394Norine Leibel
ParticipantAdding my vote for optional end date/time in the next release. Just downloaded the pro, and I really like it, but the site I’m working on has multiple events, many of which don’t specify an end time. Thanks.
-
AuthorPosts
