Tag Archives: codex

get_tag_template

Retrieve path of tag template in current or parent template.Works by first retrieving the current tag name, for example ‘tag-wordpress.php’ and then trying tag ID, for example ‘tag-1.php’ and will finally fallback to tag.php template, if those files don’t exist.

1727

Continue reading

get_tag

Retrieve post tag by tag ID or tag object.If you pass the $tag parameter an object, which is assumed to be the tag row object retrieved the database. It will cache the tag data.

1717

Continue reading