Skip to content

WordPress

Sanna Frese edited this page Feb 3, 2017 · 22 revisions

Standards

If starting a new project and no other standard is set, please use:

Security

Follow these steps in order to create a more secure installation of WordPress.

  1. Use another table prefix than default wp_.
  2. Username of admin should be earthpeople then generate password with 1password and save it in the shared EP vault.
  3. Create your own user account (username firstname) that you use regularly, with your own secure password.
  4. Install WP Limit Login Attempts.
  5. Generate salt keys and add them AT LEAST to the production wp-config.php.

Plugins

We have a great collection of frequently used plugins here: https://github.com/EarthPeople/3rd-party-wp-plugins

Base plugins

Kind of always needed and therefore good to add to any site.

Project setup examples

Modern WordPress stack that helps with great project structure and security. Isolated web root, manage dependencies with Composer, easy .env configuration etc. @vincentorback gillar, fråga om intresserad 👍

Clone this wiki locally