Howdy.
I installed WordPress and promptly got lost.
Here's one of my pages that I'd like to WordPress:
http://www.chiptape.com/chiptape/games.htm
I've no idea how.
It's a pain when I add games. I hafta code everything in.
Can I make a database of files, game titles, game developers' links, descriptions, screenshots? And mebbe automate displaying filenames and filesizes?
I didn't look into themes or layout or whatever yet. I assume I'll be able to figure that out. I'm more concerned about how to dynamically generate a page from a database.
The only thing I found that sounded like what I wanted was at http://codex.wordpress.org/WordPress_Features
"Dynamic page generation
No rebuilding of all your pages each time you update your weblog, or any aspect of it. All pages are generated using the database and the templates each time a page from your weblog is requested by a viewer. This means that updating your weblog, or its design is as fast as possible, and required server storage space usage is minimal."
Thanks!