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
<!-- Using inline CSS in mailchimp templates --> | |
<blockquote style="font-style:italic; padding:10px; border-left:4px solid #999;"> |
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 | |
//* 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) { |
NewerOlder