Footer copyright text issue

Posted in: Newsmag
Post count: 74

So I’m blessed with the kind of ethnic last name that includes punctuation. When I put it into the “Footer copyright text” in Newsmag, it shows up on the page with a slash that shouldn’t be there.

My name is Dane O’Leary and that’s how I’m typing it into the copyright text area, but it’s showing up on my site as “Dane O\’Leary” for some reason. I’ve tried inputting the code for the apostrophe, I believe it’s &39; or something to that effect, and while it’ll work temporarily, the next time I go into the theme panel and save some other, unrelated change, the slash appears again.

It’s kind of getting on my nerves. Any idea how to fix this? This has been happening pretty much since I first started using Newsmag, but it only just dawned on me to ask about it here.

Post count: 6535

Hi

Try to ad this line of code in footer.php file like here: http://screencast.com/t/9YYsgTKh

$tds_footer_copyright = stripslashes(td_util::get_option('tds_footer_copyright'));

Let me know how it goes.
Thanks!

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