| Server IP : 217.160.0.251 / Your IP : 216.73.216.183 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u94981163 ( 8991765) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/15/d754908516/htdocs/wp-content/themes/est-project/templates/ |
Upload File : |
<?php
/**
* @var Es_Property $es_property
* @var Es_Settings_Container $es_settings
*/
global $es_property, $es_settings, $post; ?>
<?php do_action( 'es_before_single_content' ); ?>
<div class="es-wrap">
<ul class="es-single es-single-<?php echo $es_settings->single_layout; ?>">
<article id="post-<?php the_ID(); ?>">
<div class="post__title">
<h1>
<?php es_the_title(); ?>
</h1>
<?php es_the_address('<div class="es-address">', '</div>'); ?>
<?php do_action('es_single_share'); ?>
</div>
<h2>
<div class="es-cat-price">
<?php es_the_categories( '<span class="es-category-items">', '', '</span>' ) ?>
<div class="es-price__wrap">
<?php es_the_formatted_price( '<span class="es-price">', '</span>' ); ?>
</div>
<?php es_the_property_field( 'price_note', '<span class="es-price-note">', '</span>' ); ?>
</div>
</h2>
<?php do_action('es_single_tabs'); ?>
<div class="es-info" id="es-info">
<?php do_action('es_single_info'); ?>
</div>
<div class="es-tabbed">
<?php if ($sections = Es_Property_Single_Page::get_sections()) : ?>
<?php foreach ($sections as $id => $section) : ?>
<?php if ('es-info' == $id) continue; ?>
<?php if (!empty($section['render_action'])) : ?>
<?php do_action($section['render_action'], $id, $section); ?>
<?php else: ?>
<?php do_action('es_single_render_tab', $id, $section); ?>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
<?php do_action('es_property_after_tabs', $es_property); ?>
</div>
<?php do_action('es_single_top_button'); ?>
</article>
</ul>
</div>
<?php do_action( 'es_after_single_content' );