Skip to content

Instantly share code, notes, and snippets.

View eclectic-coding's full-sized avatar
🏠
Working from home

Chuck eclectic-coding

🏠
Working from home
View GitHub Profile
<!-- Using inline CSS in mailchimp templates -->
<blockquote style="font-style:italic; padding:10px; border-left:4px solid #999;">
<?php
//* Do NOT include the opening php tag
/*--------------------------------------------------------------------------------------------*/
/* Event Calendar Feed in full page width
/* Original Function by: jonahcoyote.com
/* Revised by Chuck Smith (polishedwp.com) to check for calendar monthly and event list views
/*--------------------------------------------------------------------------------------------*/
add_filter('genesis_pre_get_option_site_layout', 'set_layouts');
function set_layouts($layout) {