XPressME Integration Kit

Trac


Ignore:
Timestamp:
Dec 17, 2008, 12:18:56 PM (15 years ago)
Author:
toemon
Message:

カスタムファンクションをプラグイン側へ移動
リンクの関数追加 #7 #9

xpress_right_arrow_post_link($show = false)
xpress_left_arrow_post_link($show = false)

カスタム関数名変更

the_credit() -> xpress_credit()
html_convert_time() -> xpress_convert_time()

File:
1 edited

Legend:

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

    r1 r32  
    1313 
    1414                <div class="xpress_single_navigation"> 
    15                         <div class="alignleft"><?php kuro_previous_post_link('&laquo; %link') ?></div> 
    16                         <div class="alignright"><?php kuro_next_post_link('%link &raquo;') ?></div> 
     15                        <div class="alignleft"><?php xpress_left_arrow_post_link(true) ?></div> 
     16                        <div class="alignright"><?php xpress_right_arrow_post_link(true) ?></div> 
    1717                </div> 
    1818 
Note: See TracChangeset for help on using the changeset viewer.