hi all,
I have this quite strange bug.
If I insert in a page the <?php wp_list_pages(); ?> function I dont get any result, BUT if I insert a random commented piece of code before it, it works..!
for example, with this I can see the listing:
<!-- <a href="www.esa.aa">aa</a> -->
<?php wp_list_pages(); ?>
But with a simple
<?php wp_list_pages(); ?>
I cant see anything
this problem for what I know happened after installing this plugin:
http://gmurphey.com/2006/10/05/wordpress-plugin-page-link-manager/
made to hide subcategories in the menu.
The strange thing is if I put phpinfo() in the same page it doesnt work or show me the output of the old wp_list_pages()!
how can I make things work normally??
Thanks for any answer...