This is what my index.php in my themes folder says…I cant find <?php the_content(); ?> anywhere in my entire website?
<?php
require_once(TEMPLATEPATH . ‘/header.php’);
the_posts();
require_once(TEMPLATEPATH . ‘/footer.php’);
?>
I am using the Semiologic, 3 columns 3.2 theme…anyone familiar with this?