Skip to content

Instantly share code, notes, and snippets.

View matthewtlh's full-sized avatar

Matthew Wilson matthewtlh

  • Tallahassee, FL
View GitHub Profile
<?php
$args = array(
'post_type' => 'event',
'order' => 'ASC',
'meta_query' => array(
'key' => 'date ordering format - YYYY-MM-DD',
'orderby' => 'meta_value',
'relation' => 'AND',
<div class="searchResultsDonate">
<?php
if( has_post_thumbnail() ) { ?>
<?php
$thumb_id = get_post_thumbnail_id();
$thumb_url = wp_get_attachment_image_src($thumb_id,'full', true);
?>
<div style="background-image: url(<?php echo $thumb_url[0]; ?>);
background-size: cover; color:#fff; text-align:left; border:none; padding: 2%; width: 100%; margin: 0; ">
<?php } else { ?>