name; $args = array( 'numberposts' => -1, 'offset' => 0, 'category_name' => $cat_type, 'orderby' => 'post_date', 'order' => 'ASC', 'post_type' => 'post', 'post_status' => 'publish', 'suppress_filters' => false ); $boxes_posts = get_posts( $args ); } $box_counter = 1; ?>


<?php echo esc_attr(__('Features section image', 'compact-one')); ?>
2) { echo '
'; $box_counter = 1; } $post_id = $box->ID; $tw_boxes_img = wp_get_attachment_url( get_post_thumbnail_id($post_id)); $tw_boxes_title = get_the_title( $post_id ); $tw_boxes_desc = $box->post_content; ?>
<?php echo esc_attr($tw_boxes_title); ?>