You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Download and install Wordpress ([Download link](https://wordpress.org/download/))
12
12
2. Enable pretty permalinks (`Settings -> Permalinks`), select "custom structure" and use the string `/%post_id%/%postname%`.
13
-
3. Install the **JSON REST API (WP-API)** plugin. Easiest way is to use the `Plugins -> Add New` feature of the Wordpress
13
+
3. Install the [**JSON REST API (WP-API)**](https://wordpress.org/plugins/json-rest-api/) plugin. Easiest way is to use the `Plugins -> Add New` feature of the Wordpress
14
14
admin interface. Manual install instructions can be found on the [WP-API repo](https://github.com/WP-API/WP-API#installation).
15
15
4. By default, the [AngularJS service that communicates with Wordpress](src/app/common/services/BlogService.js) will look for posts with a category of "post". Additionally,
16
16
posts which are also in the category "featured" will appear on the home page. These categories will therefore need to be set up.
@@ -53,4 +53,4 @@ Here is an outline of the folder structure:
0 commit comments