/ Published in: PHP
is the code which we use in place of the name of the site, wherever we'd like that name to appear in our template. WordPress queries the database and finds the name which you have inserted in the Blog Name field under Settings » General.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php bloginfo('name'); ?>