コード例 #1
0
ファイル: content-single.php プロジェクト: nacheal/V2Press
        ?>
>
            <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>
コード例 #2
0
ファイル: vp-post.php プロジェクト: chenruixuan/V2Press
/**
 * Display the post author's avatar link to profile page, must use within the loop.
 *
 * @since 0.0.1
 */
function vp_the_author_profile_link()
{
    echo vp_get_the_author_profile_link();
}