Reply To: Slider / Features only to display on frontpage/blogroll

Home Forums Support Slider / Features only to display on frontpage/blogroll Reply To: Slider / Features only to display on frontpage/blogroll

Home Forums Support Slider / Features only to display on frontpage/blogroll Reply To: Slider / Features only to display on frontpage/blogroll

#108669
Tom
Lead Developer
Lead Developer

You can wrap it in a PHP if conditional like so:

<?php if ( is_front_page() ) : ?>
    This will only show up on the homepage
<?php endif; ?>

Then click Execute PHP and you should be good to go 🙂