What’s the opposite of “get”?
-
I’m trying to make it so that on the search results page, the calendar (which is usually on every page) is not displayed, while the Archives list (which is usually not on any page) IS displayed.
So, I have:
<?php if ( is_search() ) { get_archives(); } ?>
in my side bar to show the archives list, but what do I use to hide the calendar here?<?php if ( is_search() ) { hide_calendar(); } ?>
would be nice…
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘What’s the opposite of “get”?’ is closed to new replies.