The theme for the October/ November issue is: RESISTANCE TRAINING. From a fitness perspective we'll look at what resistance training is and how it works to build muscle and give you greater strength. From a faith perspecitve we plan to examine how it is often human nature to resist God's spirit, how resisting sin and the urge to live a self-directed life can give you greater spiritual strength. Let us know what is on your mind and what you want to read.
October/ November 2007 issue – What Do You Want To Read?
<?php
if ( is_singular() ) {
$terms = get_the_terms( get_the_ID(), 'department' );
if ( $terms && ! is_wp_error( $terms ) ) {
foreach ( $terms as $term ) {
$group = get_field( 'department_ads', 'department_' . $term->term_id );
if ( ! empty( $group['above_content_full_width'] ) ) {
echo do_shortcode( $group['above_content_full_width'] );
break;
}
}
}
}
?>
