Adding Custom Taxonomies to the Filters and Columns box.

Home Forums Calendar Products Events Calendar PRO Adding Custom Taxonomies to the Filters and Columns box.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #22613
    Ashley
    Participant

    Dear Support
    Im currently running the latest version (2.0.8) of the The Events Calendar and the Pro version. I have added an extra taxonomy “event-tags” and it gets included on the Add/Edit screen fine.
    What I would like to know is there any way I can add the taxonomy as one of the options to choose from the “column” options on the “All Events” page? or if you could point me to where that is I might be able to extend it.

    #22650
    Rob
    Member

    Hi Ashley: thanks for reaching out here. Are you saying you want to add this into the Advanced Post Manager that appears atop the page (http://d.pr/i/uIH7)? Just want to make sure I understand as I wasn’t sure when reading your note.

    Thanks in advance!

    #22709
    Ashley
    Participant

    Hi Rob
    Yes, that’s exactly where I would like to add them. I dug around in the documentation and the code for the Advanced Posts manager and came up with this solution. It seems to work perfectly.
    Thanks

    add_action(‘init’, ‘setup_tribe_events_filters’);
    function setup_tribe_events_filters() {
    global $ecp_apm;
    $ecp_apm->add_taxonomies = true;
    }

    #22725
    Rob
    Member

    Awesome to hear you got this figured out on your own, Ashley! Nice work. This will be of use to other folks down the road who aim to accomplish what you’ve done. Thanks for sharing the solution.

    Looks like you’re all set here for now, but if you need anything else down the road just holler and we’ll do what we can. Thanks for your support so far 🙂

    #977424
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Adding Custom Taxonomies to the Filters and Columns box.’ is closed to new replies.