XPressME Integration Kit

Trac

Changeset 146


Ignore:
Timestamp:
Apr 1, 2009, 12:46:36 PM (15 years ago)
Author:
toemon
Message:

デフォルトテーマにwp_link_pages()タグを追加 #80

Location:
trunk/wp-content/themes/xpress_default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/xpress_default/index.php

    r143 r146  
    4747                                                <?php xpress_the_content(__('Read the rest of this entry &raquo;') ); ?> 
    4848                                        </div> 
     49                                        <?php wp_link_pages() ?>                 
    4950                                        <div class ="xpress-post-footer"> 
    5051                                        <?php 
  • trunk/wp-content/themes/xpress_default/single.php

    r143 r146  
    4343                        <div class="xpress-post-entry"> 
    4444                                <?php the_content('<p class="serif">' . __('Read the rest of this entry &raquo;', 'xpress') . '</p>'); ?> 
     45                                <?php wp_link_pages() ?> 
    4546                        </div> 
    4647                        <div class ="xpress-post-footer"> 
Note: See TracChangeset for help on using the changeset viewer.