Changeset 143 for trunk/wp-content/themes/xpress_default/index.php
- Timestamp:
- Mar 31, 2009, 12:22:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/index.php
r141 r143 9 9 ?> 10 10 11 <div class="xpress-header-bar">11 <div id="xpress-header-bar"> 12 12 <div class="xpress-header-title"> 13 13 <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a> … … 30 30 <div class="xpress_pagenavi"><?php wp_pagenavi(); ?></div> 31 31 <?php else : ?> 32 <div class=" xpress-next-posts-link"><?php next_posts_link(__('« Older Entries', 'xpress'))?></div>33 <div class=" xpress-previous-posts-link"> <?php previous_posts_link(__('Newer Entries »', 'xpress'))?></div>32 <div class="alignleft"><?php xpress_left_arrow_posts_link(true); ?></div> 33 <div class="alignright"><?php xpress_right_arrow_posts_link(true); ?></div> 34 34 <?php endif; ?> 35 35 </div> … … 41 41 <?php if (function_exists('hotDates')) { hotDates(); }?> 42 42 <div class ="xpress-post-title"> 43 <h 2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'xpress'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h2>43 <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'xpress'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h2> 44 44 </div> 45 45 </div> … … 69 69 <div class="xpress_pagenavi"><?php wp_pagenavi(); ?></div> 70 70 <?php else : ?> 71 <div class=" xpress-next-posts-link"><?php next_posts_link(__('« Older Entries', 'xpress'))?></div>72 <div class=" xpress-previous-posts-link"> <?php previous_posts_link(__('Newer Entries »', 'xpress'))?></div>71 <div class="alignleft"><?php xpress_left_arrow_posts_link(true); ?></div> 72 <div class="alignright"><?php xpress_right_arrow_posts_link(true); ?></div> 73 73 <?php endif; ?> 74 74 </div>
Note: See TracChangeset
for help on using the changeset viewer.