Exelente
-
Funciona de maravillas!!!, y me resolvió el problema que tenia, queria buscar custom post types por el ID y solo tuve que agregar en funtions.php el siguiente codigo: `add_filter(‘relevanssi_content_to_index’, ‘rlv_index_post_id’, 10, 2);
function rlv_index_post_id($content, $post) {
$content .= ” ” . $post->ID;
return $content;
}`
Luego volvi a darle Build the Index y listo!.
- The topic ‘Exelente’ is closed to new replies.