Reply To: Slider above home page content but not as page header

Home Forums Support Slider above home page content but not as page header Reply To: Slider above home page content but not as page header

Home Forums Support Slider above home page content but not as page header Reply To: Slider above home page content but not as page header

#160230
Tom
Lead Developer
Lead Developer

Hi there,

Give this a shot in the “After Header” hook:

<?php if ( is_front_page() ) : ?>
<div class="grid-container">
    [metaslider id=913]
</div>
<?php endif; ?>

That should place it above everything, but it won’t be full width.

Let me know 🙂