• Hi there,
    I am developing a simple web site and I need a code that produces a different content for the home page, such as inserting a Slide Show.

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Leandro!
    Just use this code:

    <?php if (is_front_page() ) { ?>
    /*STUFF HERE*/
    <?php } else { ?>
    /*OTHER STUFF HERE*/
    <? } ?>

    Abra?os!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thank you for giving that advice, Link Design, but please don’t advise people check out your company website.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Exclusive content for Homepage’ is closed to new replies.