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