<?php$arg =array ( 'post_type' => 'product', 'posts_per_page' => 16, 'paged' => 1, 'orderby' => 'relevance', 'order' => 'DESC',);?>