https://github.com/conedevelopment/base-starter-theme
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.
https://github.com/conedevelopment/base-starter-theme
wordpress wordpress-development wordpress-theme
Last synced: 12 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/conedevelopment/base-starter-theme
- Owner: conedevelopment
- Created: 2025-01-07T11:01:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T17:31:30.000Z (about 1 year ago)
- Last Synced: 2025-02-10T18:30:43.125Z (about 1 year ago)
- Topics: wordpress, wordpress-development, wordpress-theme
- Language: CSS
- Homepage:
- Size: 15.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> ⚠️ **This project is a Work in Progress (WIP).** Expect ongoing updates and improvements.
**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.
## 1. Required Plugins
Ensure the following plugin is installed and activated:
- **Advanced Custom Fields PRO**
## 2. Recommended Plugins
For an enhanced development experience, we recommend the following plugins:
- [**Breadcrumb NavXT**](https://wordpress.org/plugins/breadcrumb-navxt/) – Manage breadcrumbs easily
- [**Classic Editor**](https://wordpress.org/plugins/classic-editor/) – Revert to the classic WordPress editor
- [**Contact Form 7**](https://wordpress.org/plugins/contact-form-7/) – Simple, customizable contact forms
- [**Modern Image Formats**](https://wordpress.org/plugins/modern-image-formats/) – Enable next-gen image formats (e.g., WebP)
- [**Safe SVG**](https://wordpress.org/plugins/safe-svg/) – Secure SVG uploads
- [**The SEO Framework**](https://wordpress.org/plugins/autodescription/) – Lightweight and reliable SEO solution
## 3. Preferred Settings
### 3.1. The SEO Framework Configuration
- Navigate to **Settings → Title Settings → Prefixes**
- Enable: **"Remove term type prefixes from generated archive titles"**
### 3.2. Image Sizes
- Thumbnail: 600x600 (no hard-crop)
- Medium: 900x900
- Large: 1400x1400
## 4. Development environment
The project uses npm script to compile Sass. For more details, see: `package.json`.
To compile the `.scss` files, do the following:
- run `npm install` to install the node dependencies,
- run `npm start` to start the development compilation and watch.
Before release run `npm run prod`-t to compress the files.
### 4.1. Linters
The project uses [Stylelint](https://stylelint.io/) and [Semistandard](https://github.com/standard/semistandard). For more information, check out the config files.