Skip to content

Instantly share code, notes, and snippets.

@semicolon
Created July 10, 2015 07:11
Show Gist options
  • Save semicolon/ac872709a05cefae9e6a to your computer and use it in GitHub Desktop.
Save semicolon/ac872709a05cefae9e6a to your computer and use it in GitHub Desktop.
Movable Type でカテゴリを階層的に取得するテンプレート
<mt:TopLevelCategories>
<mt:CategoryId>
<mt:CategoryLabel>
<mt:CategoryBasename>
<mt:SubCategories>
<mt:CategoryId>
<mt:CategoryLabel>
<mt:CategoryBasename>
</mt:SubCategories>
</mt:TopLevelCategories>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment