The $site model will only work in a blog that is 1) designated as the
front-page blog and 2) setup to have aggregated feeds. Use the Server
Admin page to set those config properties.
- Dave
On 9/29/06, cn kene <[EMAIL PROTECTED]> wrote:
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?