- first ensure Acorn and installed
- init Acorn with the command
wp acorn acorn:init
this will create the required config folder - install WP Articles package in your theme folder
composer require jefffairson/wp-articles
- publish the config file
wp acorn vendor:publish
if thewparticles-config
is not listed, ensure the package was dicovered withwp acorn package:discover
and launch the installation again