On Dec 2, 2007 9:18 AM, Odelya Glick <[EMAIL PROTECTED]> wrote:
> I saw that there is a method to get all entries for blog:
> model.getWeblogEntriesPager("Top") -
> which actually returns me only the entry: Top.
>
> Is it the best way to get only one entry by indicating its name?

You can fetch by the blog entry's "anchor" like this:

   $model.weblog.getWeblogEntry(anchor)

An entry's anchor ($entry.anchor) is the string that identifies the
entry in the entry's permalinks URL.

- Dave

Reply via email to