Forums

How to add new sidebox in sidebar (must appear only on home page!!)? (2 posts)

  1. MichelZ
    Member
    Posted 5 years ago #

    Hi there,

    I would like to add in my sidebar (sidebar.php) another sidebox (<li class="sidebox">), BUT SIDEBOX I ONLY WANT TO APPEAR ON MY HOME PAGE (NOT ON OTHER PAGES!!).

    How can I do this?

    Many thanks,

    Michel

  2. Jeremy Clark
    Moderator
    Posted 5 years ago #

    Just use this

    <?php /* If this is the frontpage */ if ( is_home() ) { ?>
    Your code goes here
    <?php } ?>

Topic Closed

This topic has been closed to new replies.

About this Topic