How do you hide posts in wordpress? like this site http://www.animefuel.com/category/a/ah-my-goddess/ . I like how their's a summary up the top and rest is links to posts. How can I do the same like that site?
I think they used categories in Wordpress. They attached a description to the category, then edit the categories.php file (in the template) to show only post titles by removing the "the_content" code in the loop area..