Well,
So I tried your advice.
I created an entry with the name about blogger and saw also that also in DB
it appears with about_blogger as the anchor. I then used:
#set($entry = $model.weblog.getWeblogEntry("about_blogger"))
$entry.transformedSummaryBut what appears is only : $entry.transformedSummary (it doesn't parse it). Why? Thanks -----Original Message----- From: Dave [mailto:[EMAIL PROTECTED] Sent: Sunday, December 02, 2007 5:08 PM To: [email protected] Subject: Re: get specific entry On Dec 2, 2007 9:45 AM, Odelya Glick <[EMAIL PROTECTED]> wrote: > 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? Look at the permalink URL for the entry in the entry editor, it will have this form: http://hostname/roller/<bloghandle>/entry/<anchor> The anchor is the last element in the URL. Is that sufficient? - Dave **************************************************************************** ******** This footnote confirms that this email message has been scanned by PineApp Mail-SeCure for the presence of malicious code, vandals & computer viruses. **************************************************************************** ********
