Support

Home Forums Event Espresso Premium ETA on tags and nested categories for events?

ETA on tags and nested categories for events?

Posted: June 18, 2013 at 5:15 pm


BrooklineTaiChi

June 18, 2013 at 5:15 pm

I have been very impressed with all the features in Event Espresso until I realized that events do not have basic taxonomy support for tags and/or categories that are nested.  Since I saw “Categories” in Event Espresso, I just assumed they would have standard wordpress category functionality.  Now I wish they had been called something else in EE because they do not act like wordpress categories.

My implementation has some complex requirements, and EE is very flexible, but without STANDARD wordpress taxonomy (tags and nested categories) I now may not be able to meet the requirements…and of course the software is already purchased.

I’d love to see EE categories renamed something like “Topics” or “Subject” and regular old wp tags and categories added to events.

Yes, I know I can create a matching post for each event to use tags and categories…but really? That seems like it will create an admin nightmare every time we set up a new session’s worth of classes (7 times a year)

I’ve seen others ask for tags and some as for nested categories…I am REALLY hoping you are planning on this soon, as I am suddenly dead in the water.

Is there any way for me to write some custom code to add these?

Bottom line, this would suddenly add a TON of flexibility to displaying using native wordpress functions, menus,  and template hierarchy(?).  All of your shortcodes are useful but very manual and I don’t want to have to create pages with shortcodes all over when I have the power of wordpress taxonomy under the hood.

 

 


BrooklineTaiChi

June 18, 2013 at 5:22 pm

could I and others use something like this (found on http://www.deluxeblogtips.com/2010/07/custom-post-type-with-categories-post.html):

Sometimes, your blog has registered a custom post type already, and you don’t want to search in a bunch of code just to find out where the register_post_type() function to add a small line for categories and post tags boxes. To solve this problem, you can add them (categories and post tags boxes) later using register_taxonomy_for_object_type() function like this:

add_action(‘init’,’demo_add_default_boxes’);
 
function demo_add_default_boxes(){
register_taxonomy_for_object_type(‘category’,’demo’);
register_taxonomy_for_object_type(‘post_tag’,’demo’);
}

Note that all these functions have to be called with init action hook. Otherwise, the custom post type is still registered, but no categories or post tags boxes.


Josh

  • Support Staff

June 18, 2013 at 8:17 pm

Hi Dan,

While I do not have an ETA on when this will be ready, the developers that are working on Event Espresso 4 are working on converting Event Espresso to be compatible with WordPress Custom Post Types. This should allow for what you’re looking to do.

The support post ‘ETA on tags and nested categories for events?’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso