include(TEMPLATEPATH . '/inc/breadcrumbs.php'); ?>
/* Pass
'testimonials'
'news'
'doctors'
'clinics'
'methods'
for inner use inside ../inc/files
MAKE SURE NOTHING ELSE IS GOING TO OVERWRITE
*/
$filename = basename(__FILE__);
$cpt_inside_listing = substr( $filename, 0, strrpos($filename, '-')); ?>
if(!isset($cpt_inside_listing)) {
echo 'Parent filename haven\'t been passed! Do it!';
die();
}
?>
$current_cpt_listings = get_posts(array(
'post_type' => 'listing',
'post_status' => 'publish',
'meta_key' => 'wptcp_template_name',
'meta_value' => 'pagetemplates/' . $cpt_inside_listing . '-listing.php',
'posts_per_page' => -1,
'orderby' => 'date',
'order' => 'ASC'
));
$what_of = '';
if($cpt_inside_listing == 'testimonials') $what_of = ' отзывов';
if($cpt_inside_listing == 'news') $what_of = ' новостей';
if($cpt_inside_listing == 'doctors') $what_of = ' врачей';
if($cpt_inside_listing == 'clinics') $what_of = ' клиник';
if($cpt_inside_listing == 'methods') $what_of = ' процедур';
if(!empty($current_cpt_listings)) {
echo 'Категории'. $what_of .' ';
$listname = '';
foreach($current_cpt_listings as $listing) {
// print_r($testimonial);
echo '';
if(!$listing->post_parent) {
$listname = 'Все ' . mb_strtolower($listing->post_title, 'utf8');
} else {
$listname = $listing->post_title;
}
if($post->post_name == $listing->post_name) {
echo ''. $listname .' ';
} else {
echo '' . $listname . ' ';
}
echo ' ';
}
echo ' ';
require_once(TEMPLATEPATH . '/inc/local-search.php');
echo ' ';
}
?>
Лучшие клиники Израиля по лечению онкологии. Перечень онкобольниц Тель-Авива, где лучше всего лечат рак.
$nobg_entry_wrapper = ($cpt_inside_listing == 'testimonials') ? 'nobg-entry-wrapper' : '';
?>
// if listing doesn't have parents (level 0) we return all the posts of called CPT. It it has we return post related posts of called CPT
$which = (!$post->post_parent) ? 'all' : 'post';
$get_func_name = 'get_' . $cpt_inside_listing;
if(function_exists($get_func_name)) {
echo $get_func_name($which, true);
} else {
echo 'Check $get_related_func_name in ' . TEMPLATEPATH . '/inc/listing-content.php ';
}
?>
/* if($cpt_inside_listing == 'doctors') {
echo '';
echo do_shortcode('[info-wrapper doctor="chineese" title="Если в списке нет искомого врача" contacts="0"]просто, обратитесь к нам. Скорей всего мы еще не успели создать его странику на сайте.[/info-wrapper]');
echo ' ';
} */ ?>
/* if($cpt_inside_listing == 'clinics') {
echo '';
echo do_shortcode('[info-wrapper doctor="chineese" title="Если в списке нет подходящей вам клиники"]просто, обратитесь к нам. Скорей всего мы еще не успели создать её странику на сайте.
Мы сотрудничаем абсолютно со всеми ведущими израильскими клиниками, а потому гарантированно сможем помочь вам в вашем вопросе.[/info-wrapper]');
echo ' ';
} */ ?>
include(TEMPLATEPATH . '/inc/soc-buttons.php'); ?>
if(!isset($cpt_inside_listing)) {
echo 'Parent filename haven\'t been passed! Do it!';
die();
}
?>
// don't show testimonials and comment_form on (cpt) listings of news and doctors
if($cpt_inside_listing != 'news' &&
$cpt_inside_listing != 'doctors') comments_template( '', true ); ?>
if(is_home() || is_front_page()) { ?>