Forum Replies Created

Viewing 1 replies (of 1 total)
  • Edit the front-page.php, replacing this:

    <?php if ( !isset($options['featured_image_link']) || $options['featured_image_link'] == '') { ?>
        				<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/featured-image.jpg" width="440" height="300" alt="" />
            	<?php } else { ?>
            			<img src="<?php echo $options['featured_image_link']; ?>" width="440" height="300" alt="" />
            	<?php } ?>

    with something like this:

    <iframe width="441" height="248" src="https://www.youtube.com" frameborder="0" allowfullscreen></iframe>

Viewing 1 replies (of 1 total)