LoginSignup
6
7

More than 5 years have passed since last update.

[MT]同一フォルダ内の前後のウェブページにリンク

Posted at

Movable Typeで、同一フォルダ内の前後のWebページにリンクする方法です。
「by_category="1"」の隠しモディファイアを使います。

<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>
6
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
7