I’m using wp residence theme and want to display titile above the slider
`<?php
global $align;
global $wpestate_options;
global $is_shortcode;
global $row_number_col;
$title = get_the_title();
$col_data = wpestate_return_unit_class($wpestate_no_listins_per_row,$wpestate_options[‘content_class’],$align,$is_shortcode,$row_number_col,$wpestate_property_unit_slider);
$link = esc_url( get_permalink() );
$main_image = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), ‘listing_full_slider’);
?>
listing_wrapper ”
data-org=””
data-main-title=””
data-main-modal=””
data-modal-link=””
data-listid=”ID);?>” >
”
data-link=””>
ID,$wpestate_property_unit_slider);
} else{ ?>
<?php get_template_part('templates/property_cards_templates/property_card_title'); ?>
<?php get_template_part('templates/property_cards_templates/property_card_price'); ?>
<?php get_template_part('templates/property_cards_templates/property_card_content'); ?>
<?php get_template_part('templates/property_cards_templates/property_card_details_default'); ?>
<div class="property_location">
<?php get_template_part('templates/property_cards_templates/property_card_agent_details_default'); ?>
<?php get_template_part('templates/property_cards_templates/property_card_actions_type_default'); ?>
</div>
<?php
}// end if custom structure
?>
</div>
</div>`
I’m using wp residence theme and want to display title above the image slider
Leave an answer