ID, 'bearded-slide-button', true ); $button = empty( $button ) ? __('Read More', 'bearded') : $button; $position = get_post_meta( $post->ID, 'bearded-slide-position', true ); $link = get_post_meta( $post->ID, 'bearded-slide-link', true ); $style = get_post_meta( $post->ID, 'bearded-slide-style', true ); $thumb = get_post_meta( $post->ID, 'bearded-slide-thumb', true ); $thumb = wp_get_attachment_image_src( $thumb, 'featured-slider-content'); $thumb = $thumb[0]; $image = ''; $image_style = ''; if (has_post_thumbnail( $post->ID ) ) { $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'featured-slider' ); $image = $image[0]; } if($image) { if($style == 'light') { $image_style = "background:url({$image}) no-repeat center center #222"; } else { $image_style = "background:url({$image}) no-repeat center center #fff"; } } ?>