Hello,
We apologize for the issue you are facing with finding a suitable table creator plugin that supports Rank Math. Unfortunately, we don’t have specific recommendations for table creator plugins in the provided context. However, Rank Math is designed to be compatible with all major WordPress themes and plugins, so you should be able to use most table plugins without issues.
We recommend checking the plugin’s documentation or support forums to ensure compatibility with Rank Math. If you continue to experience problems, please reply to this ticket, and a human agent from the Rank Math Support team will assist you further.
Thank you for raising your concern!
Hello,
Thank you for contacting us and bringing your concern to our attention.
Here you can check all the compatible Table of Contents plugins list with Rank Math: https://rankmath.com/kb/table-of-contents-not-detected/#toc-plugins
However, if Rank Math is unable to detect your Table of Contents plugin, you can use the following filter code:
/**
* Filter to add plugins to the TOC list.
*
* @param array TOC plugins.
*/
add_filter( 'rank_math/researches/toc_plugins', function( $toc_plugins ) {
$toc_plugins['plugin-directory/plugin-filename.php'] = 'Plugin Name';
return $toc_plugins;
});
In the above code snippet, you’ll need to replace,
1. plugin-directory/plugin-filename.php – with the path to your TOC plugin file inside the WordPress plugins folder
2. Plugin Name – with the name of your TOC plugin
Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Hope that helps and please don’t hesitate to let us know if you have any other questions.
Thank you.
Hello,
We are glad to be of assistance to you.
Do you still need further help with anything else or we can go ahead to close the ticket?
We look 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.