Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Colombia Humana Posted March 22, 2021 Posted March 22, 2021 Hello there, For a CMS page template, how can I display the page title? I tried {$page->_title} to no success. Any advise?
Morrigan Posted March 22, 2021 Posted March 22, 2021 Do you want the full Page title? Because I think that might just be {$title}. More or less I guess I need to understand what you're trying to achieve.
Ryan Ashbrook Posted March 22, 2021 Posted March 22, 2021 {expression="\IPS\cms\Pages\Page::$currentPage->_title"} Or {expression="\IPS\cms\Pages\Page::$currentPage->getHtmlTitle()"}
Recommended Posts