• The landing page with the Featured Image, Call to Action Button and 3 Widgets on the bottom are great! Now all I need to do is find out how to put a Video instead of the Featured Image up there. Even better, I’ve noticed that the traffic to my site http://www.CoachKarl.com has doubled and I assume that Stanko has dome some serious SEO magic under the hood! Another thing I love is that the header is narrow and leaves more marketing space above the fold. All the other themes out there either have a huge header or no header. I love that I was able put my logo in the header just where I wanted it and the perfect size!

Viewing 2 replies - 1 through 2 (of 2 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="http://www.youtube.com" frameborder="0" allowfullscreen></iframe>

    Thread Starter Dr. Karl Ruegg

    (@karlruegg)

    Thanks! Works great! Take a look: http://www.CoachKarl.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Love the Landing Page!’ is closed to new replies.