<?php bloginfo(‘name’); ?> – Title of the Blog, or Blog Name
<?php wp_title(); ?> – Title of a Specific Page
<?php bloginfo(‘url’); ?> – Exact URL for the Site
<?php bloginfo(‘description’); ?> – Site’s Description
<?php bloginfo(‘template_url’); ?> – Location of Site’s Theme File
<?php bloginfo(‘stylesheet_url’); ?> – Link to the Style.css location
<?php bloginfo(‘rss2_url’); ?> – RSS Feed URL for the Site
<?php bloginfo(‘pingback_url’); ?> – Pingback URL for the site
<?php bloginfo(‘version’); ?> – WordPress Version Number