XPressME Integration Kit

Trac

Changeset 52


Ignore:
Timestamp:
Dec 27, 2008, 5:47:35 PM (15 years ago)
Author:
toemon
Message:

r51 でwp_content/themes/xpress_default/index.phpを古いバージョンでコミットしてしまってました。orz

File:
1 edited

Legend:

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

    r51 r52  
    33       <div id="xpress_wrap"> 
    44            
    5         <?php if(is_sidbar_disp()) : ?> 
     5        <?php if(xpress_is_theme_sidebar_disp()) : ?> 
    66            
    77                <div id="xpress_content" class="narrowcolumn"> 
     
    3030 
    3131                                <div class="entry"> 
    32                                         <?php wp_the_content(); ?> 
     32                                        <?php the_content(__('Read the rest of this entry &raquo;', 'kubrick')); ?> 
    3333                                </div> 
    3434 
    3535                                <p class="postmetadata"><!-- Post author start --><?php/* _e('Posted:', 'kubrick'); echo '&nbsp;'; the_author_posts_link(); echo '<br />' ; */?><!-- Post author end --><?php if(function_exists('the_tags')) : ?><?php the_tags(__('Tags:', 'kubrick') . ' ', ', ', '<br />'); ?><?php endif; ?><?php printf(__('Posted in %s', 'kubrick'), get_the_category_list(', ')); ?> | <?php edit_post_link(__('Edit', 'kubrick'), '', ' | '); ?>  <?php comments_popup_link(__('No Comments &#187;', 'kubrick'), __('1 Comment &#187;', 'kubrick'), __('% Comments &#187;', 'kubrick'), '', __('Comments Closed', 'kubrick') ); ?></p> 
    36                                 <?php sprintf('Views: %d',xpress_post_views_count(the_ID()); ?> 
     36                                <?php xpress_post_views_count($post->id,__('Views :%d', 'kubrick'),true) ?> 
     37 
    3738                                </div> 
    3839 
Note: See TracChangeset for help on using the changeset viewer.