Recent Blog Posts

Last modified by Holger Dick on 2009/10/12 19:13
Name
Recent Blog Posts
Panel type
view
Category
Navigation
Description

Shows the most recent (published) blog posts.

Content

#includeMacros("Blog.BlogCode")
#getBlogEntriesBaseQuery($query)
#set($query = "$!{query} and isPublished.value = 1")
#set($recentEntries = $xwiki.searchDocuments("${query} order by publishDate.value desc", 10, 0))
#panelheader('Recent Blog Posts')  
#if($recentEntries.size() > 0 || $showEmptyPanels)
  #foreach($entryDoc in $xwiki.wrapDocs($recentEntries))
    #getEntryObject($entryDoc $entryObj)

  • [$!{entryDoc.display('title', 'view', $entryObj)}>$!{entryDoc.fullName}]
      #end
    #end
    #panelfooter()
Tags:
Created by Administrator on 2009/04/06 12:22

My Recent Modifications


This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 2.7.1.${buildNumber} - Documentation