DEFAULT_POSTS_PER_PAGE, 'post_status' => 'publish', 'post_type' => $post_type); if (isset($category_id) && $category_id != '') { $args['cat'] = $category_id; } if ($post_ids) { $section_ids_array = explode(',', $post_ids); $args['post__not_in'] = $section_ids_array; } require_once ('show_posts.php');//We are using same UI in search ?>
post_title; ?> ID); ?> Remove