Last change
on this file since 135 was
127,
checked in by toemon, 16 years ago
|
ページブロックの調整 ブロック複製を可能にし、 wp_list_pages()での選択オプションを追加
この変更をもってデザイン面での修正 #72 も終了とする
|
File size:
551 bytes
|
Rev | Line | |
---|
[118] | 1 | <{* ************************** usage ****************************
|
---|
| 2 | The template tag of the following list can be used.
|
---|
| 3 | <{$block.err_message}> // When the block cannot be displayed, this outputs the reason. Please do not delete it.
|
---|
[127] | 4 | <{$block.list_pages}> // Displays Pages List from wp_list_pages() function
|
---|
[118] | 5 | ************************* End of usage ************************ *}>
|
---|
| 6 | <{* Start Template *}>
|
---|
[121] | 7 |
|
---|
[118] | 8 | <div class="xpress_block">
|
---|
| 9 | <{$block.err_message}>
|
---|
[121] | 10 | <div class='xpress_page_block'>
|
---|
[127] | 11 | <{$block.list_pages}>
|
---|
[118] | 12 | </div>
|
---|
| 13 | </div>
|
---|
Note: See
TracBrowser
for help on using the repository browser.