Re: [PHP] latest posts help

2011-02-06 Thread Ashley Sheridan
"Michael Simiyu" wrote: >hello , am working on showing the last 3 posts showed on a message >board ( bitweaver ) and i would like to know what to add on the below >line of code to show the last 3 this is what i have that shows the >last post > >Code: >{$board.last.title|default:"Post..."|truncate

[PHP] latest posts help

2011-02-06 Thread Michael Simiyu
hello , am working on showing the last 3 posts showed on a message board ( bitweaver ) and i would like to know what to add on the below line of code to show the last 3 this is what i have that shows the last post Code: {$board.last.title|default:"Post..."|truncate:40}a> what should i ad