On Nov 19, 2007 2:56 AM, aeonsun <[EMAIL PROTECTED]> wrote:
> As I know,I can use weblog.vm or _day.vm to customize the some
> layout,but how to do for weblogentry?
> Thanks all!

Most themes define the content/layout of blog entries in the _day
template. Some do it in the Weblog template.

Look for a loop like this:

       #foreach( $entry in $entries )

           ... content / layout of each entry

      #end


- Dave

Reply via email to