Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 22, 20213 yr Hello there, For a CMS page template, how can I display the page title? I tried {$page->_title} to no success. Any advise?
March 22, 20213 yr 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.
March 22, 20213 yr {expression="\IPS\cms\Pages\Page::$currentPage->_title"} Or {expression="\IPS\cms\Pages\Page::$currentPage->getHtmlTitle()"}