Table of Contents by Joom United

#15698
  • Resolved Ibrahim Jaber
    Rank Math free

    Dear Rank Math,
    Joom United has a plugin named advanced Gutenberg, the plugin is for Gutenberg namely there is a Summary block that generates Table of content. But still, Rank Math plugin does not say that a table of content is present. Maybe Detection issue.

    Guidance on this matter is appreciated.

    Plugin Link:https://wordpress.org/plugins/advanced-gutenberg/

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    Rank Math does not support this plugin on the content analysis tool. You can however add the following code to your child theme’s functions.php file to add the compatibility:

    /**
     * Filter to add plugins to Rank Math TOC list.
     *
     * @param array TOC plugins.
     */
    add_filter( 'rank_math/researches/toc_plugins', function( $toc_plugins ) {
           $toc_plugins['advanced-gutenberg/advanced-gutenberg.php'] = 'Advanced Gutenberg';
        return $toc_plugins;
    });

    Looking forward to helping you. 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 ‘Table of Contents by Joom United’ is closed to new replies.