'post', 'orderby' => 'ID', 'post_status' => 'publish', 'order' => 'DESC', 'posts_per_page' => -1 ); $result = new WP_Query( $args ); if ( $result-> have_posts() ) : while ( $result->have_posts() ) : $result->the_post(); ?>
' . $cd->cat_name . ''; } $i++; } } ?>