Statistics: Posted by Cristián Lávaque — September 2nd, 2011, 10:53 pm
Statistics: Posted by presson — September 2nd, 2011, 4:35 pm
Statistics: Posted by Jason Caldwell — July 8th, 2011, 7:08 pm
Statistics: Posted by Jason Caldwell — July 8th, 2011, 5:10 pm
Statistics: Posted by Guster — July 8th, 2011, 11:45 am
Statistics: Posted by Jason Caldwell — April 19th, 2011, 12:01 am
if (!is_admin () /* The additional Ajax checks below, allow search plugins like Daves Live Search to be Filtered. Even when `is_admin() = true`.
See: `http://wordpress.org/extend/plugins/daves-wordpress-live-search/`. Also see: `http://www.primothemes.com/forums/viewtopic.php?f=4&t=3087#p12786`. */
|| (is_admin () && defined ("DOING_AJAX") && DOING_AJAX && !empty ($_REQUEST["action"]) && (did_action ("wp_ajax_nopriv_" . $_REQUEST["action"]) || did_action ("wp_ajax_" . $_REQUEST["action"])) && $wp_query->is_search ()))
{
Statistics: Posted by Jason Caldwell — April 18th, 2011, 10:35 pm
Statistics: Posted by vitorclaw — April 16th, 2011, 6:26 pm
{"searchTerms":"teste","results":[],"displayPostMeta":false}
Statistics: Posted by vitorclaw — April 13th, 2011, 11:08 pm
$posts = $wpQueryResults->query(array(
's' => $_GET['s'],
'showposts' => $maxResults,
'post_type' => 'any',
'post_status' => 'publish',
));
foreach($wpQueryResults->posts as $result)
foreach($posts as $result)
Statistics: Posted by csixty4 — April 13th, 2011, 10:15 pm
attach_s2member_query_filters();
$wpQueryResults->query(array(
's' => $_GET['s'],
'showposts' => $maxResults,
'post_type' => 'any',
'post_status' => 'publish',
));
detach_s2member_query_filters();
$this->searchTerms = $wpQueryResults->query_vars['s'];
Statistics: Posted by vitorclaw — April 12th, 2011, 11:08 pm
attach_s2member_query_filters();
$wpQueryResults->query(array(
's' => $_GET['s'],
'showposts' => $maxResults,
'post_type' => 'any',
'post_status' => 'publish',
));
detach_s2member_query_filters();
Statistics: Posted by Jason Caldwell — April 12th, 2011, 10:55 pm
Statistics: Posted by vitorclaw — April 12th, 2011, 10:19 pm
Statistics: Posted by Jason Caldwell — April 12th, 2011, 9:57 pm
Statistics: Posted by vitorclaw — April 12th, 2011, 9:50 pm
$wpQueryResults->query(array(
's' => $_GET['s'],
'showposts' => $maxResults,
'post_type' => 'any',
'post_status' => 'publish',
));
attach_s2member_query_filters();
$wpQueryResults->query(array(
's' => $_GET['s'],
'showposts' => $maxResults,
'post_type' => 'any',
'post_status' => 'publish',
));
detach_s2member_query_filters();
Statistics: Posted by Jason Caldwell — April 12th, 2011, 9:04 pm
Statistics: Posted by Cristián Lávaque — April 12th, 2011, 11:11 am
Statistics: Posted by vitorclaw — April 12th, 2011, 8:13 am
Statistics: Posted by Cristián Lávaque — April 12th, 2011, 2:38 am
Statistics: Posted by vitorclaw — April 11th, 2011, 2:24 pm