Changeset 51 for trunk/wp-content/themes/xpress_default
- Timestamp:
- Dec 27, 2008, 5:31:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/index.php
r32 r51 3 3 <div id="xpress_wrap"> 4 4 5 <?php if( xpress_is_theme_sidebar_disp()) : ?>5 <?php if(is_sidbar_disp()) : ?> 6 6 7 7 <div id="xpress_content" class="narrowcolumn"> … … 30 30 31 31 <div class="entry"> 32 <?php the_content(__('Read the rest of this entry »', 'kubrick')); ?>32 <?php wp_the_content(); ?> 33 33 </div> 34 34 35 35 <p class="postmetadata"><!-- Post author start --><?php/* _e('Posted:', 'kubrick'); echo ' '; 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 »', 'kubrick'), __('1 Comment »', 'kubrick'), __('% Comments »', 'kubrick'), '', __('Comments Closed', 'kubrick') ); ?></p> 36 </div> 36 <?php sprintf('Views: %d',xpress_post_views_count(the_ID()); ?> 37 </div> 37 38 38 39 <?php endwhile; ?>
Note: See TracChangeset
for help on using the changeset viewer.