Indexing only the specific custom field (ACF)
-
Hello,
is there any chance to index only the specific custom field (ACF)?
I use this filter to exclude post title/content from indexing.
add_filter(‘relevanssi_index_content’, ‘contentoff’);
function contentoff() {
return false;
}I need now the only custom field to be indexed.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Indexing only the specific custom field (ACF)’ is closed to new replies.