This page outputs some of the common functions used in Wordpress themes.
bloginfo() items
bloginfo( 'admin_email' ) = stevebondy@gmail.combloginfo( 'atom_url' ) = /?feed=atom
bloginfo( 'charset' ) = UTF-8
bloginfo( 'comments_atom_url' ) = /?feed=comments-atom
bloginfo( 'comments_rss2_url' ) = /?feed=comments-rss2
bloginfo( 'description' ) = Making cool stuff with paper
bloginfo( 'home' ) =
bloginfo( 'html_type' ) = text/html
bloginfo( 'language' ) = en-US
bloginfo( 'name' ) = Steves Paper
bloginfo( 'pingback_url' ) = https://stevespaper.com/xmlrpc.php
bloginfo( 'siteurl' ) =
bloginfo( 'stylesheet_directory' ) = https://stevespaper.com/wp-content/themes/sliding-door-plus
bloginfo( 'stylesheet_url' ) = https://stevespaper.com/wp-content/themes/sliding-door-plus/style.css
bloginfo( 'template_directory' ) = https://stevespaper.com/wp-content/themes/sliding-door
bloginfo( 'template_url' ) = https://stevespaper.com/wp-content/themes/sliding-door
bloginfo( 'text_direction' ) = ltr
bloginfo( 'version' ) = 3.5
bloginfo( 'wpurl' ) = https://stevespaper.com see site_url()
Other functions returning key blog info
site_url() = https://stevespaper.comhome_url() =
get_stylesheet() = sliding-door-plus
get_stylesheet_uri() = https://stevespaper.com/wp-content/themes/sliding-door-plus/style.css
get_stylesheet_directory() = /home/stevespa/public_html/wp-content/themes/sliding-door-plus
get_stylesheet_directory_uri() = https://stevespaper.com/wp-content/themes/sliding-door-plus (Recommended)
get_template_directory_uri() = https://stevespaper.com/wp-content/themes/sliding-door (Recommended)
get_theme_root() = /home/stevespa/public_html/wp-content/themes
get_template() = sliding-door