This tutorial goes over all the custom Sass styles that were added to the StanleyWP theme files to give the layouts that custom look and feel.
You need to have an active subscription to view this content.
This tutorial goes over all the custom Sass styles that were added to the StanleyWP theme files to give the layouts that custom look and feel.
You need to have an active subscription to view this content.
This tutorial goes over how to add custom logo support to our WordPress theme. This will allow the user to upload a custom logo from the WordPress customizer to display in the header of the WordPress theme.
You need to have an active subscription to view this content.
This video goes over how to create a custom homepage template for your WordPress theme. I also go over how to use the WP_Query to pull in our custom post type posts to display them with the homepage template.
You need to have an active subscription to view this content.
In this tutorial we add the author avatar and author name to our blog posts. We also update the post meta to remove the author name so it isn't displaying in twice in the blog layout.
You need to have an active subscription to view this content.
This tutorial goes over how to create a new WordPress age template that includes a contact form. I decided to include the contact form within the page template without using a plugin, so the theme user wouldn't have to customize or add any settings to get the form to work. It simply just works!
You need to have an active subscription to view this content.
This tutorial goes over how to create a custom category template for our Project custom post type. I also go over the WordPress template hierarchy so you will understand what page template is being used and why.
You need to have an active subscription to view this content.
In this tutorial we create a custom single template to display individual projects from our custom post type. We also add a new metabox to allow the theme user to upload and display images on the single project page. The last thing we do is go over how to display the list of categories for the project under the images.
You need to have an active subscription to view this content.
This tutorial goes over how to create a custom archive page to display the project posts of our custom post type. We also create a new template part to use within our project archive page and use the Bootstrap 4 grid classes to arrange the posts on the front-end of our theme.
You need to have an active subscription to view this content.
This tutorial goes over how to customize the custom post type plugin and how you can change the labels and slug of the plugin with a few lines of code.
You need to have an active subscription to view this content.
This tutorial goes over why it is important to break out WordPress theme functionality into plugins. You will also learn how to create a simple custom post type plugin as an example.
You need to have an active subscription to view this content.