'case',
'post_status' => 'publish',
'posts_per_page' => -1,
'orderby' => 'date',
'order' => 'DESC',
]);
if (!$query->have_posts()) {
return '';
}
ob_start();
?>
Klinik Deneyim ve Vaka Kaynakları
Actolind® Vaka Çalışmaları
Actolind® yara bakımı çözümlerinin yer aldığı mevcut vaka çalışmalarını ve klinik vaka kaynaklarını inceleyebilirsiniz.
have_posts()) {
$query->the_post();
$post_id = get_the_ID();
$title = get_the_title();
$url = get_permalink();
$image = get_the_post_thumbnail_url(
$post_id,
'large'
);
$category = '';
$taxonomies = get_object_taxonomies(
get_post_type($post_id),
'names'
);
foreach ($taxonomies as $taxonomy) {
$terms = get_the_terms(
$post_id,
$taxonomy
);
if (
!empty($terms) &&
!is_wp_error($terms)
) {
$category = $terms[0]->name;
break;
}
}
?>
Vaka Çalışmasını İncele
Clinical Experience & Case Resources
Case Studies by Actolind®
Explore selected wound care case resources based on clinical experience, professional documentation and case materials involving Actolind® wound care solutions.