Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
Koen edited this page Aug 1, 2019 · 63 revisions

Wordpress scaffold wiki

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.

Note: this wiki is work in progress.

Getting started

WordPress & plugins

Theme setup

Admin & Editor

Post types, taxonomies & shortcodes

Templates

Advanced Custom Fields (ACF)

  • Structure & naming conventions
  • Common patterns
    • Page titles
    • Conditional fields
  • Flexible content
    • Adding a block
    • Adding it to a template
    • Adjusting the CMS preview
  • Pre-filling select options
  • Theme options & snippets
  • Storing groups and fields & syncing

Advanced

  • Creating a REST API route
  • Creating an admin view
  • Adding a scheduled event
  • Adding a WP-CLI command

Server & deployments

  • Setting up ...
  • Connecting to a server
  • Deploying ...