• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Video Instead of Featured Image on Minimum Theme

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › Video Instead of Featured Image on Minimum Theme

This topic is: not resolved

Tagged: featured, featured image, image, minimum, video

  • This topic has 1 reply, 2 voices, and was last updated 12 years, 4 months ago by cehwitham.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • February 6, 2013 at 10:01 am #18453
    robertpacheco
    Member

    Hello,

    I am working on a project using Minimum theme and I was asked to place an MP4 video on the FEATURED-IMAGE section of the homepage. HELP!!!!! I have tried all sorts of snippets with no luck. I am sure there's definitely a way to do this.

    Thanks

    Rob

    February 18, 2013 at 6:04 pm #21146
    cehwitham
    Member

    On my site using Minimum I wanted to replace the large image on the homepage with a slideshow instead of a static image. I amended the function in functions.php to the following:

    /** Add the featured image section */
    add_action( 'genesis_after_header', 'minimum_featured_image' );
    function minimum_featured_image() {
    if ( is_front_page() ) {
    wooslider( array( 'slider_type' => 'slides', 'smoothheight' => 'true' ) );
    }
    elseif ( is_singular( array( 'post', 'page' ) ) && has_post_thumbnail() ){
    echo '';
    echo get_the_post_thumbnail($thumbnail->ID, 'header');
    echo '';
    }
    }

    In this case I'm outputting the WooSlider. I suggest you would output a video. It may be easier to use a video service like YouTube rather than trying to integrate your own player.

    The Responsive Video Embeds plugin may also help you:

    http://wordpress.org/extend/plugins/responsive-video-embeds/


    Twitter: cehwitham Web: cehwitham.com

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble