Hi Héctor
Thanks so much for getting back to me. I didn’t design the site…so not 100% sure of the parameters. Is this what you are looking for:
// Popular Recipes
$catignores = “-“.$Recipe_Options[‘books_cat_id’] . “,-“.$Recipe_Options[‘links_cat_id’];
$Recipes = new WP_Query(“showposts=5&orderby=rand&cat=$catignores”);
$box1 = ”
“;
Thanks!
Louise