Is it possible to return a string of text of the current page a user is on?
I know you can use %asset_url% to return the url but that only works if you have the keyword in a page div, not a nested content asset type.
[quote]
Is it possible to return a string of text of the current page a user is on?
I know you can use %asset_url% to return the url but that only works if you have the keyword in a page div, not a nested content asset type.
[/quote]
If they keyword is in a nested content area and you want to get the name of the page that is nested in, you can use %globals_asset_name% and it will give you the parent page. Is this what you mean?