Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

RoyBoy on "tag page"

$
0
0

Hi
my tag page isn't working with wp_query()

I decided to get the tag from the querystirng:
$tag = basename($_SERVER['REQUEST_URI']);

and then query by taxonomy:
$args = array('post_type' => 'post','tax_query' => array(array('taxonomy' => 'tag','field' => 'slug','terms' => $tag)));

Have searched the forums but can't seem to find anything

Any suggestions?

Cheers


Viewing all articles
Browse latest Browse all 8245

Trending Articles