XPressME Integration Kit

Trac


Ignore:
Timestamp:
Jan 8, 2009, 9:20:19 PM (15 years ago)
Author:
toemon
Message:

言語ファイルのドメイン名をkubilicからxpressに変更、及びpoを取り直して整理

File:
1 edited

Legend:

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

    r47 r64  
    2525          <?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?> 
    2626          <?php /* If this is a category archive */ if (is_category()) { ?> 
    27                 <p class="xpress_pagetitle"><?php printf(__('Archive for the &#8216;%s&#8217; Category', 'kubrick'), single_cat_title('', false)); ?></p> 
     27                <p class="xpress_pagetitle"><?php printf(__('Archive for the &#8216;%s&#8217; Category', 'xpress'), single_cat_title('', false)); ?></p> 
    2828          <?php /* If this is a tag archive */ } elseif( is_tag() ) { ?> 
    29                 <p class="xpress_pagetitle"><?php printf(__('Posts Tagged &#8216;%s&#8217;', 'kubrick'), single_tag_title('', false) ); ?></p> 
     29                <p class="xpress_pagetitle"><?php printf(__('Posts Tagged &#8216;%s&#8217;', 'xpress'), single_tag_title('', false) ); ?></p> 
    3030          <?php /* If this is a daily archive */ } elseif (is_day()) { ?> 
    31                 <p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Daily archive page', 'kubrick'), get_the_time(__('F jS, Y', 'kubrick'))); ?></p> 
     31                <p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Daily archive page', 'xpress'), get_the_time(__('F jS, Y', 'xpress'))); ?></p> 
    3232          <?php /* If this is a monthly archive */ } elseif (is_month()) { ?> 
    33                 <p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Monthly archive page', 'kubrick'), get_the_time(__('F, Y', 'kubrick'))); ?></p> 
     33                <p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Monthly archive page', 'xpress'), get_the_time(__('F, Y', 'xpress'))); ?></p> 
    3434          <?php /* If this is a yearly archive */ } elseif (is_year()) { ?> 
    35                 <p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Yearly archive page', 'kubrick'), get_the_time(__('Y', 'kubrick'))); ?></p> 
     35                <p class="xpress_pagetitle"><?php printf(_c('Archive for %s|Yearly archive page', 'xpress'), get_the_time(__('Y', 'xpress'))); ?></p> 
    3636          <?php /* If this is an author archive */ } elseif (is_author()) { ?> 
    37                 <p class="xpress_pagetitle"><?php echo get_author_name( get_query_var('author')); _e('Author Archive', 'kubrick'); ?></p> 
     37                <p class="xpress_pagetitle"><?php echo get_author_name( get_query_var('author')); _e('Author Archive', 'xpress'); ?></p> 
    3838          <?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?> 
    39                 <p class="xpress_pagetitle"><?php _e('Blog Archives', 'kubrick'); ?></p> 
     39                <p class="xpress_pagetitle"><?php _e('Blog Archives', 'xpress'); ?></p> 
    4040          <?php } ?> 
    4141          <?php else : ?> 
     
    6969                <div class="post"> 
    7070                                <?php if (function_exists('hotDates')) { hotDates(); }?> 
    71                                 <h2 id="post-<?php the_ID(); ?>"><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> 
    72                                 <small><?php the_time(__('l, F jS, Y', 'kubrick')) ?></small> 
     71                                <h2 id="post-<?php the_ID(); ?>"><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> 
     72                                <small><?php the_time(__('l, F jS, Y', 'xpress')) ?></small> 
    7373 
    7474                                <div class="entry"> 
     
    7676                                </div> 
    7777 
    78                                 <p class="postmetadata"><?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 &#187;', 'kubrick'), __('1 Comment &#187;', 'kubrick'), __('% Comments &#187;', 'kubrick'), '', __('Comments Closed', 'kubrick') ); ?></p> 
     78                                <p class="postmetadata"><?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 &#187;', 'xpress'), __('1 Comment &#187;', 'xpress'), __('% Comments &#187;', 'xpress'), '', __('Comments Closed', 'xpress') ); ?></p> 
    7979 
    8080                        </div> 
     
    8787                <?php else : ?> 
    8888                        <div class="xpress_navigation"> 
    89                                 <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'kubrick')) ?></div> 
    90                                 <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'kubrick')) ?></div> 
     89                                <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'xpress')) ?></div> 
     90                                <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'xpress')) ?></div> 
    9191                        </div> 
    9292                <?php endif; ?> 
    9393        <?php else : ?> 
    9494 
    95                 <p class="center"><?php _e('Not Found', 'kubrick'); ?></p> 
     95                <p class="center"><?php _e('Not Found', 'xpress'); ?></p> 
    9696                <?php include (get_template_directory() . '/searchform.php'); ?> 
    9797 
Note: See TracChangeset for help on using the changeset viewer.