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();
?>