• In most (all?) themes, this code:

    <div class="entry">
    <?php the_content('Read the rest of this entry &raquo;'); ?>
    </div>

    seems to be turned into (simple case):

    <div class="entry">
    <p>This is the body of a short post</p>
    </div>

    Can someone tell me where “the_content” is created and where the comes from? I’ve scoured every source file that contains a reference to the_content and can’t seem to find it. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘help wth the_content’ is closed to new replies.