Skip to content

Instantly share code, notes, and snippets.

@hjfuji
Last active December 17, 2015 10:39
Show Gist options
  • Select an option

  • Save hjfuji/5596235 to your computer and use it in GitHub Desktop.

Select an option

Save hjfuji/5596235 to your computer and use it in GitHub Desktop.
[MT]同一フォルダ内の前後のウェブページにリンク
<ul>
<mt:PagePrevious by_category="1">
<li><a href="<$mt:PagePermalink$>"><$mt:PageTitle$></a></li>
</mt:PagePrevious>
<mt:PageNext by_category="1">
<li><a href="<$mt:PagePermalink$>"><$mt:PageTitle$></a></li>
</mt:PageNext>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment