Tagged: CMS MS

How to get content ID from page alias in CMS Made Simple

Sometimes you need the page alias AND the content id. All you need is a tiny UserDefined Tag (UDT). Create a new UDT “getpageid” and copy&paste the following code: if( !isset($params[‘alias’]) ) return; $gCms...