/ Published in: PHP
bloginfo('name') is a function that generates the name of a WordPress site, the one used in the installation of WordPress and inserted in the Blog Name field under General Settings.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php bloginfo('name'); ?>
URL: http://codex.wordpress.org/Function_Reference/bloginfo