Ingredient

“;
endif;

//Reset Query
wp_reset_query();

//The Query
query_posts($query);

echo “

The following post have the ” . ucwords(strtolower(str_replace(“-“, ” “, $ing))) . ” Tag:

“;
echo “

“;

//Reset Query
wp_reset_query();

} else {
echo “

I got nothing!

“;
}
?>