I've been trying a lot to get the function wp_list_pages() work, whit no results.
If I write a simple page, with this text in the html edit view:
bla bla bla bla
<?php wp_list_pages(); ?>
I see no results at all.
but If I write a random commented piece of code before, like this:
bla bla bla
<!-- <a href=aaa>aaa</a>
<?php wp_list_pages(); ?>
it works, but the layout becomes a bit messed up.
I'm using wordpress 2.6.3 running on xampp ( last version ).
Can someone pls help me and try to explain this?