Changeset 64 for trunk/wp-content/themes/xpress_default/page.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/page.php
r1 r64 25 25 <h2><?php the_title(); ?></h2> 26 26 <div class="entry"> 27 <?php the_content('<p class="serif">' . __('Read the rest of this page »', ' kubrick') . '</p>'); ?>27 <?php the_content('<p class="serif">' . __('Read the rest of this page »', 'xpress') . '</p>'); ?> 28 28 29 <?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', ' kubrick') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>29 <?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'xpress') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> 30 30 31 31 </div> 32 32 </div> 33 33 <?php endwhile; endif; ?> 34 <?php edit_post_link(__('Edit this entry.', ' kubrick'), '<p>', '</p>'); ?>34 <?php edit_post_link(__('Edit this entry.', 'xpress'), '<p>', '</p>'); ?> 35 35 36 36 </div>
Note: See TracChangeset
for help on using the changeset viewer.