Please help :)
-
Hello. I’m having trouble with the following code:
<?php // Checks to see whether it needs a sidebar or not. If not, post a search box if ( empty($withcomments) && !is_single() ) { echo '<div id="footer">'; else get_search_form && echo '<div id="footer">';} ?>
It’s goal:
If there is a sidebar, just post div#footer
If there isn’t, post a search box right before posting div#footerHelp would be greatly appreciated ?? Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Please help :)’ is closed to new replies.