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 --> |
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 --> |