-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
51 lines (38 loc) · 1.58 KB
/
readme.txt
File metadata and controls
51 lines (38 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
=== Devstarter ===
Contributors: muhammadabid
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A clean, developer-friendly starter for building custom WordPress projects.
== Description ==
Devstarter is a lightweight starter built for developers who want a clean foundation for custom WordPress projects. It includes modular PHP architecture, page builder compatibility (Elementor, Divi), WooCommerce support, Customizer integration, and responsive CSS.
== Features ==
* Clean folder structure with separated includes
* WordPress coding standards compliant
* WooCommerce ready
* Custom Post Types (pre-configured examples)
* Mobile-first responsive CSS with grid system
* CSS custom properties for easy theming
* Proper script and style enqueuing
* Translation ready (i18n)
* SEO friendly semantic HTML5
* AJAX ready with localized scripts
* Elementor and Divi page builder compatible
* Customizer settings for colors, header, footer, and layout
== Installation ==
1. Upload the folder to `/wp-content/themes/`
2. Activate through `Appearance > Themes`
3. Set up your navigation menu from `Appearance > Menus`
4. Customize colors and layout from `Appearance > Customize`
== Changelog ==
= 1.0.0 =
* Initial release
== Copyright ==
Devstarter, Copyright 2026 Muhammad Abid
Devstarter is distributed under the terms of the GNU GPL v2 or later.
== Resources ==
* Based on starter practices from the WordPress Developer Handbook
* normalize.css, Copyright Nicolas Gallagher and Jonathan Neal, MIT License