WordPress theme for use with afpa-gatsby
- Download xampp (or mamp, depending on your OS).
- Clone this repo to the
htdocs
folder/directory of your xampp (or mamp) installation:git clone https://github.com/woodberryassociates/afpa-gatsby-wp
. - Install WordPress:
- Download & unzip.
- Copy the contents of the
wordpress
directory to the site's root directory (htdocs/afpa-gatsby-wp
). - Create a database with phpMyAdmin (included in the xampp installation).
- Start xampp's Apache & MySQL services and navigate to the site in your browser (the address uses the root directory's name - in this case, it's
http://localhost/afpa-gatsby-wp
).- If the install script doesn't execute (i.e. your browser isn't showing the WP config dialog/you weren't redirected to
/wp-admin/setup-config.php
), something isn't working as expected - review the instructions above.
- If the install script doesn't execute (i.e. your browser isn't showing the WP config dialog/you weren't redirected to
- Activate the Alliance for Patient Access theme under Appearance -> Themes in the WP admin dashboard.
- The actual theme files can be found under wp-content/themes/afpa-gatsby-wp.