Hi, KK, probable bug report here.
I'm trying to find a page, named 'w-14-y-2016-alice', with title 'w 14, y 2016, Alice'.
I don't know the name of the page, but I do know the title. With the following code I get no_results.
Setting up a variable and passing as page_title=my_var didn't work. Page is published.
I realise, it's probably because of commas. Any trick to avoid?
Thanks.
I'm trying to find a page, named 'w-14-y-2016-alice', with title 'w 14, y 2016, Alice'.
I don't know the name of the page, but I do know the title. With the following code I get no_results.
- Code: Select all
<cms:pages masterpage='timer.php' page_title='w 14, y 2016, Alice' >
<cms:set existing_page_title = k_page_title scope='global' />
<h2>found existing_page_title = <cms:show existing_page_title /></h2>
<cms:no_results >
<h1>page not found</h1>
</cms:no_results>
</cms:pages>
Setting up a variable and passing as page_title=my_var didn't work. Page is published.
I realise, it's probably because of commas. Any trick to avoid?
Thanks.