Breaking Bootstrap Grid at Post Count with Tax Terms
I’m not exactly sure where you want your clearfix to come in, but you should be able to do something like this: <div class=”row”> <?php $libargs=array( ‘orderby’ => ‘name’, ‘order’ => ‘ASC’, ‘hide_empty’ => 0, ‘exclude’ => array(16, 20, 22,25, 27, 28, 30, 4), //* Enter ID’s of parent categories to exclude from list ‘taxonomy’ … Read more