How to Add Favicon to Address Bar with website URL
-
Hi,
I am running a Blog website and using Hello Elementor theme.
I have already upload the traditional Favicon that is know showing on a browser tab. Know i want to add Favicon with my URL in a address Bar
I try this code but it didn’t work.
if( function_exists('get_site_icon_url') ) { $site_icon_url = get_site_icon_url(); if ( $site_icon_url ) { echo '<img src="https://wildlypet.com/wp-content/uploads/2024/04/Fevicon.png'. esc_url($site_icon_url) .'" alt="site-icon">'; } }
I am using Code Snippet plugin to add the script.
Plz help me to solve this issue.
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to Add Favicon to Address Bar with website URL’ is closed to new replies.