General Template Tags


/ Published in: PHP
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. <?php bloginfo('name'); ?>

URL: http://codex.wordpress.org/Function_Reference/bloginfo

Report this snippet


Comments


You need to login to view comments.