Skip to content

Commit 747025d

Browse files
Add link to wp-api plugin page
1 parent 94668b4 commit 747025d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ http://www.michaelbromley.co.uk/experiments/angular-wordpress-seed/
1010

1111
1. Download and install Wordpress ([Download link](https://wordpress.org/download/))
1212
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
1414
admin interface. Manual install instructions can be found on the [WP-API repo](https://github.com/WP-API/WP-API#installation).
1515
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,
1616
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:
5353

5454
## License
5555

56-
MIT
56+
MIT

0 commit comments

Comments
 (0)