Display pages with a specific tag

Last modified by Vincent Massol on 2021/03/18 11:28

cogDisplay pages with a specific tag
Type
Category
Developed by

Vincent Massol

Rating
LicenseGNU Lesser General Public License 2.1

Table of contents

Description

#set ($references = $xwiki.tag.getDocumentsWithTag('Flux Internes'))
#foreach($reference in $references)
  #set ($document = $xwiki.getDocument($reference))
  #set ($label = $document.getTitle())
  [[$label>>$reference]]
#end 

Get Connected