<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('entry-wrapper entry-wrapper-attachment');
?>
 itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost">  
    
  <div class="entry-wrapper-inside">  

    <header class="entry-header entry-header-attachment">

      <div class="entry-meta entry-meta-attachment entry-meta-top">
        <?php 
echo future_post_format() . future_post_date() . future_post_author() . future_post_comments() . future_post_edit_link();
?>

      </div>

      <h1 class="entry-title entry-title-attachment" itemprop="headline"><?php 
the_title();
?>
</h1>

    </header>

    <div class="entry-content entry-content-attachment" itemprop="text">
      <p><a href="<?php 
echo wp_get_attachment_url($post->ID);
?>
" rel="prettyPhoto"><?php 
?>
" <?php 
post_class('entry-wrapper entry-wrapper-page');
?>
 itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost">  
    
  <div class="entry-wrapper-inside">  

    <header class="entry-header entry-header-page">

      <?php 
if (future_post_edit_link() != '') {
    ?>
      <div class="entry-meta entry-meta-page entry-meta-top">
      <?php 
    echo future_post_edit_link();
    ?>
      </div>
      <?php 
}
?>
      
      <h1 class="entry-title entry-title-page" itemprop="headline"><?php 
the_title();
?>
</h1>

    </header>

    <div class="entry-content entry-content-page" itemprop="text">
      <?php