- Fixed: the table of contents title leaked into other posts' excerpts. The
the_contentfilter that adds the TOC guarded against archives and feeds withis_singular()/in_the_loop()/is_main_query(), but those only describe the page's main query, not which post is actually being filtered. A "related posts" block or card list on a singular page runs its own query and callsthe_post()on that without changing the main query's flags, so the guard still passed — and the TOC title got prepended to that other post's content before WordPress trimmed it down to an excerpt, leaving the title text stuck to the front of the summary ("Mục lục …"). The guard now also checks that the post being filtered is the one actually being viewed.
Translations: - Arabic, German, Spanish, French, Indonesian, Japanese, Portuguese (Brazil) and Russian brought to full coverage — 811 strings each, added since the plugin's original translation baseline (two-factor authentication, the lightbox, the table builder, FAQ schema, PHP snippets, the WooCommerce Telegram integration, mail-deliverability diagnostics, and more). Hindi and Thai are in progress.
Install: download horse-tools-1.3.45.zip below, then Plugins → Add New → Upload Plugin.