Support

Account

Home Forums General Issues Manage Existing Custom Taxonomy Fields

Unread

Manage Existing Custom Taxonomy Fields

  • Hi,

    I’m working on a site with an outdated Taxonomy plugin and would like to migrate that data into ACF.

    I am using Types to create the post type and taxonomy.

    The taxonomy is called ‘players’ and the custom fields are: born & died which are text fields.

    I am able to output the metadata in those fields like this:

    echo get_metadata( 'taxonomy', $term->term_id, 'born', TRUE);
    echo get_metadata( 'taxonomy', $term->term_id, 'died', TRUE);
    

    I would like to use ACF to display these custom fields on the custom taxonomy screen in the add new section and as a column, and in the edit taxonomy screen.

    Can ACF do this?

    Thanks

Viewing 1 post (of 1 total)

The topic ‘Manage Existing Custom Taxonomy Fields’ is closed to new replies.