3212 Posts in 847 Topics by 809 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 630 Views |
-
Need Help on Where to Post the Code for Recent Updates

24 August 2009 at 4:31pm
I want to have the latest modified subpages show up on the parents pages and I saw this code in another similar question in the forum:
function LatestUpdates() {
$parent = DataObject::get_one("Page", "Title = 'Title of the Page');
return DataObject::get("Page", "ParentID = $parent->ID", LastEdited DESC", "",10);
}My question is, where do I paste this? Into page.ss? And what code should I add to the template to get it to appear?
Thanks for any help!
-
Re: Need Help on Where to Post the Code for Recent Updates

11 September 2009 at 6:34pm Last edited: 14 September 2009 1:57pm
Put it in page.php. Checkout out tutorial [url= http://doc.silverstripe.com/doku.php?id=tutorial:2-extending-a-basic-site (latest news section) . This should give you all you need to know
Cheers
MM
| 630 Views | ||
|
Page:
1
|
Go to Top |

