Wordpress Code
WordPress Bloginfo
Nov 9th
<?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 bloginfo('siteurl'); ?> Home Page <?php bloginfo('stylesheet_directory'); ?> style sheet directory <?php bloginfo('stylesheet_url'); ?> style sheet url <?php bloginfo('version'); ?> 2.8.5 <?php bloginfo('wpurl'); ?> http://example/home/wp
