Show post from specific category on the archive page – WordPress
I am using ACF and CPT UI to add my projects. Each projects post have a custom category assigned to it. I am using this code below to display all projects in the archive page… <?php $loop = new WP_Query(…