Ejemplo n.º 1
0
    the_permalink();
    ?>
"><?php 
    the_headline();
    ?>
</a>
                </h2>
                <a href="<?php 
    the_permalink();
    ?>
"><?php 
    the_post_thumbnail('db-front', array('class' => 'thumbnail-a'));
    ?>
</a>
                <?php 
    the_byline_front();
    ?>
                <p>
                  <?php 
    echo get_the_excerpt();
    ?>
                </p>
              </div>
              <hr>
            <?php 
}
?>
             <?php 
$args = array('numberposts' => 1, 'tag' => 'db-story-d1');
$lastposts = get_posts($args);
foreach ($lastposts as $post) {
Ejemplo n.º 2
0
   <div class="db-story-c1">
     <span class="db-section-date">
       <h4><?php the_category(', ');?></h4> 
       <h4>|</h4> 
       <h5><?php the_time('F j, g:i a');?> </h5>
     </span>
     <h2 class="db-large-title">
       <a href="<?php the_permalink(); ?>"><?php the_headline(); ?></a>
     </h2>
     <div class="db-image db-section-cp text-center">
       <a href="<?php the_permalink(); ?>"><?php the_post_thumbnail('db-mult-full'); ?></a>
       <p class="db-image-caption text-left">
         <?php the_post_thumbnail_caption() ?>
       </p>
     </div>
     <?php the_byline_front(); ?>
     <?php the_audio(); ?>
   </br>
     <p>
       <?php echo get_the_excerpt();  ?>
     </p>
   </div>
     <hr>
   <?php ++$j; ?>
 <?php else: ?>
   <?php if ($i==0): ?>
     <div class="row">
   <?php endif; ?>
     <div class="small-6 columns">
       <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
         <?php if(has_post_thumbnail()): ?>