Navigation And Pages
In this episode we are going to learn how to display navigation from our WordPress installation and display it in our Sapper and Svelte app
So of course since we are using WordPress as our admin and REST API we don’t want to hard code our navigation into Sapper and Svelte. We actually want to display that menu from WordPress in our app, and since we are displaying the menu, and menu links to pages, we of course also want to display WordPress pages in our Sapper and Svelte app. And I’m going to show you how to do that in this episode.