WPIntell

Source evidence

Ridiculous experience – waste of time!

Joli FAQ SEO – WordPress FAQ Plugin · review · 2026-04-09T17:28:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 14 rows with source links

28.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

10 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 1 stars
piotrk87 unresolved
This plugin has a nice wizard… and does not allow you to turn off TOC on homepage, but requires a PRO version for this. This is a standard functionality of all free TOC plugins. What a waste of time! Who event thinks of adding a TOC on homepage! LOL Hi, Thanks for taking the time to share your feedback. If you’re using the auto-insert feature, it may not be immediately obvious, but it is possible to disable the TOC on the homepage in the FREE version using the joli_toc_disable_toc_custom filter. For example: add_filter('joli_toc_disable_toc_custom', 'toc_disable', 10, 3); function toc_disable($value, $content, $post) { // Disable TOC on homepage if (is_front_page() || is_home()) { return true; } return $value; } This allows you to fully control where the TOC appears, including disabling it on the homepage. If you ever run into this kind of limitation, feel free to open a thread in the support forum. I’m always happy to help, and many improvements and new features are added based directly on user feedback when it makes sense. Also, it looks like this review may have been posted on the wrong support forum. Joli FAQ SEO is not a table of contents plugin, while the feedback likely relates to Joli Table of Contents. If this helped clarify things, I would really appreciate if you could consider updating or removing the review. If you’d like, I’m also happy to help implement this quickly on your site. Thanks again for your feedback.

Comments

1 shown
Michael 2026-04-10T02:50:00+00:00

Hi, Thanks for taking the time to share your feedback. If you’re using the auto-insert feature, it may not be immediately obvious, but it is possible to disable the TOC on the homepage in the FREE version using the joli_toc_disable_toc_custom filter. For example: add_filter('joli_toc_disable_toc_custom', 'toc_disable', 10, 3); function toc_disable($value, $content, $post) { // Disable TOC on homepage if (is_front_page() || is_home()) { return true; } return $value; } This allows you to fully control where the TOC appears, including disabling it on the homepage. If you ever run into this kind of limitation, feel free to open a thread in the support forum. I’m always happy to help, and many improvements and new features are added based directly on user feedback when it makes sense. Also, it looks like this review may have been posted on the wrong support forum. Joli FAQ SEO is not a table of contents plugin, while the feedback likely relates to Joli Table of Contents. If this helped clarify things, I would really appreciate if you could consider updating or removing the review. If you’d like, I’m also happy to help implement this quickly on your site. Thanks again for your feedback.