Support

Account

Home Forums Front-end Issues Can´t show the name of a taxonomy Reply To: Can´t show the name of a taxonomy

  • Hi @arreguisergio

    Please note that the_field is simple just echo get_field. If you do not understand the differences, please read the get_field and the_field documentation to better understand these functions.

    To output the taxonomy from the selected term, please select the Term Object return type and review the documentation here:
    http://www.advancedcustomfields.com/resources/

    Please also debug the data as instructed here:
    http://www.advancedcustomfields.com/resources/how-to/debug/

    Thanks
    E