Beispiel #1
0
        ?>
>
            <div class="heading">
              <p class="xlarge"><?php 
        vp_breadcrumb();
        ?>
</p>
              <h1 class="topic-title"><?php 
        the_title();
        ?>
</h1>
              <?php 
        vp_the_author_avatar_link(72);
        ?>
              <p><span class="topic-meta"><?php 
        printf(__('By %1$s at %2$s', 'v2press'), vp_get_the_author_profile_link(), vp_time_ago(false));
        ?>
</span> <?php 
        vp_edit_topic_links();
        ?>
</p>
            </div>
            <div class="inner topic-content">
              <?php 
        the_content();
        ?>
              <?php 
        vp_bookmark();
        ?>
            </div>
          </article>
          
  <div class="comments-link f-right">
    <?php 
vp_comments_link();
?>
  </div>
  <h2 class="topic-title"><a href="<?php 
vp_the_permalink();
?>
" title="<?php 
the_title_attribute();
?>
" rel="bookmark"><?php 
the_title();
?>
</a></h2>
  <div class="topic-meta">
    <span class="node-link"><?php 
the_category(', ');
?>
</span>
    &bull;
    <?php 
vp_the_author_profile_link();
?>
    &bull;
    <?php 
vp_time_ago();
?>
  </div>
</div>