<?php $term = get_term_by('slug', $slug, 'category'); $name = $term->name; $id = $term->term_id; ?>