get_bloginfo("name")
get_bloginfo("description")
get_bloginfo("wpurl")
site_url()
home_url()
get_bloginfo("admin_email")
get_bloginfo("charset")
get_bloginfo("version")
get_bloginfo("html_type")
is_multisite()
is_rtl()
get_bloginfo("language")
get_stylesheet_uri()
get_stylesheet_directory()
get_template_directory_uri()
get_stylesheet_directory_uri()
get_template_directory()
get_bloginfo("pingback_url")
get_bloginfo("atom_url")
get_bloginfo("rdf_url")
get_bloginfo("rss_url")
get_bloginfo("rss2_url")
get_bloginfo("comments_atom_url")
get_bloginfo("comments_rss2_url")
wp_login_url()
wp_logout_url()
wp_registration_url()
wp_lostpassword_url()
date("Y")
$theme_info->get("Name")
$theme_info->get("ThemeURI")
$theme_info->get("Description")
$theme_info->get("Author")
$theme_info->get("AuthorURI")
$theme_info->get("Version")
$theme_info->get("Template")
$theme_info->get("Status")
$theme_info->get("Tags")
$theme_info->get("TextDomain")
$theme_info->get("DomainPath")
is_child_theme()