
taxonomy-{taxonomy-slug}.php example
taxonomy-{taxonomy-slug}.php example in php
<?php
$term = get_term_by('slug', $slug, 'category');
$name = $term->name;
$id = $term->term_id;
?>
taxonomy-{taxonomy-slug}.php example in php
<?php
$term = get_term_by('slug', $slug, 'category');
$name = $term->name;
$id = $term->term_id;
?>
Share URL: taxonomy-taxonomy-slugphp-example