固定ページにおいて、子ページ、親ページのリンクリストを作ってくれるプラグイン。
PHP テンプレートは下記の三つ。
[php]
[tree-pages]
[/php]
[php]
[list-pages]
[/php]
[php]
[child-pages]
[/php]
ダウンロードサイトには、下記のような説明が
Usage
List of all pages with the same parents: [tree-pages] List of all pages: [list-pages] List of all pages sorted by title: [list-pages sort_column=”post_title”] List of pages but exclude some page by ID: [list-pages exclude=”64,128,233″] List of child pages exclude one page by ID: [child-pages exclude=64]