• Is there any way to have a header image or featured image for the homepage, besides using the slider?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    It is not possible by default functionality, but if you’re okay with HTML and PHP, you can use this code snippet in your functions.php

    function activello_featured_slider() {
    	echo 'some content';
    }

    and in the some content you can display a div tag along with the image you want, and it will replace the slider.

    Let us know,

    Thanks,
    laranz.

Viewing 1 replies (of 1 total)
  • The topic ‘Header Image?’ is closed to new replies.