Theme Layout Proposal
-
Proposal: Consolidation of core thread Files in a Theme Directory.
Basically, consolidate files into two, “index.php” and “stylesheet.css”. “Image”, “js”, and others would remain in the appropriate sub-directories.
Stylesheet.css: As before, no changes here.
Index.php: consolidates all previously separate PHP files. File organized thusly:
01. Doctype
02. Document Header
03. Body
04. Blog Header
05. Content
06. Footer
07. Comments
08. Pop-up Comments
09. Functions
10. Single Posts
11. Bookmarks
12. Single Page
13. Category
14. Categories
15. Pop-up Category
15. Pop-up CategoriesThe blog header, content, and footer sections divided into columns as defined by the CSS file. Content columns (if any) further defined as “sidebars” or “postings” as appropriate. The stylesheet would define how wide each column is to be, and the style or styles used within each.
This proposal is intended to cut down on the number of files one has to deal with, and thus the number of windows one might need to have open at any one time. Don’t know about you, but I’d much rather have all document information readily available in one window rather than multiple windows.
- The topic ‘Theme Layout Proposal’ is closed to new replies.