get_theme_mod( 'book_section_show_hide', true ), 'book_image' => get_theme_mod( 'book_image_upload' ), 'book_name' => get_theme_mod( 'book_name' ), 'book_title' => get_theme_mod( 'book_title', __( 'Looking for a Great Book to Read? Look No Further!', 'author-blog' ) ), 'book_description' => get_theme_mod( 'book_description', __( 'This section is perfect for displaying your paid book or your free email optin offer. You can turn it off or make changes to it from your theme options panel.', 'author-blog' ) ), 'book_button_text' => get_theme_mod( 'book_button_text', __( 'Get Your Copy Today>>', 'author-blog' ) ), 'book_button_link' => get_theme_mod( 'book_button_link', '#' ), ); if ( true === $book_section_args['book_section_show_hide'] ) : if ( $book_section_args['book_image'] == '' ) { $book_section_args['book_image'] = get_template_directory_uri() . '/assets/img/default.jpg'; } if ( $book_section_args['book_name'] == '' ) { $book_section_args['book_name'] = 'book cover mockup for ' . get_bloginfo( 'name' ); } else{$book_section_args['book_name'] = '3d book display image of ' . $book_section_args['book_name'];} ?>
<?php echo esc_attr( $book_section_args['book_name'] ); ?>