sbrajesh

Brajesh Singh

Sep 7th, 2010
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.45 KB | None | 0 0
  1. function bpmag_show_gallery_search(){
  2. ?>
  3. <div>
  4. <h2><?php _e("Gallery Search","bpmag");?></h2>
  5. <?php locate_template( array('gallery/gallery-loop.php' ), true ) ;  ?>
  6.  
  7. <a href="<?php echo bp_get_root_domain().'/'.BP_GALLERY_SLUG.'/?s='.$_REQUEST['search-terms']?>" ><?php _e("View All matched Galleries","bpmag");?></a>
  8. </div>
  9. <?php
  10. //endif;
  11. }
  12.  
  13. //Hook gallery results to search page
  14.  
  15. add_action("advance-search","bpmag_show_gallery_search",12);
Add Comment
Please, Sign In to add comment