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/style.css

    r25 r32  
    141141        font-size: 0.9em; 
    142142}        
     143 
     144#xpress_credit { 
     145        font-size: 0.9em; 
     146        color: darkgray; 
     147} 
     148#xpress_credit a { 
     149        font-size: 0.9em; 
     150        color: darkgray; 
     151}        
    143152/* End Typography & Colors */ 
    144153 
     
    250259        margin: 0; 
    251260        padding: 20px 0; 
     261        text-align: center; 
     262        } 
     263         
     264#xpress_credit { 
     265        margin: 0; 
     266        padding: 0; 
    252267        text-align: center; 
    253268        } 
Note: See TracChangeset for help on using the changeset viewer.