I just recently switched my site over to Wordpress. I am trying to keep my site structure the same as my previous basic HTML site. I am currently looking for a plugin, or what script to mod so I can display unlimited posts in category archives. Also, I would like to make it so in the category archives only the post name is displayed, so there is no description.I'm trying to replicate my old structure here, instead of having this. Also, besides the sake of keeping my site structure same, loading summaries for each post in archives is really slowing down page loading time.
Any ideas, and I am also looking for a plugin which would allow me to add static html to my category pages above the post listings.
My template doesn't have a category.php, and I want different html content per category. I think I have a solution for that fix though. I am going to get a plugin for extended descriptions, then create a category.php for my template and embed the description code in there. However, I still need to figure out solutions for my other problems.