Blog entry by newest (date)

3 posts by 2 authors in: Forums > CMS Builder
Last Post: April 18, 2008   (RSS)

By soj - April 17, 2008

How might I display only the latest blog entry in, say, my index.php (as opposed to the pageList.php, etc)?

Would the following or some version of work?

$options['where'] = 'fieldname = 'date DESC';

TIA! soj

Re: [Dave] Blog entry by newest (date)

By soj - April 18, 2008

Perfect, TUVM!