Organizers as Post

Home Forums Calendar Products Events Calendar PRO Organizers as Post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #380713
    mggillespie
    Participant

    Are Organizers custom post types? If so is there a way to add “Authorship” to them so that I can assign certain people certain Organizers?

    #394080
    Casey
    Participant

    mggillespie,
    Thanks for getting in touch! Yes, Organizers are defined as custom post types in the plugin, but Author support is not added by default. To add this yourself, just paste the following code within the PHP tags in your theme’s functions.php file:


    add_post_type_support( 'tribe_organizer', 'author' );

    That should now allow you to define authors to your Organizer custom post type.

    Hopefully that points you in the right direction, but let me know if you have further questions. Thanks! 🙂

    -Casey-

    #666847
    Casey
    Participant

    I just wanted to follow up and see if you’re all set here or if you still have further questions. Just let me know if you have further questions or if I should go ahead and close out this thread. Thanks! 🙂

    -Casey-

    #706353
    Casey
    Participant

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

    -Casey-

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Organizers as Post’ is closed to new replies.