The Events Calendar featured image as body background?
?php if (has_post_thumbnail( $post-ID ) ):
$thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post-ID), 'full' );
elseif (tribe_event_featured_image( $event_id = get_the_ID())): $thumb = get_attachment_image_src(tribe_event_featured_image( $event_id), 'large' );
else: $thumb = array(get_template_directory_uri().'/images/background.jpg'); endif;? body ?php body_class(); ? style="background-image: url('?php echo $thumb['0'];?') no-repeat fixed"
Hello Sir Experts,
Please help, i am using "The Events Calendar" plugin, and i want to use event featured image as body backgound. Please check code! and it's demo event page: http://rankonone.com/dev/downtown/event/the-lion-king/
Topic the-events-calendar plugin-development Wordpress
Category Web