This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * Template Name: Real Estate News | |
| * Description: Display Inman News articles on your site. | |
| */ | |
| remove_action( 'genesis_loop', 'genesis_do_loop' ); | |
| add_action( 'genesis_loop', 'inmanfeed_do_custom_loop' ); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| define( 'WPE_POPUP_DISABLED', true ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function wpseo_cdn_filter( $uri ) { | |
| return str_replace( 'http://www.example.com', 'http://cdn.example.com', $uri ); | |
| } | |
| add_filter( 'wpseo_xml_sitemap_img_src', 'wpseo_cdn_filter' ); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| add_filter( 'jetpack_photon_reject_https', '__return_false' ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yourdomain.com/cdn-cgi/trac |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT ID FROM wp_posts WHERE post_content LIKE '%[schoolsearch%'; | |
| SELECT ID FROM wp_posts WHERE post_content LIKE '%[mortgage%'; | |
| SELECT ID FROM wp_posts WHERE post_content LIKE '%[srpmap%'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT ID FROM wp_posts WHERE post_content LIKE '%[lme-module%'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT ID FROM wp_posts WHERE post_content LIKE '%[walk-score-map%'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT ID FROM wp_posts WHERE post_content LIKE '%[real_estate_map%'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT ID FROM wp_posts WHERE post_content LIKE '%[mlcalc%'; | |
| SELECT ID FROM wp_posts WHERE post_content LIKE '%[mlrates%'; |