-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] [workflows] Improve docs for setting up a blog that pulls content from WordPress #13876
Comments
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open! As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contributefor more information about opening PRs, triaging issues, and contributing! Thanks for being a part of the Gatsby community! 💪💜 |
Hey again! It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing! Thanks again for being part of the Gatsby community! |
Hi @Haezl! Thanks for the evaluation, looks great. It looks like the bot closed this issue though I'm not aware anything ever got merged in to resolve the recommendations you made so I'll open the issue back up in case other folks want to help out too. Have you been able to work on any more of those changes at all? |
@gillkyle thx for having an eye on that. Haven't been able, but changes are good I can do some work in the next few days. I'm not aware on how to tackle the searchability issue through the Searchbar though, any references for this? |
@Haezl no worries! If you have the bandwidth to make what changes you can that'd be great. It looks like the searchability issues like this are something that has been tracked elsewhere (#12503) and has been an issue in other places as well, it seems to be some sort of an issue with how Algolia indexes things. If that's blocking you I'd just start on the other changes. It's possible other upstream fixes could resolve searchability things on gatsbyjs.org and the other recommendations would be valuable to get merged in at least 🙂 |
Hey again! It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing! Thanks again for being part of the Gatsby community! |
Oops! This issue should still be open, as we still have this workflow in our queue. Thanks for your patience! |
The PR I just linked to this issue should resolve the recommendations made in the original post 👍 |
@gillkyle awesome! |
@gillkyle about point #1 in the description: |
Part of the Top 25 Learning Workflows initiative. See #13708 for the meta issue that this issue falls under.
User story
As a new Gatsby user, I want to create a blog/site that pulls content and images from WordPress and allows me to query it.
Evaluation
Steps taken to implement
Searchability
gatsby wordpress
on Google; clicked first result.Discoverability
gatsby wordpress
in search bar; only blog articles show up.wordpress
; Sourcing from WordPress pops up.[rec] searching for
gatsby wordpress
should bring up Sourcing from WordPress as wellCompleteness
Gatsby.js Documentation
. [rec] Either link to Quick Start or update link text.Configuring the plugin
.Using WordPress data
.gatsby-node.js
.Wrapping up
section links to the example repo.gatsby-node.js
in the example repo differs from that outlined in the Guide.cd
into theusing-wordpress
example; configured the plugin, runnpm install
followed bynpm run develop
to get it running.[rec] Outline template used in
gatsby-node.js
for completeness.[rec] Mention to run
npm run develop
to see the result in the browser or add a short description / a link on next steps.Linkedness
[rec] Point to documentation instead of source code.
Tone
gatsby-node.js
config example goes into more details on thecreatePage
action creator and is propably better located above the example or should have a heading. Also for beginners the termcreatePage bound action creator
is probably not known and difficult to grasp. [rec] Refactoring of sectionStyle
General notes
Sourcing from (Headless) CMSs
articles could be considered (e.g. same structure of documentation betweenSourcing from Wordpress
,Sourcing from Drupal
, ...).Recommendations
gatsby wordpress
should bring up Sourcing from WordPressGatsby.js Documentation
. Either link to Quick Start or update link text.gatsby-node.js
config example for completeness. Create a page template for the markdown data can be used as a reference.npm run develop
at the end of the guide to see the result in the browser or add a short description / a link on next steps.The docs define a Gatsby page as “a site page with a pathname, a template component, and optional graphql query and layout component.” See the docs on the createPage bound action creator and guide on creating and modifying pages for more detail.
The text was updated successfully, but these errors were encountered: