i have the same problem
i tryed
<?php echo(get_category_parents($cat, TRUE, ‘ » ‘)); ?>
and
<?php echo get_the_category($post->post_parent) ?>
it didn`t work
i did the same, it works but i need something more ;]
i used example of Page of Posts and now i want to put there “wp_pagenavi” to organize number of post
in example there is only “$showposts = -1; // -1 shows all posts”
how can i force it to sort it with “wp_pagenavi” ? please help ;]