the_permalink();
    ?>
" title="<?php 
    printf(esc_attr('Permalink to %s'), the_title_attribute('echo=0'));
    ?>
" rel="bookmark"><?php 
    the_title();
    ?>
</a></h2>
  <?php 
    if (contango_post_edit_link() != '') {
        ?>
  
  <div class="entry-meta entry-meta-page"> 
    <?php 
        echo contango_post_edit_link();
        ?>
 
  </div>
  <?php 
    }
    ?>
 
   
  <?php 
}
?>
  
  
  <?php 
contango_featured_image();
Esempio n. 2
0
echo contango_post_date();
?>
    </div>
    
    <div class="grid_8 omega">
      <h2 class="entry-title"><a href="<?php 
the_permalink();
?>
" title="<?php 
printf(esc_attr('Permalink to %s'), the_title_attribute('echo=0'));
?>
" rel="bookmark"><?php 
the_title();
?>
</a></h2>
      <div class="entry-meta">    
		  <?php 
echo contango_post_author() . contango_post_comments() . contango_post_format() . contango_post_edit_link();
?>
      </div><!-- .entry-meta -->
    </div>
  
  </div>
  
  <div class="entry-content clearfix">	
	 <?php 
the_content();
?>
  </div>
  
</article>
>
  
  <div class="entry-meta-group clearfix">
    <div class="grid_2 alpha">
      <?php 
echo contango_post_date();
?>
    </div>
    <div class="grid_8 omega">
      <h1 class="entry-title entry-title-single"><?php 
the_title();
?>
</h1>
      <div class="entry-meta">    
		<?php 
echo contango_post_author() . contango_post_comments() . contango_post_sticky() . contango_post_edit_link();
?>
      </div><!-- .entry-meta -->
    </div>
  </div>
  
  <div class="entry-content clearfix">
  	<?php 
the_content();
?>
  </div> <!-- end .entry-content -->
  
  <?php 
echo contango_link_pages();
?>