CodeHQ

Posts Tagged ‘Slug’

|

Custom fields in custom taxonomy archive page | WordPress

Thursday, December 1st, 2016

$queried_object = get_queried_object(); 
$taxonomy = $queried_object->taxonomy;
$term_id = $queried_object->term_id;
the_field('custom_field_name', $queried_object);

Tags: , , , , , ,
Posted in PHP, WordPress | No Comments »