0 events found.
MACD Legislative Committee Meetings
January 3, 2023 @ 7:00 AM - 8:30 AM
|Recurring Event (See all)
The MACD Legislative Committee Meeting will meet weekly on Tuesdays at 7am during the session. Please contact rebecca@macdnet.org for the zoom link and to get on the mailing list.
php
function my_custom_sidebar_display( $sidebar ) {
// Return a different sidebar for custom post type 'resolutions'
if ( is_singular( 'resolutions' ) || is_post_type_archive( 'resolutions' ) ) {
return 'resolutionssidebar';
}
// Return theme defined sidebar area
else {
return $sidebar;
}
}
add_filter( 'wpex_get_sidebar', 'my_custom_sidebar_display' ); ?>

