
Originally Posted by
Dan Grossman
Yes, you're missing the point. A CMS is about making it easier to handle the data and structure for you. None of your points are about that. If you want to change the URL structure of your site, or just edit some text in a paragraph on a page, you have to edit or rename files.
You still have full control over site load time, SEO and validating code with WordPress or most any CMS. You write the template files, with the same HTML/XHTML and CSS as you currently do.
You can take your current coded design, and simply replace the title and text of the page with <?php the_title(); ?> and <?php the_content(); ?> and it would be a working WordPress theme. The output of the site would have the same characteristics as your hand coded version, it'd still validate. And with a cache plugin turned on, it'd load exactly as fast, since it only has to be dynamically generated when you change the text or content of a page to refresh that cached file.
Bookmarks