I would like to have differents list pages like:
<?php wp_list_pages('child_of=9&title_li=<h2>' . __('Moi') . '</h2>' ); ?>
<?php wp_list_pages('child_of=10&title_li=<h2>' . __('Video') . '</h2>' ); ?>
<?php wp_list_pages('child_of=11&title_li=<h2>' . __('A-T') . '</h2>' ); ?>
Is there a way to make it work? (i know it's not suppose to work but if you have an idea other than making link manualy it would be great, thx :))
I have no idea how your site looks like or what you want to achieve... but one solution might be something like this:
Create different Page templates for Moi, Video, A-T with different sidebar and show only their children in that Page.
I know, it's not exactly what you want, just an idea.
it's not a bad idea, i'll give it a try. Thx ^^
Hey, I dont know if this is helpful - but I think that cos - SOMETIMES- folk help me :) I should give back a little.
Ive been looking at List Manager Plugin by Navid. It makes linkable lists of any type that you can put anywhere in your site - very useful.
All the lists are linkable to somewhere in your site or off site. This may help - However, I agree with moshu - thats what I would try as well.