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
<span itemscope itemtype="http://schema.org/Organization"> | |
<link itemprop="url" href="<?php echo get_home_url(); ?>"> | |
<?php if ( !empty( get_theme_mod( 'jetpack-facebook' ) ) ) { ?> | |
<a itemprop="sameAs" class="fa fa-facebook-official fa-2x" href="<?php echo esc_url( get_theme_mod( 'jetpack-facebook' ) ); ?>"></a> | |
<?php } ?> | |
<?php if ( !empty( get_theme_mod( 'jetpack-twitter' ) ) ) { ?> | |
<a itemprop="sameAs" class="fa fa-twitter-square fa-2x" href="<?php echo esc_url( get_theme_mod( 'jetpack-twitter' ) ); ?>"></a> | |
<?php } ?> |
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 echo jetpack_get_site_icon( '', '512', '', '' ); ?> | |
<?php echo jetpack_get_site_icon( '', '200', '', '' ); ?> | |
<?php echo jetpack_get_site_icon( '', '150', '', '' ); ?> | |
<?php echo jetpack_get_site_icon( '', '128', '', '' ); ?> | |
<?php echo jetpack_get_site_icon( '', '72', '', '' ); ?> |
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 '%Agent Image%' | |
SELECT ID FROM wp_posts WHERE post_content LIKE '%agent-image%' | |
SELECT ID FROM wp_posts WHERE post_content LIKE '%agentimage%' | |
SELECT ID FROM wp_posts WHERE post_content LIKE '%Design People%' | |
SELECT ID FROM wp_posts WHERE post_content LIKE '%The Design People%' |
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 remove_jetpack_styles(){ | |
wp_deregister_style('AtD_style'); // After the Deadline | |
wp_deregister_style('jetpack-carousel'); // Carousel | |
wp_deregister_style('grunion.css'); // Grunion contact form | |
wp_deregister_style('the-neverending-homepage'); // Infinite Scroll | |
wp_deregister_style('infinity-twentyten'); // Infinite Scroll - Twentyten Theme | |
wp_deregister_style('infinity-twentyeleven'); // Infinite Scroll - Twentyeleven Theme | |
wp_deregister_style('infinity-twentytwelve'); // Infinite Scroll - Twentytwelve Theme | |
wp_deregister_style('noticons'); // Notes | |
wp_deregister_style('post-by-email'); // Post by Email |
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 | |
/* Our Template Page for the Testimonials Archive created by Testimonials by WooThemes */ | |
get_header(); ?> | |
<h1><?php post_type_archive_title(); ?></h1> | |
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> | |
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> |
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: IDX Broker | |
* Description: This template is used to create Dynamic Wrappers for IDX Broker. | |
* Documentation: http://kb.idxbroker.com/Knowledgebase/Article/View/108/0/dynamic-wrapper-setup-instructions | |
*/ | |
?> | |
<?php get_header(); ?> |
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 | |
/* | |
Our Template Page for Single Locations created with Local SEO by Yoast | |
Local SEO is good at at formatting this data use the schema format, please make sure you continue to support it. | |
*/ | |
get_header(); ?> | |
<h1>Locations</h1> |
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 | |
// Get our Featured Content | |
$featured = UNIQUETHEMENAME_get_featured_content(); | |
// If we have no posts, our work is done here | |
if ( empty( $featured ) ) | |
return; | |
?> |
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
/* TEAM */ | |
Developer:Brandon Hubbard | |
Contact: brandon [at] imforza.com | |
Twitter: @bhubbard | |
From: El Segundo, California | |
Developer:Angela Evans | |
Contact: angela [at] imforza.com | |
Twitter: |
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
/******************************************************************* | |
LAYOUT | |
*******************************************************************/ | |
div { | |
} | |
#IDX-main { |