Theme design standards and not using header.php.
-
Ok, so I’ll get flamed for this, but what’s with creating a theme, including a header, but not putting header info in it?
I’ve seen a number of 1.5 themes, that don’t seem to use the headers and footers. And many are “Award Winning” themes.
Each page (index, date, category, search, single) seems to have
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”>
<head profile=”https://gmpg.org/xfn/1″>This is header info.
I realize that WordPress provides a very flexible design, but shouldn’t headers include header found on all pages like the classic design, and Kubrick?That’s the purpose of OOD and included files, a single file that contains reusable code. Otherwise what’s the point in including a header?
- The topic ‘Theme design standards and not using header.php.’ is closed to new replies.