Which WordPress function retrieves and displays the blog name?

WordPress Fundamental Easy

WordPress Fundamental — Easy

Which WordPress function retrieves and displays the blog name?

Key points

  • get_bloginfo('name') retrieves the blog name in WordPress
  • the_title() displays the title of a specific post or page
  • blogname() and get_site_name() are not valid WordPress functions for retrieving the blog name

Ready to go further?

Related questions