Are WordPress templates really just HTML styled with CSS in the context of the WordPress “loop”?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, a WordPress theme can be as simple as a child theme that includes only a single css file with some css overrides, or a full fledged Theme Framework which includes copious amounts of php and more…or they can be just your normal theme(which generally contains css, possibly javascript, and php files that might utilize php only to integrate with the content WordPress provides into an html document that is embedded in the php file).
The best way to start out playing with themes is to begin making child themes based off a theme like twentyten or twentyeleven made by WordPress.