Пример #1
0
function flexy_custom_excerpt_more($output)
{
    if (has_excerpt() && !is_attachment()) {
        $output .= flexy_read_more();
    }
    return $output;
}
Пример #2
0
		<div class="entry-thumbnail">
			<?php 
        the_post_thumbnail();
        ?>
		</div>
		
		
	       <?php 
        the_excerpt();
        ?>
	    <?php 
    } else {
        ?>
		
	        <?php 
        the_content(flexy_read_more());
        ?>
	    <?php 
    }
    ?>
		
	    
	</div><!-- .entry-content -->
	<?php 
}
?>

		
		<footer class="entry-meta">
			<?php 
flexy_entry_meta();