The thing is that I have to mix pages and categories inside a same hierarchy.
I don’t want to build complex php scripts for menu, so I want just to call wordpress menu and treat it with scripts and formatting. So no need to update the menu when I update the blog.
And the better deal I found have the same hierarchy for posts and pages is to include categories into pages.
I made a special template in which I only need to edit a meta_key when writing a page to tell what categorie(s) it must include and/or exclude.
So one page can call multiples categories, and several pages can call one unique category.
I’m working on this since many days; I have tried categories templates, lots of plugins, and this is what I think is the best so far for me…
Anyway, I found a plugin to have a better control on excerpts : Content Extract.
The problem now is that if I don’t stripslashes the excerpt, html tags will stays open when the script cuts the text.
And I want to be able to have an image in the excerpt of my post…