Posts: 9,669
Name: Steven Bradley
Location: Boulder, Colorado
|
I'm not quite sure what you're asking either. When you say you added the files to your blog folder do you mean inside the theme folder or literally inside the blog folder?
WordPress themes are located inside wp-content/themes/theme-names
To edit a theme you would open the folder for that theme and edit those files. You wouldn't just add new html and css files. You don't have to edit all the files in the theme folder, though you'll likely want to edit header.php, footer.php, sidebar.php, single.php, page.php, index.php, and style.css. You don't necessarily have to edit all of those either. You can change the look of a theme just by editing style.css
WordPress reads all content from the database and so your posts and pages will still be there when you change the theme.
I'm not sure if any of that answers your question. If not could you provide a little more detail about what you've done so far and what isn't working? I'll be happy to try again.
|