tag search using WP_Query

new WP_Query(array('tag_slug__in' => array('forrest-gump', 'forest-gump', 'questend')));

new WP_Query('tag=forrest+gump,forest+gump,questend'); should work too…

Leave a Comment