Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/11/2009, 09:39
gerazmv
 
Fecha de Ingreso: octubre-2004
Ubicación: Uruguay
Mensajes: 386
Antigüedad: 20 años, 1 mes
Puntos: 4
Respuesta: Sql consulta buscador wordpress

SELECT SQL_CALC_FOUND_ROWS wp_posts . * FROM wp_posts WHERE 1 =1 AND (((wp_posts.post_title LIKE '%pelicula%') OR (wp_posts.post_content LIKE 'pelicula'))) AND (wp_posts.post_status = 'publish' OR wp_posts.post_author =4 AND wp_posts.post_status = 'private' ) ORDER BY wp_posts.post_date DESC LIMIT 0 , 10

ya pude encontrar la consulta gracias