Displays the contents of the current post. This tag must be within The_Loop.

If the quicktag <!–more–> is used in a post to designate the “cut-off” point for the post to be excerpted, the_content() tag will only show the excerpt up to the <!–more–> quicktag point on non-single/non-permalink post pages. By design, the_content() tag includes a parameter for formatting the <!–more–> content and look, which creates a link to “continue reading” the full post.

Note:

Usage

<?php the_content(‘more_link_text’, strip_teaser, ‘more_file’); ?>

Examples

Designating the “More” Text

Displays the content of the post and uses “Read more…” for the more link text when the <!–more–> Quicktag is used.

<?php the_content('Read more...'); ?>

Displays the contents of the current post. This tag must be within The_Loop.

If the quicktag <!–more–> is used in a post to designate the “cut-off” point for the post to be excerpted, the_content() tag will only show the excerpt up to the <!–more–> quicktag point on non-single/non-permalink post pages. By design, the_content() tag includes a parameter for formatting the <!–more–> content and look, which creates a link to “continue reading” the full post.

Note:

Usage

<?php the_content(‘more_link_text’, strip_teaser, ‘more_file’); ?>

Examples

Designating the “More” Text

Displays the content of the post and uses “Read more…” for the more link text when the <!–more–> Quicktag is used.

<?php the_content(’Read more…’); ?>


				

						
Subscribe to comments Comment | Trackback |
Post Tags: , , , , ,

Browse Timeline


Comments ( 1 Comment )

whatevs!

admin added these pithy words on Feb 10 08 at 7:46 am

Add a Comment

You must be logged in to post a comment.



© Copyright 2007 Minimalistic Wordpress Theme . Thanks for visiting!