« Return to Thread: Entry Links List Sorted by Category and Tag

Entry Links List Sorted by Category and Tag

by Eric Schmidt :: Rate this Message:

Reply to Author | View in Thread

Hello,

I am trying to create something like an archive page, that will display
all entries from a specific category with a specific tag.  Right now I
am using this code to call up entries from a list...

#set($recentEntries = $model.weblog.getRecentWeblogEntries("/Biological
& Physical Sciences", 20))

#showWeblogEntryLinksList($recentEntries)

Essentially, what I would like to do is further refine this to show
RecentWeblogEntries with the tag of "june" as well.  Are there any
macros to get entries by tag name?

Eric Schmidt

 « Return to Thread: Entry Links List Sorted by Category and Tag