A minimal, modern WordPress theme built with UIKit CSS framework. This is a blank canvas theme ready for customization.
- UIKit CSS Framework - Modern, responsive CSS framework
- Clean PHP Templates - Standard WordPress template hierarchy
- Navigation Menus - Primary and footer menus with UIKit styling
- Widget Areas - Sidebar and footer widget areas
- Build Tools - Webpack for asset compilation and hot reloading
- Responsive Design - Mobile-first approach
- PHP 8.0+
- WordPress 6.0+
- Node.js 16+
- Clone or download this theme to your
wp-content/themes/directory - Install dependencies:
npm install - Build assets:
npm run buildornpm run dev - Activate the theme in WordPress admin
# Development with hot reloading
npm run dev
# Production build
npm run build
# Watch files for changes
npm run watchiesd-main/
├── assets/ # Source files (JS/SCSS)
├── dist/ # Compiled assets
├── inc/ # PHP functions and classes
├── languages/ # Translation files
├── header.php # Site header
├── footer.php # Site footer
├── index.php # Main posts template
├── single.php # Single post template
├── functions.php # Theme functions
└── style.css # Theme info file
This is a blank canvas theme. You can:
- Edit SCSS files in
assets/scss/ - Modify templates in the root directory
- Add new functionality in
inc/template-functions.php - Create new template files following WordPress conventions
The theme uses UIKit's responsive system:
- Small: 640px and up
- Medium: 960px and up
- Large: 1200px and up
The theme is translation-ready. Use __('Text', 'iesd-main') for translatable strings.
GPL v2 or later
Ready to build something amazing! 🎉