19Oct/090
WordPress BlogInfo variables
bloginfo('atom_url'); //ATOM feed for site bloginfo('charset'); //The character set bloginfo('description'); //The description of the blog bloginfo('html_type'); //HTML version of the site bloginfo('name'); //Title of blog bloginfo('pingback_url'); //The pingback URL bloginfo('rss2_url'); //The RSS URL bloginfo('stylesheet_url'); //The URL for the template's CSS file bloginfo('template_url'); //The URL of the template bloginfo('url'); //The address of the blog bloginfo('version'); //Version of the WordPress installation bloginfo('wpurl'); //URL for WordPress installation
Related posts: