إذا كنت تبحث عن فني متخصص ومحترف في تركيب مضخات حولي فإننا نوفر لك هذه الخدمة مع شركة كويت زووم المتخصصة في...
// Check if it is a category page and display the description
if (is_category()) {
echo category_description();
}
// Check if it is a tag page and display the description
elseif (is_tag()) {
echo tag_description();
}
?>