Other pages titles - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11) +--- Thread: Other pages titles (/showthread.php?tid=4778) |
Other pages titles - GPB61 - 2013-05-24 Hi! Besides using I18N custom fields, is there a function, or a piece of code, useful to display titles (H1 page heading) of other pages in a page? Thanks! RE: Other pages titles - Carlos - 2013-05-24 PHP Code: <?php getPageField('slug','title'); ?> ;-) RE: Other pages titles - GPB61 - 2013-05-25 (2013-05-24, 23:36:37)Carlos Wrote:Thanks Carlos, as always! |