Add a link to the sub footer?

Posted in: Newspaper
Post count: 15

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

Post count: 22421

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!

Post count: 15

Hi Bogdan,

That’s worked perfectly, many thanks!

Hannah

Post count: 97

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.
Post count: 22421

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.

Post count: 6

I’m on the version 6.7. But, still the field doesn’t save the html code!

Shall I remove those codes mentioned above?

Post count: 22421

It seems that in the current version the html in the footer copyright gets stripped down again. We will look into this and fix it. Please try the code above to see if it still applies.
Thanks.

Post count: 6

No problem, I’ll wait for the next update 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.