me too, but i stoped it by changing the chache from the 128 mb default value to 1 GB and all come back to normally.
🙂
Hi Marion!!
Try placing the following code snippet into your theme’s functions.php file:
function exclude_from_search($query) {
if ($query->is_search) {
$query->set('post_type', 'post');
}
return $query;
}
add_filter('pre_get_posts','exclude_from_search');
Done!!! now working.
thanks!!!
🙂
chavo translate works perfectly. you have to upload the “theme-my-login-xx_XX”.mo & .po files into the language plugins folder: wp-content/language/plugins/
Jeff i’ve translated your plugin into spanish 100% . if you want i can send it to you.
regards