A modern, responsive WordPress theme built with Bootstrap 5 and clean coding principles.
- Bootstrap 5 Integration - Modern, responsive design framework
- Custom Block Patterns - Pre-built patterns for quick page building
- Customizer Options - Easy theme customization through WordPress Customizer
- Mobile-First Design - Fully responsive across all devices
- Clean Code - Well-organized, commented, and maintainable code
- SEO Optimized - Semantic HTML and proper structure
- Accessibility Ready - Built with accessibility best practices
- Download or clone this repository
- Upload the
sm-startup
folder to your WordPress/wp-content/themes/
directory - Activate the theme through the 'Appearance' menu in WordPress admin
- Customize your theme through Appearance > Customize
sm-startup/
├── 404.php # Custom 404 error page
├── archive.php # Archive pages template
├── footer.php # Footer template
├── functions.php # Theme functions and customizer
├── header.php # Header template
├── index.php # Main template file
├── page.php # Page template
├── search.php # Search results template
├── single.php # Single post template
├── style.css # Main stylesheet
├── patterns/ # Block patterns directory
│ ├── sm-hero-bootstrap.php
│ └── sm-page-section.php
└── README.md # This file
The theme includes several customization options:
- Site Layout - Margin, padding, font, color, background settings
- Header Settings - Margin, padding, color, background, navigation styling
- Navigation Colors - Menu, hover, and selected link colors
The theme includes custom block patterns:
- SM Hero Bootstrap - Hero section with image and call-to-action
- SM Page Section - Content section with flexible layout
- WordPress 5.0 or higher
- PHP 7.4 or higher
- Bootstrap 5 (included)
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Internet Explorer 11+
This theme follows WordPress coding standards and best practices:
- Clean, semantic HTML
- Organized CSS with clear sections
- Proper PHP functions and hooks
- Responsive design principles
- Accessibility guidelines
This theme is licensed under the GPL v2 or later.
For support and questions, please open an issue in the GitHub repository.
- Initial release
- Bootstrap 5 integration
- Custom block patterns
- Customizer options
- Responsive design
- 404 error page
- Clean code structure