Changeset 57 for trunk/wp-content/themes/xpress_default
- Timestamp:
- Dec 29, 2008, 2:17:00 AM (16 years ago)
- Location:
- trunk/wp-content/themes/xpress_default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/blocks/recent_posts_content_block_theme.php
r54 r57 60 60 the_tags(__('Tags').': ',' • ',''); 61 61 $tags = ob_get_contents(); 62 ob_end_clean(); 63 64 ob_start(); 65 the_content(); 66 $post_content = ob_get_contents(); 67 ob_end_clean(); 68 62 ob_end_clean(); 63 64 if ($except){ 65 $post_content = xpress_the_content(__('more'),$except_size,false); 66 } else { 67 $post_content = xpress_the_content(__('more'),0,false); 68 } 69 69 70 ob_start(); 70 71 the_modified_date(get_settings('date_format')); -
trunk/wp-content/themes/xpress_default/index.php
r52 r57 30 30 31 31 <div class="entry"> 32 <?php the_content(__('Read the rest of this entry »', 'kubrick')); ?>32 <?php xpress_the_content(__('Read the rest of this entry »') ); ?> 33 33 </div> 34 34
Note: See TracChangeset
for help on using the changeset viewer.