How to show the favicon image to website?
1.) Create a folder named "Icon" at;
file manager/public_html/templates/your_template.
2.) Navigate the file at your Cpanel:
file manager/public_html/templates/your_template and find index.php
3.) Edit index.php, find the <head>
4.) Insert this code under <head>
<link rel="shortcut icon"
href="http://www.your_full_website.com/templates/your_template/icon/favicon.ico" />
5.) Purge the cache, clear the cache at your Joomla Panel.
6.) Refresh the browser
7.) Try to type the website again.
No comments:
Post a Comment