Videos tagged with: theming
October CMS - Theme Settings
In this video I'm going to show you how to create theme settings or even site options for your October CMS site.
Controllers
In this episode of Sage is Awesome we are going to take a look at how Controllers can be used to make our WordPress theme development cleaner.
Components
In this episode of Sage is Awesome we are going to take a look at another Blade feature called components and how it can help you with your WordPress development.
Includes and SVGs
In this episode of Sage is Awesome we are going to take a look at Laravels Blade @include feature, and how it can make our WordPress development easier.
PHP block
In this episode I'm going to show you how to use PHP block in your October CMS theme to create simple and complex queries and display them on your pages.
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.
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.
Previous / Next Post
In this episode we are going to use Vue.js and WP REST API to show previous and next post in our preview box.
Getting Post Preview
Now we are going to start creating previews of our posts using WordPress REST API and Vue.js.
Making Filters Pretty
In this tutorial we are going to take a few minutes to make our filters look decent using Vue.js, HTML and CSS.
Filter By Category
In this episode we are going to use WordPress REST API and Vue.js to create a list of categories and filter our posts by them.