I’m having the same problem. My custom pages are blank, just a white page. I’m new to wordpress and to Thesis theme and I’m very frustrated. Is it possible to go back to the 1.7 version of wordpress–I have no problems what soever with that. I’m a neophyte at this and it took ages for me to get all the custom stuff right. Now, it GONE!! Help.
@cora L. Foerstner: Don’t highjack another poster’s thread. Please post a new topic.
@demetris i don’t think this is the problem cause custom fields are working and everything is working it’s just<?php the_content(); ?> that doesn’t grab the data from WP
here is the page code pastebin.com/CnVWJawe
try disabling plugins one by one.. I also had the same problem. when I enter a single post, I was getting the clicked post in archive template.
the plugin cause this on my site was Query Multiple Taxonomies. and now my site runs smooth.
you also try the same method.
gabriano:
http://www.google.com/search?q=the_content
Open the first result and look at the first sentence.
@demetris yeah i read it and understand this but why it`s still working in WP 2.9.2 like this while in WP 3 needs to be inside the loop ?
gabriano:
You are right. the_content in your code did work outside the loop in 2.9, but now it does not work. The best answer I can give to your question is: It was not meant to work outside the loop, and the reason it worked was maybe a bug somewhere. Now it behaves as it is meant to.
(Thanks to filosofo for his replies when I asked about the issue.)