Skip to content

Instantly share code, notes, and snippets.

@matdave
Created May 22, 2017 21:38
Show Gist options
  • Save matdave/4a02b2f51d5a01c2a192d45a5e057bb6 to your computer and use it in GitHub Desktop.
Save matdave/4a02b2f51d5a01c2a192d45a5e057bb6 to your computer and use it in GitHub Desktop.
MODX Tagger List TV
//To be used for listing specificly tagged resources with the option to Inherit Values
@SELECT `tag`, `alias` FROM `[[+PREFIX]]tagger_tags` WHERE `group` = 1 ORDER BY `tag` ASC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment