Skip to content

Commit

Permalink
fix typos and improve readability (#9491)
Browse files Browse the repository at this point in the history
This commit fixes a few minor typos and improves readability of the `gatsby-source-wordpress` plugin.

<!--
  Q. Which branch should I use for my pull request?
  A. Use `master` branch (probably).

  Q. Which branch if my change is a bug fix for Gatsby v1?
  A. In this case, you should use the `v1` branch

  Q. Which branch if I'm still not sure?
  A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)

  Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.

  Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
-->
  • Loading branch information
jchiatt authored and calcsam committed Oct 28, 2018
1 parent 70f55ce commit 4d5b8e7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/gatsby-source-wordpress/README.md
Expand Up @@ -11,21 +11,19 @@ An example site for this plugin is available.

## Features

- Pulls data from self-hosted WordPress sites, hosted on wordpress.com or
wordpress.org
- Should work with any number of article and post (tested on a site with 900
posts)
- Pulls data from self-hosted WordPress sites, or sites hosted on [https://wordpress.com](wordpress.com)
- Should work with any number of posts (tested on a site with 900 posts)
- Can authenticate to wordpress.com's API using OAuth 2 so media can be queried
- Easily create responsive images in Gatsby from WordPress images. See [image
processing](#image-processing) section.

## WordPress and custom entities

This module currently pulls from WordPress the following entities:
This module currently pulls the following entities from WordPress:

- [x] All entities are supported (posts, pages, tags, categories, media, types,
users, statuses, taxonomies, site metadata, ...)
- [x] Any new entity should be pulled as long the IDs are correct.
- [x] Any new entity should be pulled as long as the IDs are correct.
- [x] [ACF Entities (Advanced Custom Fields)](https://www.advancedcustomfields.com/)
- [x] Custom post types (any type you could have declared using WordPress'
`functions.php`)
Expand Down

0 comments on commit 4d5b8e7

Please sign in to comment.