who can tell me how to get a weblog content in site-model?
I want to put some content of some specified weblogs on the home page.
SOS!!!
It is a pity that the following sentences do not work,:(
2006/9/29, cn kene <[EMAIL PROTECTED]>:
A bug in template:
#set($pager = $site.getWeblogEntriesPager($since, $maxResults))
ok!
#set($myweblog = $site.getWeblog("myblog"))
#if ($myweblog.name ) weblog: ($myweblog.name ) #end
ok!
but:
#set($pager =
$site.getWeblogEntriesPager($myweblog,$since, $maxResults))
nothing?????????
who can help me?