Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
Ramiro edited this page Aug 6, 2020 · 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 'Go to':

  • Grrr\Something: it's referring to the PHP namespace
  • Lorem › Ipsum: it's a menu flow in the CMS

Getting started

WordPress & plugins

Theme setup

Admin & Editor

Post types, taxonomies & shortcodes

Templates

Advanced Custom Fields (ACF)

Advanced

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

Server & deployments