. 'background-position:center center;background-size: 100%;background-repeat:no-repeat;';
//$default_member_background_styles = $default_background_styles;
- if ((has_post_thumbnail() && $post->post_type == 'page') /*|| is_page('member-detail')*/) {
+ if ((has_post_thumbnail() && $post->post_type == 'page' && $post->ID != 122 ) /*|| is_page('member-detail')*/) {
if( !$memberID ) {
$image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
$image_data = $image_data[0];
// echo '</div>';
// echo '</div>';
// }
- } else if ( $post->id != 122 ) { // usn't the event registration page
+ } else if ( $post->ID != 122 ) { // usn't the event registration page
$featured_classes[] = "interior-default";
echo '<div';
echo ' style="background-image: url('.$default_image_path.');'