Is there an is_template tag?
-
I was just reading the Codex article on Dynamic Menu Highlighting and to get it to work for my site I had to do something like this:
if ( is_page(‘2’) || is_page(‘6’) || is_page(‘8’) || is_page(‘9′) || is_page(’11’) || is_category(‘3’) )…
All those pages are linked to the one template. It would’ve been much easier if I could’ve done something like:
if ( is_template(‘such&such’)) ….
Does such a tag exist for WP or does anyone know of a way to accomplish what I want to do a bit more simply than I’ve done so far?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Is there an is_template tag?’ is closed to new replies.