Let me explain more. I have a specific entry that I would like to show in Front page.
It's not that I m in the entry. I would like to receive the entry. How can I know what it the anchor without retrieving it first? -----Original Message----- From: Dave [mailto:[EMAIL PROTECTED] Sent: Sunday, December 02, 2007 4:32 PM To: [email protected] Subject: Re: get specific entry 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 **************************************************************************** ******** This footnote confirms that this email message has been scanned by PineApp Mail-SeCure for the presence of malicious code, vandals & computer viruses. **************************************************************************** ********
