Call Custom Event Taxonomies in List View?

Home Forums Calendar Products Events Calendar PRO Call Custom Event Taxonomies in List View?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #995188
    mariacp04
    Participant

    Hello,

    We’ve associated a couple of custom taxonomies with Events for the site we’re buliding (kmcalendar.org). On the Events page, which is calling List View, we’d like to have the “Event Topics” column pull our custom “Topic” taxonomy, the “Type” column pull from our custom “Type” taxonomy, and the “Cost” column pull from our custom “Cost Level” taxonomy. In each case, we’re working with custom taxonomies, and not with custom fields because of the client’s technical requirements.

    So… how to do this? A relatively detailed walk through would be appreciated, as I am very early on in learning to work with PHP.

    Thanks!

    #995269
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here, but we are limited in supporting customizations per our terms and conditions and can only support the features we ship the plugin with. So unfortunately, I will not be able to provided a detailed walk through.

    I can try to help you get started though.

    You can use the get_the_terms() function in WordPress to get custom taxonomies and display them:

    https://codex.wordpress.org/Function_Reference/get_the_terms

    They have some examples on that page to show how to use that function.

    You could duplicate that with all your custom taxonomies by using your custom taxonomy.

    That can help you get started. I can try to help out some more from here.

    Let me know if you have any follow up questions.

    Thanks

    #995425
    mariacp04
    Participant

    Great, thanks! I’ll have a look at the codex…

    #995448
    Brian
    Member

    Ok sounds good.

    If you get stuck please let me know and I can try to help out.

    Please provide any coding you are trying to get working and I will see what I can do.

    Thanks

    #999535
    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 ‘Call Custom Event Taxonomies in List View?’ is closed to new replies.