Skip to content

Instantly share code, notes, and snippets.

@atstyle
Last active January 4, 2016 05:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atstyle/8573818 to your computer and use it in GitHub Desktop.
Save atstyle/8573818 to your computer and use it in GitHub Desktop.
狙ったフォルダのみを表示してウェブページを展開 MTML
<mt:SetVar name="keyword" value="dog">
<ul>
<mt:Folders>
<mt:SetVarBlock name="CurFldName"><mt:FolderLabel></mt:SetVarBlock>
<mt:If name="CurFldName" like="$keyword">
<li><$mt:FolderLabel$>(<$mt:FolderCount$>)</li>
<ul>
<mt:Pages folder="$CurFldName" lastn="5">
<li><a href="<$mt:PagePermalink$>"><$mt:PageTitle$></a></li>
</mt:Pages>
</ul>
</mt:If>
</mt:Folders>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment