esc_html( get_theme_mod( 'wpdevart_cake_shop_custom_homepage_number_of_latest_posts' ) ), 'post_type' => 'post', 'orderby' => 'date', 'order' => 'DESC', 'post__not_in' => get_option( 'sticky_posts' ) )); if ( $the_query->have_posts() ) : while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
post_title ) ) { echo esc_html__( 'No Title', 'cake-shop'); } else { echo esc_html(wp_trim_words(get_the_title(), 3)); } ?>

>