Display only if is_front ?
-
In bbPress there’s a function “<?php bb_location(); ?>” – can this be used to create something like this:
if ( current page is front page only ) :
echo "something";
endif;I need to display welcoming box only on my front page, but I don’t really understand what this how to use bb_location() for this (if this is possible at all)
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.