You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,20 @@
6
6
</a>
7
7
</p>
8
8
9
-
**Base** is a WordPress starter theme built with our proven methodology for developing custom WordPress themes. It leverages **Advanced Custom Fields PRO (ACF PRO)** for flexible content management and rapid development.
10
-
9
+
> ⚠️ **This project is a Work in Progress (WIP).** Expect ongoing updates and improvements.
11
10
12
-
## Required WordPress plugins
11
+
**Base** is a WordPress starter theme built with our proven methodology for developing custom WordPress themes. It leverages **Advanced Custom Fields PRO (ACF PRO)** for flexible content management and rapid development.
13
12
14
-
- Advanced Custom Field PRO
13
+
## 1. Required Plugins
15
14
16
-
## 🔧 Required Plugins
17
15
Ensure the following plugin is installed and activated:
16
+
18
17
-**Advanced Custom Fields PRO**
19
18
20
-
## 🌟 Recommended Plugins
19
+
## 2. Recommended Plugins
20
+
21
21
For an enhanced development experience, we recommend the following plugins:
-[**Classic Editor**](https://wordpress.org/plugins/classic-editor/) – Revert to the classic WordPress editor
24
25
-[**Contact Form 7**](https://wordpress.org/plugins/contact-form-7/) – Simple, customizable contact forms
@@ -27,19 +28,19 @@ For an enhanced development experience, we recommend the following plugins:
27
28
-[**The SEO Framework**](https://wordpress.org/plugins/autodescription/) – Lightweight and reliable SEO solution
28
29
29
30
30
-
## ⚙️ Preferred Settings
31
+
## 3. Preferred Settings
31
32
32
-
### The SEO Framework Configuration
33
+
### 3.1. The SEO Framework Configuration
33
34
- Navigate to **Settings → Title Settings → Prefixes**
34
35
- Enable: **"Remove term type prefixes from generated archive titles"**
35
36
36
-
## Image Sizes
37
+
### 3.2. Image Sizes
37
38
38
39
- Thumbnail: 600x600 (no hard-crop)
39
40
- Medium: 900x900
40
41
- Large: 1400x1400
41
42
42
-
## Development environment
43
+
## 4. Development environment
43
44
44
45
The project uses npm script to compile Sass. For more details, see: `package.json`.
45
46
@@ -50,6 +51,6 @@ To compile the `.scss` files, do the following:
50
51
51
52
Before release run `npm run prod`-t to compress the files.
52
53
53
-
## Linters
54
+
### 4.1. Linters
54
55
55
56
The project uses [Stylelint](https://stylelint.io/) and [Semistandard](https://github.com/standard/semistandard). For more information, check out the config files.
0 commit comments