Enable rank math on specific ID

#617992
  • Resolved Anonymous
    Rank Math free

    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)
  • Hello,

    Thank you for your query, and we are so sorry about the trouble this must have caused.

    The code that you have shared is to Enable Rank Math SEO on Elementor Templates as per the KB here :
    https://rankmath.com/kb/enable-rank-math-on-elementor-templates/

    However please understand that our plugin can only register a Post Type, not specific posts or templates in this case

    We hope that helps, and please don’t hesitate to get in touch if you have any other questions.

    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Enable rank math on specific ID’ is closed to new replies.