Hello, I'm using is_child() to display a menu for child pages that use a custom template based on Thematic page.php.
is_child() works as expected using Thematic's "default" page template, or when using the custom page template without any modification.
However, using query_posts to display posts from a given category for one of these child pages removes the menu?
This is also the case when basing the template on Thematic's index.php.
I may wind up using category page templates to do what I need to do but thought I'd seek a little advice on this point ;)