Exemplo n.º 1
0
            <p class="meta">
            
                <i class="fa fa-clock-o"></i> <span><?php 
_e('On', 'themnific');
?>
</span>  <?php 
the_time(get_option('date_format'));
?>
 | 
                <i class="fa fa-file-o"></i> <span> <?php 
the_category(', ');
?>
 | 
                <i class="fa fa-pencil-square-o"></i> <span><?php 
_e('By', 'themnific');
?>
</span> <?php 
the_author_posts_link();
?>

            
            </p>

			<div style="clear: both;"></div>

        	<p class="teaser"><?php 
echo themnific_excerpt(get_the_excerpt(), '350');
?>
</p>
            
</li>
Exemplo n.º 2
0
      
      <h2><a href="<?php 
tmnf_permalink();
?>
" title="<?php 
the_title();
?>
"><?php 
echo short_title('...', 14);
?>
</a></h2>
      
      <?php 
tmnf_meta_cat();
tmnf_meta_date();
?>
      
      <div class="clearfix"></div>
      
      <p class="teaser"><?php 
echo themnific_excerpt(get_the_excerpt(), '175');
?>
</p>
      
      <?php 
tmnf_meta_more();
?>
  
  </div>

</div>