WP Core¶
The Panda dashboard uses the following WP Core components.
- TinyMCE visual editor
- WP-CLI framework
- WP REST API framework
Plugins¶
Core functionality is enhanced by packages known as plugins.
Some vendors prefer the terms modules, extensions, or add-ons.
A curated list of available plugins can be found here.
Core comes with no plugins pre-installed.
The path htdocs/wp/wp-content/plugins
only contains a Hello Dolly placeholder.
Installed plugins reside in htdocs/app/plugins
.
Themes¶
A curated list of available CMS themes can be found here.
Core comes bundled with the following themes.
- twentyten
- twentyeleven
- twentytwelve
- twentythirteen
- twentyfourteen
- twentyfifteen
- twentysixteen
- twentyseventeen
- twentynineteen
- twentytwenty
Core themes can be found in htdocs/wp/wp-content/themes
.
Additional themes will be installed to htdocs/app/themes
.
Last update: January 28, 2021