Archive | /wp-includes/theme.php RSS feed for this section

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_stylesheet_uri

Retrieve URI of current theme stylesheet.The stylesheet file name is ‘style.css’ which is appended to stylesheet directory URI path.

1713

Continue reading

get_stylesheet

Retrieve name of the current stylesheet.The theme name that the administrator has currently set the front end theme as.

1707

Continue reading