Changeset 96 for trunk/wp-content/themes/xpress_default/index.php
- Timestamp:
- Mar 6, 2009, 5:16:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/index.php
r64 r96 33 33 </div> 34 34 35 <p class="postmetadata"><!-- Post author start --><?php/* _e('Posted:', 'xpress'); echo ' '; the_author_posts_link(); echo '<br />' ; */?><!-- Post author end --><?php if(function_exists('the_tags')) : ?><?php the_tags(__('Tags:', 'xpress') . ' ', ', ', '<br />'); ?><?php endif; ?><?php printf(__('Posted in %s', 'xpress'), get_the_category_list(', ')); ?> | <?php edit_post_link(__('Edit', 'xpress'), '', ' | '); ?> <?php comments_popup_link(__('No Comments »', 'xpress'), __('1 Comment »', 'xpress'), __('% Comments »', 'xpress'), '', __('Comments Closed', 'xpress') ); ?></p> 36 <?php xpress_post_views_count($post->id,__('Views :%d', 'xpress'),true) ?> 35 <p class="postmetadata"><!-- Post author start --> 36 <!-- Post author end --> 37 <?php 38 if(function_exists('the_tags')) 39 echo the_tags(__('Tags:', 'xpress') . ' ', ', ', '<br />'); 40 printf(__('Posted in %s', 'xpress'), get_the_category_list(', ')); 41 echo ' | '; 42 edit_post_link(__('Edit', 'xpress'), '', ' | '); 43 comments_popup_link(__('No Comments »', 'xpress'), __('1 Comment »', 'xpress'), __('% Comments »', 'xpress'), '', __('Comments Closed', 'xpress') ); 44 ?> 45 </p> 46 <?php xpress_post_views_count($post->ID,__('Views :%d', 'xpress'),true) ?> 37 47 38 48 </div>
Note: See TracChangeset
for help on using the changeset viewer.