Page 1 of 1

Apostrophe in News Category

Posted: Sat Apr 28, 2012 7:03 pm
by atdesign
Hello,

I have a news category name that includes an apostrophe. How do I call it? {news category="Category's Name"} is not working. Or are apostrophes not allowed?

Thanks.

Re: Apostrophe in News Category

Posted: Sat Apr 28, 2012 7:15 pm
by calguy1000
Well, I wouldn't recommend using apostrophe's or any other character that has to be encoded to transmit across urls etc.

However, you may have "limited" success like this:

Code: Select all

{capture assign='tmp'}Category's Name{/capture}
{news category=$tmp}
or

Code: Select all

{news category='Category\'s Name'}

Re: Apostrophe in News Category

Posted: Sat Apr 28, 2012 7:28 pm
by atdesign
Thanks for the suggestions but unfortunately neither worked. I'll rename the category.