ThemeDivs Course Outline
Course Survey
- Tired of low-performance WordPress themes & plugins due to overhead & dBase accesses?
- Want better control of theme design – top-to-bottom sections?
- Aspire to scrape your favorite sections in other sites, modify them & make them your own?
- Interested in learning code organically, while you create your own themes?
Course Objectives
Set up WordPress
- IDE Plugin – Integrated Development Environment coding environment used in this course
- Go to hixonic.com/site-#/wp-admin, log in & open site in new tab from “View Site”
- Open hixonic.com/themedivs-contents/ in new tab
- Open WPIDE File Editor & WPIDE File Manager in new tabs
- Provide WPIDE plugin tour & set Dark Mode & Font Size to 16
- Initial setup
- Download barebones-themedivs-files from ThemeDivs Contents & unzip
- Import posts, landing pages, & media files
- Create Home, Blog, & Landing, rename Sample to About & slug, featured image & text
- Dashboard > Settings > Reading & set ‘Static page’ & Home & Blog & max posts to 3
- Set title to “Bare Bones Theme Divs” & desc to “Theme Divs perform well” – save
Create Bare Bones theme
- Create initial theme files & activate it
- Create theme folder named “barebones-themedivs”
- Create index.php & style.css, paste top comment to style.css & save
- Paste screenshot.jpg into theme folder in WPIDE File Manager
- Go to Dashboard > Appearance > Themes & activate barebones-themedivs
- Fill theme files
- Create sub-folder for “images” & paste favicon.png & logo.png
- Create functions, header, front-page, home, footer, page, single, landing, & single-landing
- Add styles and functions, one-by-one, explaining each piece – update URI comment
- Populate the theme files with Bare Bones Theme framework content
- Zip and save the theme for future use
- Add filler Theme Divs to theme files
- Show the website