JoeHana
11/25/2013 - 4:57 PM

Move Listing Details and Price below Excerpt

Move Listing Details and Price below Excerpt

<?php

/*
 * Move Listing Details and Price below Excerpt
 */
 
add_action('init', 'custom_init');

function custom_init() {
	remove_action( 'wpsight_widget_listing_title_after', 'wpsight_do_listing_details_overview', 10, 2 );
}

add_action( 'wpsight_widget_listing_content_after', 'wpsight_do_listing_details_overview', 10, 2 );