Support

Account

Home Forums General Issues Toxonomy Field showing id instead of term name Reply To: Toxonomy Field showing id instead of term name

  • Hi,

    I’m not using any specific code for this as mailster uses the custom field slug to show the content.

    What i have tried was changing some options when creating the custom fields.
    Here are the settings i’ve tried:

    Field Type = Taxonomy
    Taxonomy = custom taxonomy created with CPT UI
    Appearance = selection
    Create Terms = yes
    Save Terms = yes
    Load Terms = yes
    Returned value = Object Term

    And

    Create Terms = no
    Save Terms = no
    Load Terms = no
    Returned value = Object ID

    When i choose the returned value to be the object term, nothing loads. So i was wondering if iam missing something while creating the custom field.

    PS: If it helps when i use the the_field(‘field-slug’); function, it also returns the ID instead of the term.

    Thanks