- Timestamp:
- Jun 9, 2009, 5:37:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/themes/xpress_default/index.php
r252 r272 15 15 <div class="xpress_pagenavi"><?php wp_pagenavi(); ?></div> 16 16 <?php else : ?> 17 <div class="alignleft"><?php xpress_left_arrow_posts_link( true); ?></div>18 <div class="alignright"><?php xpress_right_arrow_posts_link( true); ?></div>17 <div class="alignleft"><?php xpress_left_arrow_posts_link('echo=1'); ?></div> 18 <div class="alignright"><?php xpress_right_arrow_posts_link('echo=1'); ?></div> 19 19 <?php endif; ?> 20 20 </div> … … 42 42 echo ' - '; 43 43 the_author_posts_link(); 44 echo ' (' . xpress_post_views_count( $post->ID,__('Views :%d', 'xpress'),false) . ')';44 echo ' (' . xpress_post_views_count('post_id=' . $post->ID . '&format=' . __('Views :%d', 'xpress'). '&echo=0') . ')'; 45 45 echo ' | '; 46 46 // echo the_tags(__('Tags:', 'xpress') . ' ', ', ', ' | '); … … 59 59 <div class="xpress_pagenavi"><?php wp_pagenavi(); ?></div> 60 60 <?php else : ?> 61 <div class="alignleft"><?php xpress_left_arrow_posts_link( true); ?></div>62 <div class="alignright"><?php xpress_right_arrow_posts_link( true); ?></div>61 <div class="alignleft"><?php xpress_left_arrow_posts_link('echo=1'); ?></div> 62 <div class="alignright"><?php xpress_right_arrow_posts_link('echo=1'); ?></div> 63 63 <?php endif; ?> 64 64 </div>
Note: See TracChangeset
for help on using the changeset viewer.