This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Koen edited this page Aug 1, 2019
·
63 revisions
This wiki describes the most common actions and changes needed to set up and customize a WordPress project based on this scaffold. It also includes some usages examples and conventions.
If the docs mention going to..:
-
Grrr\Something
it's referring to the PHP namespace -
Lorem › Ipsum
it's a menu flow in the CMS
Note: this wiki is work in progress.
- Customizing the login screen
- Sorting menu items
- Adjusting the TinyMCE editor options
- Adjusting the TinyMCE editor styling
- Adding templates for a post type
- Adding a custom page template
- Adding data/context to a template
- Using Twig functions & filters
- Using responsive images
- Adding a flexible content block
- Adding flexible content to a template
- Adjusting flexible content CMS previews
- Pre-filling select options
- Adding theme options & snippets
- Creating a REST API route
- Creating an admin view
- Adding a scheduled event
- Adding a WP-CLI command
- Settings up deployments
- Connecting to a server via SSH
- [Deploying to a server](Deploying to a server)