Want to know more about table of contant without plugin

#235114
  • Resolved Nodrakor
    Rank Math free

    hi, I will Use Table Of Content in very few posts and I do not want to install any extra plugins because I have installed many plugins already(pre-installed bimber Theme),
    I hope you can help me about it

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anas
    Rank Math business

    Hello,

    Thank you for contacting Rank Math.

    Rank Math only detects the Table of Content if it is added with the compatible plugins. If you’re adding Table of Contents by any other method that does not involve the usage of a plugin, then you can completely disable the test for Table of Contents.

    To disable the test of Table of Contents, add the following piece of code to your theme’s functions.php file:

    /**
     * Filter to disable the table of contents test
     */
    add_filter( 'rank_math/researches/tests', function( $tests, $type ) {
        unset(
            $tests['contentHasTOC'],
        );
        return $tests;
    }, 10, 2 );

    I hope this helps. Looking forward to helping you.

    well, I really don’t get how it is helpful, I want to use that feature,
    so please tell me the name of the right plugin, i can not buy any plugin, i prefer free plugins,

    waiting for your answer!!

    Anas
    Rank Math business

    Hello,

    You can use the Table of Contents Plus plugin to add the table of contents on your website.

    I hope this helps. Looking forward to helping 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 3 replies - 1 through 3 (of 3 total)

The ticket ‘Want to know more about table of contant without plugin’ is closed to new replies.