Order By Post Type ThenBy Taxonomy
yes, offcourse it is possible, I had made two websites for selling car pieces myself and that is very possible. anything is possible. you can create your own search results with the file search.php here are two ways of getting products info: $args = array( ‘post_type’ => ‘product’, ‘posts_per_page’ => 10, ‘meta_key’ => ‘_last_viewed’, ‘orderby’ … Read more