芝麻web文件管理V1.00
编辑当前文件:/home/fambnfli/public_html/tr/wp-content/themes/fambridge/views/about_author.php
'; $user_url = get_the_author_meta( 'user_url' ); if ( $user_url != '' ) { $author_html = boldthemes_get_post_author( $user_url ); } else { $author_html = esc_html( get_the_author_meta( 'display_name' ) ); } if ( $avatar_html ) { $about_author_html .= '
' . $avatar_html . '
'; } $about_author_html .= '
' . $author_html; $about_author_html .= '
' . get_the_author_meta( 'description' ) . '
'; echo '
'; echo '
'; echo '
'; echo wp_kses( $about_author_html, 'about_author' ); echo '
'; echo '
'; echo '
'; ?>