wordpressium
v1.0.0
Published
# Setup Run ``` npm install ``` ``` composer install ```
Readme
Maximized Living Public Website
Setup
Run
npm installcomposer installCompiling / Watching
Run
npm run devLogin to WordPress
Run the following SQL Command in PHPMyAdmin or Sequel Pro. (Be sure to edit your password)
UPDATE `mlpw_users` SET `user_pass`= MD5('yourpassword') WHERE `user_login`='arcane-admin';Visit /wp-admin
Username: arcane-admin
Password: yourpassword
Email: [email protected]
ACF
Updating ACF may require core plugin files to be edited.
See: https://github.com/ArcaneDigital/maximized-living-public-website/wiki/REQUIRED-ACF-CORE-CHANGES
