Skip to content

marvinlabs/wordpress-project-starter

Repository files navigation

WordPress Project Starter

A basic structure to easily start a WordPress project

Creating a new project

  1. Edit wp-config
    1. Define $app_name, $db_servers
    2. If necessary, define $table_prefix and $web_servers
    3. Generate salt keys from https://api.wordpress.org/secret-key/1.1/salt/
    4. If necessary enter specific code to be run below that configuration info
  2. Edit .htaccess
    1. For dev and test servers, copy .htaccess.dev to .htaccess and replace {app_name} by the real app name
    2. For prod server, copy .htaccess.prod to .htaccess

About

A basic structure to easily start a WordPress project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages