Looking to add a favicon to you site?
Inside your WordPress theme’s functions file (functions.php
) add the following to inside your PHP
code.
/** * FAVICON * @WPCult.com */function my_favicon() { ?> <link rel="shortcut icon" href="<?php echo bloginfo("stylesheet_directory") ?>'/images/favicon.ico" /> <?php } add_action('wp_head', 'my_favicon');
That’s it, just be sure to upload an icon image or a .gif/.png
. Be sure to correct the target location id the file is located somewhere else.
The rise of Local SEO has made it easier for businesses to increase brand awareness…
I was asked by a reader: I'm using the THiCK theme for my new design…
The article lists the 13 best WordPress email marketing plugins for 2022 - HubSpot, ConvertKit,…
In 2024, NVIDIA remains a dominant force in the AI chip market with its innovative…
In the rapidly evolving realm of digital marketing, ChatGPT has emerged as an invaluable tool,…
It is official, today I purchased my ticket for WordCamp Denver! I as well as…