Info
- 3 posts
- 2 voices
- Started 2 years ago by ootes
- Latest reply from ootes
- This topic is resolved
Only show on front-page
-
- Posted 2 years ago #
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? -
- Posted 2 years ago #
Put
<?php if ( bb_is_front() ) { ?>before the widget and<?php } ?>after it. -
- Posted 2 years ago #
many thanx ,
-
You must log in to post.