Skip to content

Instantly share code, notes, and snippets.

View bhubbard's full-sized avatar
:octocat:
Hello

Brandon Hubbard bhubbard

:octocat:
Hello
View GitHub Profile
<?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', '', '' ); ?>
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%'
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
@bhubbard
bhubbard / archive-testimonial.php
Last active August 29, 2015 14:15
Templates for Testimonials by WooThemes
<?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(); ?>>
@bhubbard
bhubbard / tpl-idxbroker.php
Last active August 29, 2015 14:15
A blank IDX Broker Dynamic Wrapper Template
<?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(); ?>
@bhubbard
bhubbard / archive-wpseo_locations.php
Created February 11, 2015 00:09
Templates for locations Custom Post Type generated by Local SEO Yoast Plugin.
<?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>
/* TEAM */
Developer:Brandon Hubbard
Contact: brandon [at] imforza.com
Twitter: @bhubbard
From: El Segundo, California
Developer:Angela Evans
Contact: angela [at] imforza.com
Twitter:
/*******************************************************************
LAYOUT
*******************************************************************/
div {
}
#IDX-main {