XPressME Integration Kit

Trac


Ignore:
Timestamp:
Jul 24, 2009, 6:35:49 PM (15 years ago)
Author:
toemon
Message:

カスタムテンプレートタグxpress_the_content()に対してXPressME設定の表示設定でmore tag のリンクテキストを設定できるようにする。 fixes #193

File:
1 edited

Legend:

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

    r274 r350  
    3434                                        </div> 
    3535                                        <div class="xpress-post-entry"> 
    36                                                 <?php xpress_the_content('more_link_text=' . __('Read the rest of this entry &raquo;', 'xpress') ); ?> 
     36                                                <?php xpress_the_content(); ?> 
    3737                                        </div> 
    3838                                        <div class="xpress-link-pages"><?php wp_link_pages() ?></div> 
Note: See TracChangeset for help on using the changeset viewer.