Example #1
0
    ?>
  



  </div><!-- .entry-meta -->  

  <?php 
} elseif ('page' == get_post_type() && distinctpress_post_edit_link() != "") {
    ?>
  

  <div class="entry-meta">

    <?php 
    echo distinctpress_post_edit_link();
    ?>

  </div>  

  <?php 
}
?>
  



  <div class="entry-content">    	

    <?php 
distinctpress_post_style();
<div id="post-<?php 
the_ID();
?>
" <?php 
post_class();
?>
>

  

  <?php 
$entry_title = distinctpress_post_edit_link() == "" ? 'entry-title entry-title-single entry-title-page' : 'entry-title entry-title-single';
?>

  <h1 class="<?php 
echo $entry_title;
?>
"><?php 
the_title();
?>
</h1>

  

  <div class="entry-content">

  	<?php 
the_content();
?>

	<div class="clear"></div>