Skip to content

Instantly share code, notes, and snippets.

.circ {font-size: 30px}
@charset "UTF-8";
@font-face {
font-family:"bamcons";
src:url('assets/fonts/bamconswebfont.eot'), url('assets/fonts/bamconswebfont.woff') format('woff'), url('assets/fonts/bamconswebfont.ttf') format('truetype'), url('assets/fonts/bamconswebfont.svg') format('svg');
font-weight:normal;
font-style:normal;
}
.con:after, .con:before {
font-family:"bamcons";
@jesserosenfield
jesserosenfield / gist:2765375
Created May 21, 2012 23:28
tribe events transients example
<?php
// IN FUNCTIONS.PHP
function set_event_transients() {
$upcoming_events = tribe_get_events( array(
'eventDisplay' => 'upcoming',
'posts_per_page' => -1
));
if ( true === ( get_transient( 'upcoming_events' ) ) )