List tags without links

Home Forums Calendar Products Events Calendar PRO List tags without links

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #71432
    Our Saviors Church
    Participant

    I would like to simply list an event’s tags but without the tags being hyperlinked. Is this possible? I’m using tribe_meta_event_tags but it spits them out with links.

    #71713
    Barry
    Member

    You could try using get_terms() and format them however you like?

    #72028
    Our Saviors Church
    Participant

    So would I call it like this?

    #72031
    Our Saviors Church
    Participant

    sorry it hid the code:
    $taxonomies = array( ‘tribe_meta_event_tags’);
    $args = array();

    #72032
    Our Saviors Church
    Participant

    and that’s all within get_terms ();

    #72033
    Barry
    Member

    Hi Tyler, I can’t see your code (and code often is stripped out by the forum, unfortunately) so it’s best to share code via a service like Pastebin or Gist. That said, we can’t offer too much help with custom development tasks but if you want to post your code we’ll certainly take a quick look and see if any obvious issues jump out 🙂

    Thanks!

    #72035
    Our Saviors Church
    Participant
    #72243
    Barry
    Member

    Hi Tyler: we’re using the regular post_tag taxonomy, so what I’d try in the first instance is simply swapping out tribe_meta_event_tags for post_tag. I hope that helps!

    #981803
    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 9 posts - 1 through 9 (of 9 total)
  • The topic ‘List tags without links’ is closed to new replies.