WordPress Function Bloginfo()
Bloginfo() displays information about your blog:
name = Testpilot description = Just another WordPress blog admin_email = admin@example url = http://example/home wpurl = http://example/home/wp stylesheet_directory = http://example/home/wp/wp-content/themes/child-theme stylesheet_url = http://example/home/wp/wp-content/themes/child-theme/style.css template_directory = http://example/home/wp/wp-content/themes/parent-theme template_url = http://example/home/wp/wp-content/themes/parent-theme atom_url = http://example/home/feed/atom rss2_url = http://example/home/feed rss_url = http://example/home/feed/rss pingback_url = http://example/home/wp/xmlrpc.php rdf_url = http://example/home/feed/rdf comments_atom_url = http://example/home/comments/feed/atom comments_rss2_url = http://example/home/comments/feed charset = UTF-8 html_type = text/html language = en-US text_direction = ltr version = 2.9.2 |
Directory URLs are missing trailing slashes.
More information:
bloginfo() | Function
get_bloginfo() | Function
More Related Posts
- [2016/09/22] WordPress Uploaded Images are Blank
- [2016/06/12] Can’t See or Edit Content of Pos...
- [2016/05/24] Get Post Creation Date of a WordPress ...
- [2016/05/14] How to Display Recent Posts in WordPre...
- [2016/05/24] Get Post Permalink on WordPress
- [2016/05/31] Get Post Modification Date of a WordPr...
- [2016/05/24] How to Manually Update WordPress
- [2016/05/14] Enable Post Thumbnails on Your WordPre...