Categories: wordpress

How To display Favicon, Site Title and Tagline on wordpress development?

What is site Icon?
It is small icon on the tab bar of your website
What is title and tagline?
They are name and short description on title of your site.

Favion along with site title and Tagline is found in dashboard>customize>site identity
During development of wordpress you have to hard code for showing these.

First of all lets discuss about the site title and Tagline. You need to put these code wherever you want to display site title and tagline. (usually inside tag.)

echo get_bloginfo(‘title’); for site title and
echo get_bloginfo(‘description’); for Tagline

NOTE: you should keep the tag inside php code <?php ?>

For Site Icon. You need not put any code. The CMS system of wordpress automatically changes the favicon whenever you change the site icon from customizer.

Banner Image Showing will code is in THIS article. click here to see.

jaminrai

Recent Posts

Skype Closes Its Doors After 20 Years: A Look Back and the Apps That Faded with It

After 20 years of transforming global communication, Skype has officially ceased operations. Microsoft, which purchased…

4 months ago

The Duck and the Tortoise: A Tale of Patience and Teamwork

In a serene forest by the edge of a sparkling lake, there lived a cheerful…

5 months ago

10 Smart Strategies for a Secure and Enjoyable Retirement

Retiring comfortably is a goal many aspire to achieve, and with the right strategies, it’s…

6 months ago

Troubleshooting a Slow Computer

Is your computer running frustratingly slow? Don't worry; you're not alone in facing this common…

6 months ago