Support

Account

Home Forums Front-end Issues Custom taxonomy slug not ID (again, i know) Reply To: Custom taxonomy slug not ID (again, i know)

  • The image did not post.

    looking at the code you posted, no matter what you’re returning you can’t use
    the_field('tecnica')
    this will attempt to echo the field contents, since the field contents will be one of 4 things

    • A Term ID
    • A Term Object
    • An Array of Term IDs
    • An Array of Term Objects

    echoing the value will not produce the results you are expecting.

    Please try to repost the field settings or tell me what they are. Is the field you showing, a checkbox, a multi select, a radio or a single select field?