Sign Up Now for notifications of Monthly Educational Presentations. Opt In at Membership | Update My Profile

[insert_php]
// Category 11 is ‘Club News’
$args = array(
‘posts_per_page’ => 0,
‘offset’ => 0,
‘category’ => ’11’,
‘orderby’ => ‘post_date’,
‘order’ => ‘DESC’,
‘include’ => ”,
‘exclude’ => ”,
‘meta_key’ => ”,
‘meta_value’ => ”,
‘post_type’ => ‘post’,
‘post_mime_type’ => ”,
‘post_parent’ => ”,
‘post_status’ => ‘publish’,
‘suppress_filters’ => true );

$posts_array = get_posts( $args );

foreach ($posts_array as $club_post) {
echo ‘