Hiya,
I’m having issues adding a link to my subfooter. This is the text I’m using in the sub footer section:
Copyright 2015 – London in Stereo <div class=”lis-website-credit”>Website by Make A Spectacle</div>
But for some reason, the link appearing on the page is http://cogdiss.com/%22http://www.makeaspectacle.co.uk/%22
Does the subfooter allow HTML / is there a way to solve this issue?
Ta!
Hannah
Hi,
If you want to use html code to the copyright section, use html to add the link and modify the code in footer.php – http://screencast.com/t/bUR2WvmmY
echo stripslashes($tds_footer_copyright);
And also remove this code – http://screencast.com/t/dkdikkHCAJD1 so the html will not be removed from the panel.
Hope this helps!
Thank you!
thank you this worked for me as well
would be great to have an option in admin to allow html in copyright section / footer but I have setup child theme so good for updates for now
I have also added in the year so that it updates on it’s own
echo ‘© ‘, date(“Y”), ‘ ‘;
Space at the end added… it works but not even sure if I have done it correct lol
-
This reply was modified 10 years by
tripledm.
Hi,
We actually updated it in the previous version 6.6 (we are at 6.6.1 now) so it allows html without modifications. http://tagdiv.com/newspaper-6-6-update/
As for your customization, if it works, you did it correctly :).
Thank you for posting your solution so other people can benefit from it.