Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same here, as soon as I updated to 2.2.2 my videos no longer displayed.

    if ( has_post_video() ) : ?>
    
    <div class="embed-responsive embed-responsive-16by9">
    <?php the_post_video(); ?>
    </div>		
    
    <?php elseif ( has_post_thumbnail() ) : ?>
    
    <div class="article-image">
    	<a href="<?php the_permalink(); ?>"><figure itemprop="image" src="<?php echo $image_url[0]; ?>" style="background-image: url('<?php echo $image_url[0]; ?>');"></figure></a>
    </div>
    
    <?php endif; ?>

    Do you need to add anything to your TPL file? I”m using front-page.php to customize just my homepage.

    Is there documentation on doing just this?

Viewing 2 replies - 1 through 2 (of 2 total)