get_theme_mod('author_image'), 'title' => get_theme_mod('author_title', __( 'Hi, My Name Johan Smih', 'author-personal-blog' )), 'subtitle' => get_theme_mod('author_subtitle', __( 'New York Times & International Bestselling Author', 'author-personal-blog' )), 'desc' => get_theme_mod('author_description'), 'show_icon' => get_theme_mod('show_social_icon', false), ); $authorTitle = wpautop( $about_section_args['title'] ); $authorTitle = str_replace( array('
', '
'), array('',''), $authorTitle ); ?>