| Rev | Line |  | 
|---|
| [122] | 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. | 
|---|
|  | 4 | <{$block.categories}>                                   // Displays Categories from wp_list_categories() function | 
|---|
|  | 5 | ************************* End of usage ************************ *}> | 
|---|
|  | 6 | <{* Start Template *}> | 
|---|
|  | 7 |  | 
|---|
|  | 8 | <div class="xpress_block"> | 
|---|
|  | 9 | <{$block.err_message}> | 
|---|
|  | 10 | <div class="xpress_category_block"> | 
|---|
|  | 11 | <ul> | 
|---|
|  | 12 | <{$block.categories}> | 
|---|
|  | 13 | </ul> | 
|---|
|  | 14 | </div> | 
|---|
|  | 15 | </div> | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.