Bits an pieces of the WordPress Plugin Development playlist that I ended up watching today:
Display The Loop inside a WordPress Shortcode
Your browser does not support iframes.
In this video with take the user’s query information from our shortcode attributes, and display the results using the WordPress Loop. Code can be found here:…
Creating a Dynamic Shortcode using WP_Query
Your browser does not support iframes.
In this shortcode, we bring everything we have learned to date, full circle. This video will show you how to use the shortcode atts to dynamically query the …
How to Create a WordPress Shortcode: Taxonomy Query
Your browser does not support iframes.
In this episode we show how to use a WordPress shortcode to display taxonomy data. The concepts shown in this video could be used to display a number of diff…
How to Create a WordPress Shortcode: The Basics
Your browser does not support iframes.
In this Video we start a new mini series on WordPress Shortcodes. We will be building 3 shortcodes as part of this series. But first we need to cover the bas…
How to Create a Custom WordPress Taxonomy Part 7
Your browser does not support iframes.
In this video we discuss multiple topics regarding possible ways to group and link content using Taxonomies. We also look at who to code a custom WordPress T…
The Ultimate Guide to WordPress Custom Post Types Part 6
Your browser does not support iframes.
In this video we take the time to review every possible argument available when creating a WordPress custom post type. The code is here: https://gist.github….
Advanced WordPress Hooks
Your browser does not support iframes.
In this video we take an in-depth look at how WordPress Hooks actually work. We also look at incorporating your own custom WordPress Hooks into your own proj…
A Crash-Course in WordPress Plugin Development
Your browser does not support iframes.
I’m going to show you how to build your first WordPress plugin.
WordPress QuickStart: Write a plugin 23
Your browser does not support iframes.
WordPress is a free and open-source content management system (CMS) based on PHP and MySQL. It’s most popular web site engine in the world.