The easiest (but not most efficient) way to do this is to replace the global $wp_query by a custom query using category__in... global $wp_query; $wp_query ...
確定! 回上一頁