Skip to content

Instantly share code, notes, and snippets.

View tbiinfotech's full-sized avatar
🎯
Focusing

TBI tbiinfotech

🎯
Focusing
View GitHub Profile
@tbiinfotech
tbiinfotech / gist:ca217d6d66110522aca2afacd30df230
Last active September 6, 2018 15:23
Keyword searcn-> /wp-content/themes/cxre/search-listings.php
<?php
/**
* Search Listings Template
*
* @package WP Pro Real Estate 7
* @subpackage Template
*/
global $ct_options;
$ct_home_adv_search_style = isset( $ct_options['ct_home_adv_search_style'] ) ? $ct_options['ct_home_adv_search_style'] : '';
@tbiinfotech
tbiinfotech / gist:b6d0ca09efb817cf8c32d4df93ffa9f1
Created September 5, 2018 15:47
template-submit-listing file
<?php
/**
* Template Name: Submit Listing
*
* @package WP Pro Real Estate 7
* @subpackage Template
*/
global $ct_options;