XPressME Integration Kit

Trac

source: trunk/templates/source/authors_block.html @ 126

Last change on this file since 126 was 126, checked in by toemon, 15 years ago

投稿者ブロックの調整
list_authors()からwp_list_authors()に変更
この変更をもってデザイン面での修正 #70 も終了とする

File size: 548 bytes
RevLine 
[110]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.
[126]4                <{$block.authors}>                                              // Displays Authors from wp_list_authors() function
[110]5************************* End of usage ************************ *}>
6<{* Start Template *}>
[121]7
[115]8<div class="xpress_block">
[121]9        <{$block.err_message}>
[115]10        <div class="xpress_authors_block">
[126]11                <{$block.authors}>
[115]12        </div>
[121]13</div>
Note: See TracBrowser for help on using the repository browser.