Forums
(@julioponce)
14 years ago
I did something like that with
$allsearch = &new WP_Query(“category_name=”.$_SESSION[“category”].”&offset=”.$_GET[“offset”]);
foreach($allsearch->posts as $post)?> … … … etc..