Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Hacks
    In reply to: tag page
    Thread Starter RoyBoy

    (@royboy)

    Sorted!
    Just in case anyone runs into the same thing or has a better
    way of doing this

    $tag = basename($_SERVER['REQUEST_URI']);
    $wp_query->query('tag='.$tag);

    this will return all posts for that tag

Viewing 1 replies (of 1 total)