1. I got a Fatal Error:
Fatal error: Call to undefined function the_exerpt()
2. It worked, thanks.
here’s the full code for the_content
<?php the_content(”.__(‘Read More <span class=”meta-nav”>»</span>’, ‘sandbox’).”); ?>
<?php wp_link_pages(‘before=<div class=”page-link”>’ .__(‘Pages:’, ‘sandbox’) . ‘&after=</div>’) ?>
<?php edit_post_link(__(‘Edit’, ‘sandbox’), “\t\t\t\t\t<span class=\”edit-link\”>”, “</span>”); ?>
</div>
</div><!– .post –>