Hello all.
First, Couch is awesome. Thank you to KK, cheesypoof, and everyone involved in the enthusiastic development and upkeep of this system. It is absolutely wonderful and extremely generous.
Second, this is not a super-urgent issue. I am not only doing this for myself, but if a solution is figured out, I'm sure it would help a lot of people. It's just one of those little extras that polish a site.
My issue:
I am building a blog and am trying to see if there is a way to give a contextual apostrophe at the end of a name that is pulled from a k_page_title. The page title comes from the 'about.php' and I'll be pulling it for something like <cms:show k_page_title /> 's Blog, or Social, or Portfolio, or Hobbies, or anything like that.
What I need to happen is to see if the last letter of the name is an 's', 'x' or 'z' to only add an apostrophe( ' ), but any other letter to add the apos-s ( 's ).
Is there a cms tag I can use to create that?
Thanks for any help.
First, Couch is awesome. Thank you to KK, cheesypoof, and everyone involved in the enthusiastic development and upkeep of this system. It is absolutely wonderful and extremely generous.



Second, this is not a super-urgent issue. I am not only doing this for myself, but if a solution is figured out, I'm sure it would help a lot of people. It's just one of those little extras that polish a site.
My issue:
I am building a blog and am trying to see if there is a way to give a contextual apostrophe at the end of a name that is pulled from a k_page_title. The page title comes from the 'about.php' and I'll be pulling it for something like <cms:show k_page_title /> 's Blog, or Social, or Portfolio, or Hobbies, or anything like that.
What I need to happen is to see if the last letter of the name is an 's', 'x' or 'z' to only add an apostrophe( ' ), but any other letter to add the apos-s ( 's ).
Is there a cms tag I can use to create that?
Thanks for any help.