Wordpress Code
Here are a few wordpress code snippets that might help speed up your development time.
PHP Snippets for the Header
Title of the site
{code type=php} {/code}
Title of the specific post or page
{code type=php} {/code}
The style.css file’s location
{code type=php} {/code}
Pingback URL for the site
{code type=php} {/code}
Location for the site’s theme files
{code type=php} {/code}
Wordpress version for the site
{code type=php} {/code}
Atom URL for the site
{code type=php} {/code}
RSS2 URL for the site
{code type=php} {/code}
The exact URL for the site
{code type=php} {/code}
Name of the site
{code type=php} {/code}
HTML version of the site
{code type=php} {/code}
Charset parameter of the site
{code type=php} {/code}
November 3rd, 2008 at 10:25 pm
http://codex.wordpress.org/Template_Tags/bloginfo
I love WordPress