Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## Displays all pre-dotCMS 1.9 content identifiers (numeric) for a specific query
- ## to make for easier deleting of old content
- #foreach($content in $dotcontent.pull("",5000,"modDate desc"))
- #if($content.identifier.matches("[0-9]{0,10}"))
- ## $content.identifier $content.structure.velocityVarName: $content.title <hr/>
- $content.identifier,
- #end
- #end
Advertisement
Add Comment
Please, Sign In to add comment