Page template ID
Permalink
Hi, In concrete 5.7 version how I will get page template Id means that I want to get ptId of page?
Thanks
Thanks
Anyone please help on this issue?
The only place I have found it is when you hover over a link, like the attributes link when selecting the page within the sitemap.
Here is one way to get the page template ID (pTemplateID).
$c = Page::getCurrentPage(); $c->getPageTemplateID();