-
Hello Sir,
I need your support, I want to enable rank math on specific elementor template ID, Can you pls help me through code sharing.
I know this below code is enabling all the elementor templates:
add_filter( ‘rank_math/excluded_post_types’,function( $post_types) {
$post_types[‘elementor_library’] = ‘elementor_library’;
return $post_types;
}, 11 );But I want to enable single ID which is portfolio archive
Thanks for your help
Mohammad
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The ticket ‘Enable rank math on specific ID’ is closed to new replies.