プラグインテスト

example-filename.php
10000
10001
10002
10003
10004
10005
10006
10007
10008
<div id="author-description">
  <h2><?php printf( esc_attr__( 'About %s','weaver-ii'), trim(get_the_author()) ); ?></h2>
  <?php the_author_meta( 'description' ); ?>
  <div id="author-link">
    <a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author">
      <?php printf( __( 'View all posts by %s','weaver-ii'), trim(get_the_author()) ); ?>
    </a>
  </div><!-- #author-link  -->
</div><!-- #author-description -->
example-filename.php
1
2
3
4
5
6
7
8
9
<div id="author-description">
  <h2><?php printf( esc_attr__( 'About %s','weaver-ii'), trim(get_the_author()) ); ?></h2>
  <?php the_author_meta( 'description' ); ?>
  <div id="author-link">
    <a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author">
      <?php printf( __( 'View all posts by %s','weaver-ii'), trim(get_the_author()) ); ?>
    </a>
  </div><!-- #author-link  -->
</div><!-- #author-description -->

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

ブログに戻る