In your index.php, are you sure the following is there:
<?php the_content() ?>
Also, is it properly located in the Loop?
In your index.php, are you sure the following is there:
<?php the_content() ?>
Also, is it properly located in the Loop?
Thanks for answering.
Yes, it's there and it's in the loop. I didn't make any changes to index.php.
It's true that my index.php is a bit hacked up, so to test it I uploaded a standard WP index.php. The post text still doesn't show.
I tried uploading all of WP again to a different directory in my site. The post text shows there. You can see it at:
http://www.persistentillusion.com/testbed/index.php
It has to be something besides index.php but I can't find anything that changed today.
How is the post text pulled in to the page? Maybe I need to look at replacing those functions. I don't want to do a wholesale replace everything because I have a lot of customized stuff.
Thanks again!
Alternative to grab post
http://wiki.wordpress.org/get_posts
This topic has been closed to new replies.