LGW
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_list_pages() behaving randomlyok, the problema was:
I cant use wp_list_pages() in a page, but must be in a template file!!!here is a fine explanation of how to do that:
http://wordpress.org/support/topic/205583?replies=7#post-858889problema solved
thank you anywayForum: Fixing WordPress
In reply to: wp_list_pagesMAN I love YOU.
Seriously.
I tried to figure out why wp_list_pages() didnt work for MONTHS and now IT WORKS!
thanks a lot and excuse me for the excitement, but you solved me a GREAT problem.
thank you again.
Forum: Fixing WordPress
In reply to: wp_list_pages() behaving randomlyupdate: just reinstalled wordpress and xampp from scratch without the plugin and this bug STILL HAPPENDS.
So, is not the plugin but something else.
wordpress version is 2.6.3 , xampp win 32 1.6.8 ( last ones at the moment)
this is the code wich generates NO OUTPUT ( html mode):
test1.1 test1.1 test1.1 test1.1 test1.1 <?php wp_list_pages(); ?>This is the code whic generates a (nearly) correct output:
<!-- <a href="www.esa.aa">aa</a> --> <?php wp_list_pages(); ?>I say nearly because the default layout get messed up with the correct output.
I just disabled ALL my plugins and this still happends. Someone have any tips ? T_T
Forum: Fixing WordPress
In reply to: wp_list_pages() behaving randomlyhmmm… any news?
Any tips on how to make things work as before? at the moment if I try to uninstall the plugin wordpress keep behaving quiete randomly…Forum: Fixing WordPress
In reply to: wp_list_pages() behaving randomlysorry I forgot the template.
the template is the default wordpress one
Let me know any newsForum: Fixing WordPress
In reply to: wp_list_pages() behaving randomlyhi, nice to meet you 🙂
wordpress version is 2.5.1
page link manager version is 0.3
Hope can help