Tag Archives: codex

site_url

Retrieve the site url for the current site.Returns the ‘site_url’ option with the appropriate protocol, ‘https’ if is_ssl() and ‘http’ otherwise. If $scheme is ‘http’ or ‘https’, is_ssl() is overridden.

2897

Continue reading

single_tag_title

Display or retrieve page title for tag post archive.Useful for tag template files for displaying the tag page title. It has less overhead than wp_title(), because of its limited implementation.

2893

Continue reading

single_post_title

Display or retrieve page title for post.This is optimized for single.php template file for displaying the post title.

2891

Continue reading

single_month_title

Display or retrieve page title for post archive based on date.Useful for when the template only needs to display the month and year, if either are available. Optimized for just this purpose, so if it is all that is needed, should be better than wp_title().

2889

Continue reading