how do i add customizer edit option without plugin in wp
when i go to wp customizer then i want edit the name popular and cat_id =21
div class="p_list"h2spanpopular/span/h2
?php $first = true; ? ?php $cat_id = 21;
$latest_cat_post = new WP_Query( array('posts_per_page' = 4, 'category__in' = array($cat_id)));
if( $latest_cat_post-have_posts() ) : while( $latest_cat_post-have_posts() ) : $latest_cat_post-the_post(); ?