Changeset 146 for trunk/wp-content/themes/xpress_default
- Timestamp:
- Apr 1, 2009, 12:46:36 PM (16 years ago)
- Location:
- trunk/wp-content/themes/xpress_default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/index.php
r143 r146 47 47 <?php xpress_the_content(__('Read the rest of this entry »') ); ?> 48 48 </div> 49 <?php wp_link_pages() ?> 49 50 <div class ="xpress-post-footer"> 50 51 <?php -
trunk/wp-content/themes/xpress_default/single.php
r143 r146 43 43 <div class="xpress-post-entry"> 44 44 <?php the_content('<p class="serif">' . __('Read the rest of this entry »', 'xpress') . '</p>'); ?> 45 <?php wp_link_pages() ?> 45 46 </div> 46 47 <div class ="xpress-post-footer">
Note: See TracChangeset
for help on using the changeset viewer.