Forums

Join
bbPress Support ForumsInstallationOnly show on front-page

Info

Only show on front-page

  1. Currently i have a sidebar inside my 'footer.php' .
    Inside my sidebar, i have a 'latest post' widget.
    The latest post widget needs to be shown only on the front-page.
    kan someone help me out?

  2. Put <?php if ( bb_is_front() ) { ?> before the widget and <?php } ?> after it.

  3. many thanx ,

  4. You must log in to post.