Do It Yourself – Tutorials – How to Create a WordPress Plugin Part1

by | Sep 30, 2020 | 0 comments

Do It Yourself – Tutorials – How to Create a WordPress Plugin Part1

by | Sep 30, 2020 | Do It Yourself - Build Your Own Website | 0 comments

Do It Yourself – Website Tutorials



In this introduction to creating a WP plugin we will create a simple WordPress plugin. I will demonstrate the following concepts in this video tutorial:

– creating administration pages
– using the wordpress styles to create your admin styling
– interacting with the WP database using the $wpdb object

Tutorial Part 2 – http://www.youtube.com/watch?v=zmMbaWz-hvI
Full Blog Post – http://www.tipsandtricks-hq.com/how-to-create-a-wordpress-plugin-video-tutorial-4547

source