true ) ) as $tax_name ) { add_action( $tax_name . '_edit_form', 'bizznis_taxonomy_archive_options', 10, 2 ); } } /** * Add new fields for display on archives. * * @since 1.0.0 */ function bizznis_taxonomy_archive_options( $tag, $taxonomy ) { $tax = get_taxonomy( $taxonomy ); ?>

labels->singular_name ) . ' ' . __( 'Archive Settings', 'bizznis' ); ?>

true ) ) as $tax_name ) { add_action( $tax_name . '_edit_form', 'bizznis_taxonomy_layout_options', 10, 2 ); } } /** * Display layout picker. * * @since 1.0.0 */ function bizznis_taxonomy_layout_options( $tag, $taxonomy ) { $tax = get_taxonomy( $taxonomy ); ?>

meta['layout'], '' ); ?> />

'meta[layout]', 'selected' => $tag->meta['layout'], 'type' => 'site' ) ); ?>

true ) ) as $tax_name ) { add_action( $tax_name . '_edit_form', 'bizznis_taxonomy_seo_options', 10, 2 ); } } /** * Display title, description and robots meta SEO fields. * * @since 1.0.0 */ function bizznis_taxonomy_seo_options( $tag, $taxonomy ) { $tax = get_taxonomy( $taxonomy ); ?>

meta['noindex'] ); ?> />
meta['nofollow'] ); ?> />
meta['noarchive'] ); ?> />