• Hi,
    I have posts with alternative details I need to provide and I use custom taxonomies and use

    register_taxonomy( ‘contactAlt’, ‘post’, array( ‘hierarchical’ => false, ‘label’ => ‘Alternative Info’, ‘query_var’ => true, ‘rewrite’ => true ) );

    how can I target this inside custom fields ? so that it can be targeted directly when submitted?

    https://www.ads-software.com/extend/plugins/wp-user-frontend/

  • The topic ‘[Plugin: WP User Frontend] custom taxonomies’ is closed to new replies.