Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.44 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.44 KB

Pressody WPSite Starter

A Git repository to use as a starting point for new Pressody (PD for short) sites.

Overview

This is a modern WordPress stack that comes with a better folder structure, predictable management (based on Composer), easy configuration, and solid security practices.

On top of what Bedrock offers, we lay our Pressody ecosystem to deliver for blissful experiences in creating and managing WordPress sites.

We take upon ourselves responsibilities such as updates, security, performance, so you don't have to.

Bedrock Features

  • Better folder structure
  • Dependency management with Composer
  • Easy WordPress configuration with environment specific files
  • Environment variables with Dotenv
  • Autoloader for mu-plugins (use regular plugins as mu-plugins)
  • Enhanced security (separated web root and secure passwords with wp-password-bcrypt)

Dig Deeper

If you want to dig deeper and understand at a more fundamental level the way the various parts work, here are a few pointers:

Requirements

Credits

The site structure is based on the wonderful work of Roots called Bedrock.