term_id ) ) . '" alt="' . esc_attr( sprintf( __( 'View all posts in %s', 'blogiee' ), $category->name ) ) . '">' . esc_html( $category->name ) . '' . $separator;
}
echo trim( $output, $separator );
}
?>
term_id ) ) . '">' . esc_html( $custom_tag->name ) . '';
} else {
echo '' . esc_html( $custom_tag->name ) . '' . ', ';
}
$iter++;
}
}
?>