}
if ('' !== ($tmp = get_post_meta(get_the_ID(), "jv_item_website", true))) {
    printf('<li class="single-contact-address"><span>%s</span><a href="%s" target="_self">%s</a></li>', __("Website", 'javo_fr'), $tmp, $tmp);
}
?>

						<li class="single-contact-category"><span><?php 
echo __('Category', 'javo_fr') . '</span> ' . $javo_directory_query->cat('item_category', __('No Category', 'javo_fr'), false, false);
?>
</li>
						<li class="single-contact-location"><span><?php 
echo __('Location', 'javo_fr') . '</span> ' . $javo_directory_query->cat('item_location');
?>
</li>
						<?php 
if (false != ($javo_tags = $javo_directory_query->Tag('string'))) {
    ?>
							<li class="single-contact-tag"><span><?php 
    echo __('Tag', 'javo_fr') . '</span> ' . $javo_tags;
    ?>
</li>
						<?php 
}
?>
					</ul>
				</div>
			</div>
		</div>
		<?php 
if ($javo_video_query->get('single_position', 'slide') == 'contact') {
    ?>
Esempio n. 2
0
<?php

global $javo_custom_field, $post, $javo_tso, $javo_video_query, $javo_favorite;
$javo_this_author = get_userdata($post->post_author);
$javo_this_author_avatar_id = get_the_author_meta('avatar');
$javo_directory_query = new javo_get_meta(get_the_ID());
$javo_rating = new javo_Rating(get_the_ID());
$javo_this_item_tab_slide_type = 'type2';
$javo_detail_item_values = array('jv_item_address' => array('label' => __("Address", 'javo_fr'), 'value' => get_post_meta(get_the_ID(), 'jv_item_address', true), 'class' => 'single-contact-address'), 'jv_item_phone' => array('label' => __("Phone", 'javo_fr'), 'value' => get_post_meta(get_the_ID(), 'jv_item_phone', true), 'class' => 'single-contact-phone', 'href' => sprintf("tel:%s", get_post_meta(get_the_ID(), 'jv_item_phone', true))), 'jv_item_email' => array('label' => __("E-mail", 'javo_fr'), 'value' => get_post_meta(get_the_ID(), 'jv_item_email', true), 'class' => 'single-contact-email', 'href' => sprintf("mailto:%s", get_post_meta(get_the_ID(), 'jv_item_email', true))), 'jv_item_website' => array('label' => __("Website", 'javo_fr'), 'value' => get_post_meta(get_the_ID(), 'jv_item_website', true), 'class' => 'single-contact-website', 'href' => get_post_meta(get_the_ID(), 'jv_item_website', true)), 'item_category' => array('label' => __("Category", 'javo_fr'), 'value' => $javo_directory_query->cat('item_category', __('No Category', 'javo_fr'), false, false), 'class' => 'single-contact-category'), 'item_location' => array('label' => __("Location", 'javo_fr'), 'value' => $javo_directory_query->cat('item_location', __('No Location', 'javo_fr'), false, false), 'class' => 'single-contact-location'), 'item_tags' => array('label' => __("Tags", 'javo_fr'), 'value' => $javo_directory_query->Tag('string'), 'class' => 'single-contact-tag'));
$javo_detail_item_metas = apply_filters('javo_single_detail_item_args', $javo_detail_item_values, get_the_ID(), $javo_directory_query);
?>

<!-- slide -->
	<div class="row">
		<div class="col-md-12">
			<?php 
get_template_part('templates/parts/part', 'single-detail-tab-sliders');
?>
		</div> <!-- col-md-12 -->
	</div> <!-- row -->

	<div class="single-sns-wrap-div <?php 
if ($javo_tso->get('claim_use') == 'use') {
    echo 'before-claim';
}
?>
">
		<span class="javo-archive-sns-wrap social-wrap pull-right">
			<i class="sns-facebook" data-title="<?php 
the_title();
?>