shanestrong05
This user hasn't shared any biographical information
Homepage: http://www.shanestrong.com
Posts by shanestrong05
WordPress Bloginfo
November 9, 2009 - 1:18 pm
Posted in Wordpress Code | No comments
<?php bloginfo(’name’); ?> Blog Title
<?php bloginfo(’url’); ?> Base URL
<?php bloginfo(’template_directory’); ?> Current active template directory
<?php bloginfo(’description’); ?> Blog description or tagline
<?php bloginfo(’admin_email’); ?> admin email address
<?php bloginfo(’comments_atom_url’); ?> comments atom feed
<?php bloginfo(’comments_rss2_url’); ?> comments rss2 feed
<?php bloginfo(’rdf_url’); ?> rdf feed
<?php bloginfo(’rss2_url’); ?> rss2 feed
<?php bloginfo(’rss_url’); ?> rss feed
<?php [...]
