Thanks a lot, it’s very useful !
Only ONE important thing to me : multilingual support !!! and simplification of translation – admin, theme, plugins – process (using poedit is contraignante : an inline editor include in WP would be really great !)
And, less important : possibility to easily edit titles & descriptions of each generated page (post(-id) page, category(-id) page, archives, home, etc.)
Thanks !
Thread Starter
BenM
(@alysko)
Behavior is very strange :
$wp_query[post][is_home] = false when I choose “Your latest posts” (Settings > Reading)
$wp_query[post][is_home] = false when I choose “A static page”-“Front page”-(page wanted in home)
$wp_query[post][is_home] = true when I choose “A static page”-“Posts page” (but doesn’t show what I want)
is_home() seems to be buggy !