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.
Apostrophe in News Category
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Apostrophe in News Category
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:
or
However, you may have "limited" success like this:
Code: Select all
{capture assign='tmp'}Category's Name{/capture}
{news category=$tmp}
Code: Select all
{news category='Category\'s Name'}
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Apostrophe in News Category
Thanks for the suggestions but unfortunately neither worked. I'll rename the category.