Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
List of child pages in a template
#12
Hi again GetSimplers,
I was wondering if it is possible to add the date of publication of these codes. I tried with "pubDate" but it gives a date too long. I would like something simpler as 12/01/2013.
Any help?

<?php
echo "<ol>";
$submenu=getChildren($id);
$menuArray=array();
foreach ($submenu as $menuitem) {
echo "<li><a href='?id=";
echo getPageField($menuitem,url);
echo "'>";
echo getPageField($menuitem,'puDate');
echo " - ";
echo getPageField($menuitem,'title');
echo "</a></li>";
}
echo "</ol>";
?>
My website made with GetSimple CMS is

Arte & Società
www.artesocieta.eu

An indipendent website about Italian Contemporary Visual Arts
Reply


Messages In This Thread
RE: List of child pages in a template - by Connie - 2013-01-09, 01:04:47
RE: List of child pages in a template - by Carlos - 2013-01-09, 17:20:13
RE: List of child pages in a template - by Connie - 2013-01-10, 03:43:21
RE: List of child pages in a template - by Carlos - 2013-01-10, 04:22:40
RE: List of child pages in a template - by Connie - 2013-01-10, 04:57:10
RE: List of child pages in a template - by D.O. - 2013-01-10, 23:23:05
RE: List of child pages in a template - by Connie - 2013-01-11, 18:03:45
RE: List of child pages in a template - by D.O. - 2013-01-12, 18:32:48
RE: List of child pages in a template - by Carlos - 2013-01-17, 05:20:09
RE: List of child pages in a template - by D.O. - 2013-01-17, 05:47:49
RE: List of child pages in a template - by Carlos - 2013-01-17, 05:55:02
RE: List of child pages in a template - by D.O. - 2013-01-17, 06:07:35
RE: List of child pages in a template - by Carlos - 2013-01-17, 07:01:02
RE: List of child pages in a template - by D.O. - 2013-01-17, 19:17:26



Users browsing this thread: 1 Guest(s)