PHPackages                             smc/wp-starter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. smc/wp-starter

ActiveProject[Utility &amp; Helpers](/categories/utility)

smc/wp-starter
==============

Our own wp starter kit

v0.0.1(8mo ago)01[1 issues](https://github.com/strata-consultants/wp-starter/issues)MITCSSCI failing

Since Aug 27Pushed 8mo agoCompare

[ Source](https://github.com/strata-consultants/wp-starter)[ Packagist](https://packagist.org/packages/smc/wp-starter)[ RSS](/packages/smc-wp-starter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

SMC WP Starter
==============

[](#smc-wp-starter)

A lightweight WordPress starter kit with Timber and ACF Pro integration. This kit provides a clean foundation for building custom WordPress themes with modern workflows and minimal bloat.

---

Features
--------

[](#features)

- Timber integration for Twig-based templating
- ACF Pro support with Options Pages
- Asset and script cleanup (removes common WP bloat)
- Support for environment-specific configs (`WP_ENVIRONMENT_TYPE`)
- Custom helpers and global variables for Twig

---

Suggested plug-ins to install
-----------------------------

[](#suggested-plug-ins-to-install)

Install the following plugins for full functionality:

- [Classic Editor](https://wordpress.org/plugins/classic-editor/)
- [Classic Widgets](https://wordpress.org/plugins/classic-widgets/)
- [Advanced Custom Fields Pro](https://www.advancedcustomfields.com/pro/)

---

Theme Settings
--------------

[](#theme-settings)

- Use ACF's **Options Page** to configure global settings.
- Access option fields in Twig using the helper:

```
{{ get_option('field_name') }}
```

---

Environment Setup
-----------------

[](#environment-setup)

- Create an env.php file at the project root.
- Define the environment type constant:

```
