'; // Display the title, if it's set. if ( isset( $fourbzcore_layout_opts['title_text'] ) && $fourbzcore_layout_opts['title_text'] ) { if ( isset( $fourbzcore_layout_opts['is_widget'] ) && $fourbzcore_layout_opts['is_widget'] ) { echo $fourbzcore_layout_opts['title_text']; } else { echo '

' . $fourbzcore_layout_opts['title_text'] . '

'; } } // Display author bio and contact information, if provided. if ( get_the_author_meta( 'description' ) ) { the_author_meta( 'description' ); //get_template_part( 'author-bio' ); } echo ''; ?>