I want,when readers visit my blog,on the main page,that they do not see the full posts,only their exerpt.How can i do that?
I want,when readers visit my blog,on the main page,that they do not see the full posts,only their exerpt.How can i do that?
Edit your theme's index.php to use the_excerpt() instead of the_content().
Or use the More tag.
http://codex.wordpress.org/Template_Tags/the_content
http://codex.wordpress.org/Template_Tags/the_excerpt
tnx alot..the more tag will do just fine
This topic has been closed to new replies.