Skip to content

Shomen/simple-wordpress-theme

Repository files navigation

SM Startup Theme

A modern, responsive WordPress theme built with Bootstrap 5 and clean coding principles.

Features

  • 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

Installation

  1. Download or clone this repository
  2. Upload the sm-startup folder to your WordPress /wp-content/themes/ directory
  3. Activate the theme through the 'Appearance' menu in WordPress admin
  4. Customize your theme through Appearance > Customize

Theme Structure

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

Customizer Options

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

Block Patterns

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

Requirements

  • WordPress 5.0 or higher
  • PHP 7.4 or higher
  • Bootstrap 5 (included)

Browser Support

  • Chrome (latest)
  • Firefox (latest)
  • Safari (latest)
  • Edge (latest)
  • Internet Explorer 11+

Development

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

License

This theme is licensed under the GPL v2 or later.

Support

For support and questions, please open an issue in the GitHub repository.

Changelog

Version 1.0.0

  • Initial release
  • Bootstrap 5 integration
  • Custom block patterns
  • Customizer options
  • Responsive design
  • 404 error page
  • Clean code structure

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published