ID; $author_id = get_the_author_meta( 'ID' ); $author_url = get_author_posts_url( $author_id ); $author_name = get_the_author_meta( 'display_name' ); $author_site = get_the_author_meta( 'url' ); $author_desc = get_the_author_meta( 'description' ); $info_box_class = ''; $author_info_bg = get_theme_mod( 'enable_author_info_bg' ); if ( $author_info_bg ) { $info_box_class .= ' is-block-bg-enabled'; } ?>