Changeset 64 for trunk/wp-content/themes/xpress_default/index.php
- Timestamp:
- Jan 8, 2009, 9:20:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/index.php
r57 r64 26 26 <div class="post" id="post-<?php the_ID(); ?>"> 27 27 <?php if (function_exists('hotDates')) { hotDates(); }?> 28 <h2><a href="<?php the_permalink() ?>" rel="bookmark" <?php if(function_exists('the_title_attribute')) : ?> title=' <?php printf(__('Permanent Link to %s', ' kubrick'), the_title_attribute('echo=0')); ?>'<?php endif; ?>><?php the_title(); ?></a></h2>29 <small><?php the_time(__('F jS, Y', ' kubrick')) ?> <!-- by <?php the_author() ?> --></small>28 <h2><a href="<?php the_permalink() ?>" rel="bookmark" <?php if(function_exists('the_title_attribute')) : ?> title=' <?php printf(__('Permanent Link to %s', 'xpress'), the_title_attribute('echo=0')); ?>'<?php endif; ?>><?php the_title(); ?></a></h2> 29 <small><?php the_time(__('F jS, Y', 'xpress')) ?> <!-- by <?php the_author() ?> --></small> 30 30 31 31 <div class="entry"> … … 33 33 </div> 34 34 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 <?php xpress_post_views_count($post->id,__('Views :%d', ' kubrick'),true) ?>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) ?> 37 37 38 38 </div> … … 45 45 <?php else : ?> 46 46 <div class="xpress_index_navigation"> 47 <div class="alignleft"><?php next_posts_link(__('« Older Entries', ' kubrick')) ?></div>48 <div class="alignright"><?php previous_posts_link(__('Newer Entries »', ' kubrick')) ?></div>47 <div class="alignleft"><?php next_posts_link(__('« Older Entries', 'xpress')) ?></div> 48 <div class="alignright"><?php previous_posts_link(__('Newer Entries »', 'xpress')) ?></div> 49 49 </div> 50 50 <?php endif; ?> 51 51 <?php else : ?> 52 52 53 <h2 class="center"><?php _e('Not Found', ' kubrick'); ?></h2>54 <p class="center"><?php _e('Sorry, but you are looking for something that isn’t here.', ' kubrick'); ?></p>53 <h2 class="center"><?php _e('Not Found', 'xpress'); ?></h2> 54 <p class="center"><?php _e('Sorry, but you are looking for something that isn’t here.', 'xpress'); ?></p> 55 55 <?php include (get_template_directory() . "/searchform.php"); ?> 56 56
Note: See TracChangeset
for help on using the changeset viewer.