Update functions.php
This commit is contained in:
parent
56f792ff50
commit
80bc93ae7a
@ -30,8 +30,9 @@ add_action( 'wp_enqueue_scripts', 'child_theme_configurator_css', 10 );
|
|||||||
|
|
||||||
// END ENQUEUE PARENT ACTION
|
// END ENQUEUE PARENT ACTION
|
||||||
|
|
||||||
// modify search
|
// specific functions for Relevanssi Light search plugin, do not use if you are not using the plugin
|
||||||
add_filter( 'relevanssi_light_custom_fields', function( $fields ) { return array( '_genesis_description' ); } );
|
add_filter( 'relevanssi_light_custom_fields', function( $fields ) { return array( '_genesis_description' ); } ); // add The SEO Framework meta description to Relevanssi Light index
|
||||||
|
add_filter( 'relevanssi_light_boolean_mode', '__return_true' ); // enable boolean search mode for Relevanssi Light
|
||||||
|
|
||||||
// add dublin core metadata to header
|
// add dublin core metadata to header
|
||||||
function add_dublin_core_metadata() {
|
function add_dublin_core_metadata() {
|
||||||
|
Loading…
Reference in New Issue
Block a user