Hello there,
My client’s site is now live (they love it, well done ENFOLD THEME, a star yet again). However, I would like to be able to add to the copyright section in the footer socket links to my website. Is this possible?
Thanking you in advance.
Jamesy
Hey James,
Yes, the section in which the copyright info is held is able to read html so you can add line-breaks, links, etc.
Best regards,
Jordan Shannon
Hello again,
How do I add the the URL links to this section? Is there options in the them to do this or is it a “HTML code” that I need to edit?
Thanking you in advance.
Jamesy
Hey!
You can add a menu to the socket/footer. Go to Appearance > Menus and create a new menu. Add some links to it and save the new menu. Then click on the “Manage Locations” tab and select the new menu for the “Enfold Footer Menu” (dropdown on the right side).
Regards,
Peter
if you don’t like to make it manually – you can change the backlink by this code-snippet in your function.php of your child theme
you have to adjust your data
function new_nolink(){
$kriesi_at_backlink = "<a href='https://webers-webdesign.de'>Webers WordPress Webdesign</a>";
return $kriesi_at_backlink;
}
add_filter("kriesi_backlink","new_nolink");
by the way – these entry fields of Enfold Options like copyright or telephone number field – They accept the input via shortcode
so you can even create a enfold button – activate the debug mode and copy/paste the shortcode to that entry fields