$last_cat = null;while (my loop conditions){ if ($last_cat != $current_cat) { $last_cat = $current_cat; echo "my nice bold line with the category"; } echo "and my link";}