gatsbyjs/gatsby-source-wordpress-experimental

Link to a Page not a Post

mawnir opened this issue · 4 comments

I'm new to Gatsby.. i need to know How can i add a Link to a Page not a Post.
from what i can see, the pages are not built in 'public/page-data' folder
should i do something to get the pages 'built'?
Thank you

src/pages. dont edit .cache, node_modules and public folder.

@mawnir if you're using the current starter, it only builds pages for posts right now. If you want to build pages for any other types (like pages), you'll need to add some code to create those pages. See this guide for more info https://www.gatsbyjs.com/docs/programmatically-create-pages-from-data/#reach-skip-nav

@TylerBarnes Please add this in future releases.. Thank you

We're planning on it :) thank you for your patience! Let me know if you get stuck too. Always happy to help