S’il y a des experts de WordPress qui me lisent : je cherche un plugin pour améliorer la navigation dans les pages avec une table des matières. Un peu comme sur la documentation officielle de WordPress.
J’ai déjà essayé celui d’Evans Codeworks, pas moyen de le faire fonctionner : rien ne s’affiche après modification du template.
Laran Evans
Get in touch. I’ll try to help you get it working.
bitonio
Many thanks Laran for your support. I dropped you an email with the details.
bitonio
I solved it by looking at the source code.
I was desperatly trying to put the TOC before the_content() call. I understood that this call triggered filters and so your plugin.
Here is the solution:
Somewhere in the_loop, before the_content(), set the PHP snippet:
', ']]>', $content);
?>
Then replace your
by
Now my pages are running fine ;-) Check the FAQ