Is there a break command i can insert into my blog,
so when someone looks in the category page,
not the whole blog shoes up just a part of it.
Thanks
Is there a break command i can insert into my blog,
so when someone looks in the category page,
not the whole blog shoes up just a part of it.
Thanks
You can either use the More tag ( a button on the visual editor toolbar ) to insert a breakpoint into each post, or else in your category.php theme file (if you have one) or archive.php if your theme doesn't have category.php, change the_content to the_excerpt
Here is the Codex page:
http://codex.wordpress.org/Template_Tags/the_excerpt
old tutorial which is still valid:
http://lorelle.wordpress.com/2006/07/19/display-post-excerpts-only-in-wordpress/
Thanks DUDE!
This topic has been closed to new replies.