if (is_home()) { global $wpshop_core; $structure_home_h1 = $wpshop_core->get_option( 'structure_home_h1' ); $structure_home_text = $wpshop_core->get_option( 'structure_home_text' ); if ( ! empty( $structure_home_h1 ) || ! empty( $structure_home_text ) || is_customize_preview() ) { echo '
'; if ( ! empty( $structure_home_h1 ) || is_customize_preview() ) { echo ''; } if ( ( ! empty( $structure_home_text ) || is_customize_preview()) && ! is_paged() ) { echo '
' . do_shortcode( $structure_home_text ) . '
'; } echo '
'; //echo ''; echo '
' . category_description() . '
'; echo '