Title: Does not work with SweetDate Theme
Last modified: November 9, 2016

---

# Does not work with SweetDate Theme

 *  [livingflame](https://wordpress.org/support/users/livingflame/)
 * (@livingflame)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/does-not-work-with-sweetdate-theme/)
 * Nice plugin but, does not work with SweetDate.
 * Here I share the Ajax Search in Menu of SD, maybe you can make your plugin compatible.
 *     ```
       <?php
       /**
        * The template for displaying Search Results pages.
        *
        * @package WordPress
        * @subpackage Sweetdate
        * @author SeventhQueen <themesupport@seventhqueen.com>
        * @since Sweetdate 1.0
        */
   
       get_header(); ?>
   
       <?php get_template_part('page-parts/general-before-wrap');?>
   
       <div class="row">
           <div class="twelve columns centered">
               <?php get_search_form(); ?>
           </div>
       </div>
       <br>
   
       <?php if ( have_posts() ) : ?>
   
           <?php /* Start the Loop */ ?>
           <?php while ( have_posts() ) : the_post(); ?>
   
               <?php get_template_part( 'content', get_post_format() ); ?>
   
           <?php endwhile; ?>
           <?php kleo_pagination(); ?>
       <?php else : ?>
           <h2 class="article-title"><?php _e( 'Nothing Found', 'kleo_framework' ); ?></h2>
   
           <p><?php _e( 'Sorry, but nothing matched your search criteria. Please try again with some different keywords.', 'kleo_framework' ); ?></p>
   
       <?php endif; ?>
   
       <?php get_template_part('page-parts/general-after-wrap');?>
   
       <?php get_footer(); ?>
       ```
   
    -  This topic was modified 9 years, 8 months ago by [livingflame](https://wordpress.org/support/users/livingflame/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [BuddyBoss](https://wordpress.org/support/users/buddyboss/)
 * (@buddyboss)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/does-not-work-with-sweetdate-theme/#post-8418639)
 * [@livingflame](https://wordpress.org/support/users/livingflame/) sure, we will
   keep in our suggestion list to make it compatible with Sweet Date.

Viewing 1 replies (of 1 total)

The topic ‘Does not work with SweetDate Theme’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/buddypress-global-search_e2623d.svg)
 * [BuddyPress Global Search](https://wordpress.org/plugins/buddypress-global-search/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/buddypress-global-search/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/buddypress-global-search/)
 * [Active Topics](https://wordpress.org/support/plugin/buddypress-global-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddypress-global-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddypress-global-search/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [BuddyBoss](https://wordpress.org/support/users/buddyboss/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/does-not-work-with-sweetdate-theme/#post-8418639)
 * Status: not resolved