XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 31, 2009, 12:22:47 PM (15 years ago)
Author:
toemon
Message:

デフォルトテーマxpress_defaultの調整

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/xpress_default/index.php

    r141 r143  
    99?>                               
    1010 
    11                 <div class="xpress-header-bar"> 
     11                <div id="xpress-header-bar"> 
    1212                        <div class="xpress-header-title"> 
    1313                                <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a> 
     
    3030                                        <div class="xpress_pagenavi"><?php wp_pagenavi(); ?></div> 
    3131                                <?php else : ?> 
    32                                         <div class="xpress-next-posts-link"><?php next_posts_link(__('&laquo; Older Entries', 'xpress')) ?></div> 
    33                                         <div class="xpress-previous-posts-link">&nbsp;<?php previous_posts_link(__('Newer Entries &raquo;', '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> 
    3434                                <?php endif; ?> 
    3535                        </div> 
     
    4141                                                <?php if (function_exists('hotDates')) { hotDates(); }?> 
    4242                                                <div class ="xpress-post-title"> 
    43                                                         <h2><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> 
    4444                                                </div> 
    4545                                        </div> 
     
    6969                                        <div class="xpress_pagenavi"><?php wp_pagenavi(); ?></div> 
    7070                                <?php else : ?> 
    71                                         <div class="xpress-next-posts-link"><?php next_posts_link(__('&laquo; Older Entries', 'xpress')) ?></div> 
    72                                         <div class="xpress-previous-posts-link">&nbsp;<?php previous_posts_link(__('Newer Entries &raquo;', '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> 
    7373                                <?php endif; ?> 
    7474                        </div> 
Note: See TracChangeset for help on using the changeset viewer.