Title: Xanderrr's Replies | WordPress.org

---

# Xanderrr

  [  ](https://wordpress.org/support/users/xanderrr/)

 *   [Profile](https://wordpress.org/support/users/xanderrr/)
 *   [Topics Started](https://wordpress.org/support/users/xanderrr/topics/)
 *   [Replies Created](https://wordpress.org/support/users/xanderrr/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/xanderrr/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/xanderrr/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/xanderrr/engagements/)
 *   [Favorites](https://wordpress.org/support/users/xanderrr/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Feed Them Social - Social Media Feeds, Video, and Photo Galleries] Time of post doesn't match in Twitter/FB-feed](https://wordpress.org/support/topic/time-of-post-doesnt-match-in-twitterfb-feed/)
 *  Thread Starter [Xanderrr](https://wordpress.org/support/users/xanderrr/)
 * (@xanderrr)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/time-of-post-doesnt-match-in-twitterfb-feed/#post-6357853)
 * Hi,
 * Thank for the quick reply.
    Can I send u the link by e-mail? Which emailadress
   I can use?
 * Thanks!
 * Gr. Xander
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advance WP Query Search Filter] Display Search Results on a Specific Page](https://wordpress.org/support/topic/display-search-results-on-a-specific-page/)
 *  [Xanderrr](https://wordpress.org/support/users/xanderrr/)
 * (@xanderrr)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/display-search-results-on-a-specific-page/page/2/#post-3558651)
 * Thanks for your feedback.
 * I combined all the searchforms/filters on/in one page, for now that will do 🙂
 * Have a good weekend!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advance WP Query Search Filter] Display Search Results on a Specific Page](https://wordpress.org/support/topic/display-search-results-on-a-specific-page/)
 *  [Xanderrr](https://wordpress.org/support/users/xanderrr/)
 * (@xanderrr)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/display-search-results-on-a-specific-page/page/2/#post-3558649)
 * Hi,
 * Thanks for the fast reply, this is the error message:
 * Server error
    The website encountered an error while retrieving . It may be down
   for maintenance or configured incorrectly. Here are some suggestions: Reload 
   this webpage later. HTTP Error 500 (Internal Server Error): An unexpected condition
   was encountered while the server was attempting to fulfill the request.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advance WP Query Search Filter] Display Search Results on a Specific Page](https://wordpress.org/support/topic/display-search-results-on-a-specific-page/)
 *  [Xanderrr](https://wordpress.org/support/users/xanderrr/)
 * (@xanderrr)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/display-search-results-on-a-specific-page/page/2/#post-3558647)
 * Hi there,
 * Iam running into some problems while trying to set up my Advance WP Query Search
   Filter search forms…..
    I have 4 different search forms and i want to display
   the search results on (4) different specific pages (templates)
 * My search.php file:
 * ————————————————————————
    <?php /* Template Name: Search Page */ get_header();?
   >
 * <div id=”container”>
 * <div id=”page”>
 * <div id=”tekst”>
 * <div id=”sidebar”>
 *  <!– logo –>
 * <h2>T: +31 (0)6 145 144 10</h2>
 * </div>
    <div id=”verkoopknop”>[VERKOOP](http://biancacombee.nl/home-verkoop/)
   </div>
 * <div id=”sidebarwidget”>
 * <?php echo do_shortcode(“[awsqf-form id=12]”); ?> <!– zoekopties in sidebar –
   >
 * <?php get_sidebar(); ?>
 * </div>
 * </div> <!– einde sidebar –>
 * <div id=”tekstblok”>
 * <div id=”titel”>
 * <h1><?php the_title(); ?></h1> <!– titelpagina –>
 * </div> <!– einde titel pagina –>
 * <div id=”tekstcontent1kolom”> <!– een kolom template –>
 * <div id=”post”>
    <? /*Begin Content area Query*/ ?> <?php if (have_posts()) :?
   > <?php while (have_posts()) : the_post(); ?> <?php endwhile; ?> <?php
 * if(wp_verify_nonce($query->query_vars[‘s’], ‘awqsfsearch’) ) //this will verify
   that the search is from the plugin
    { if($_GET[‘formid’] == ’12’){ include ‘search.
   php’ ; } if($_GET[‘formid’] == ‘128’){ include ‘search-us.php’ ; } if($_GET[‘
   formid’] == ‘191’){ include ‘search-verkoop.php’ ; } if($_GET[‘formid’] == ‘595’){
   include ‘search-verkoop-us.php’ ; } else { ?> } <? /*End Content area Query*/?
   >
 * </div>
 * </div> <!– einde tekstblok –>
 * </div>
    <?php get_footer(); ?> ————————————————————————
 * When I use this on the website i get a server error, what am i doing wrong?!
 * Thanks in advance,
 * Kind regards,
    Xander

Viewing 4 replies - 1 through 4 (of 4 total)