Displaying Lists and Details
Now we are going to continue working with the Builder plugin for October CMS and learn how to display our lists and create and display details page for our movies.
Basic Templating
In this episode we are going to take a quick brake from the builder plugin and just make our theme a bit prettier. An of course we are going to learn a few things in the process.
Builder Plugin Overview
In this episode we are going to create our first plugin with Builder for October CMS. This plugin is going to act as a custom content type for our site, with custom fields and everything.
Setting Up Laravel Elixir
In this episode we are going to set up Laravel Elixir to with our October CMS installation. Also we are going to enable Livereload, so that we can see the changes on our site whenever we save a file.
Installing October CMS
In this video series we are going to take a look at October CMS and make a website with it. In this first episode I'm going to show you how to install October on your machine.
Basic Concepts
Before we start delving into making a new website with October CMS I just want to take a few minutes to talk about some of the basic concepts that you will encounter when using October.
Creating Themes
In this episode of Making Websites With October CMS I'm quickly going to show you how you can create your own theme using this CMS.
Loading Screens
In this episode of Theming With WP REST API we are going to be creating loading screen with Vue.js and WordPress REST API.
Simple Pagination
In this episode of Theming with WordPress REST API I'm going to show you how you can make simple pagination with Vue.js for your WP REST API application.
Using Laravel Elixir With WordPress
In this episode of Frontend Tips I'm going to show you how you can use Laravel Elixir in your WordPress workflow, and also how to use it with LiveReload.
Add Image To Post Type
In this episode of theming with WordPress REST API and Vue.js we are going to add URL to featured image of our custom post type to our REST API.
Adding Custom Fields
In this episode of Theming with REST API we are going to add custom fileds to our custom post type WordPress REST API and display them with Vue.js
Custom Post Types
In this episode of Theming with WP REST API and Vue.js I'm going to show you how to set up custom post types for your REST API
Wrapping Up Full Post
In this episode of WP REST API theming with Vue.js we are going to wrap up what we started doing in previous episode and finish setting up our full post view.
Getting Full Post
In this episode of theming with WP REST API and Vue.js we are going to get and display the data of the full post.
Making Previews Pretty
Since we finished creating our post previews let's now make them pretty using WP REST API and Vue.js.