It’s a very simple process.
By the way, before editing any code files, I suggest please first take a backup of your website.
If you are looking to add ‘made with love’ to footer on a WordPress website with Genesis Framework then you can read this blog post instead: https://bloggeriq.com/add-made-with-love-footer-genesis-wordpress/
Two methods
There are two ways to add the ‘made with love’ with a heart icon to your footer:
- Use inline CSS code for styling
- Use a Unicode heart icon (no code at all!)
Where to place the line of code?
WordPress > Appearance > Theme Editor > Theme Footer (footer.php).
Comment out the section that has your current footer text in the footer.php file by adding <!– and –>, before and after the <a href>, </a> block respectively.
See this video walk-through if this step is confusing:
1. Using Inline CSS Code
The first option is to write the phrase using inline CSS styles – just copy and paste this code on to your footer:
Remember to customize the text in the above code to change the country, and suit your needs. You can also change the font size of the heart too.
2. Using a Unicode Heart Icon
This is just a sentence for you to simply copy and paste directly to your footer.php. Note that the heart icon is in Unicode format.
Made with ❤ in India
That’s it, you will now have successfully added some more love to your WordPress website!
Leave a Reply