Videos tagged with: wordpress
WP REST API - Add Posts From Frontend
In this episode we are going to be using WordPress REST API to add some new posts to our database with vanilla JavaScript.
WP REST API - Custom Filters
In this video we are going to create filters for our WP REST API custom end point so that we can filter our data.
WP REST API - Custom Post Types And Fields
In this video we are going to create WP REST API custom endpoint which will also show custom fields made with ACF.
Let's Checkout... Strapi CMS
In this episode we are going to take a look at a headless CMS called Strapi.
Deploying On Zeit Now With SSR
In this episode we are going to deploy our WordPress, Svelte and Sapper app to Zeit Now and make it SSR ready.
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
Refactoring - Making It SSR Ready
In this episode we are going to refactor our Sapper and Svelte code to make it ready for Server Side Rendering or SSR
Handling Categories
In this episode of we are going to learn how to handle categories from WordPress in our Sapper for Svelte app.
Pagination And Sass Support
In this episode we are going to learn how to paginate our post list and how to add Sass support to our Svelte, Sapper and WordPress application.
Post Details And Environment Variables
In this episode of Creating Svelte, Sapper and WordPress sites we are going to link our post list to the details page of each post, and also learn how to setup environment variables.
Fetching The Posts
In this first part of the 'Creating Svelte, Sapper and WordPress Website' series we are going to connect to our WordPress API to fetch the posts and display them on our homepage
Easy Payments With Fondy Payment Gateway For WordPress and WooCommerce
In this video we are going to take a look at a great payment gateway service called Fondy, and how you can use it for WooCommerce payments or even without WooCommerce by just using the Fondy payment button.
JavaScript DOM-based Routing
In this episode we are going to cover JavaScript routing that comes with Sage for WordPress.
WP REST API - Custom Endpoints
In this video we are going to learn how to quickly create custom endpoints for your WordPress REST API.
Data From WordPress #2
In this episode I'm going to show you how to link to every specific post coming from WordPress to our Nuxt application.
Data From WordPress
In this episode we are going to start creating blog section for our Nuxt static site, and what better tool to use for that than WordPress.