XPressME Integration Kit

Trac

source: trunk/templates/source/archives_block.html @ 125

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

サイドバーの追加 と アーカイブブロックの修正 #74 bump Ver0.11

File size: 549 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.
[125]4                <{$block.archive}>                                              // Displays Archives from wp_get_archives() 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_archive_block">
[125]11                <{$block.archive}>
[115]12        </div>
[121]13</div>
Note: See TracBrowser for help on using the repository browser.