Video description
4+ Hours of Video Instruction
Your hands-on video guide to WordPress.org development: Take total control over WordPress, customizing any site to your unique requirements!
Description
These easy video tutorials show how to unleash the full power of WordPress.org’s open source code and customize WordPress to your precise requirements. WordPress for Developers LiveLessons walks you through mastering all the development skills you need to make visual, structural, and functional changes that are impossible with packaged solutions. Top WordPress expert John LeMasney walks you through setting up your WordPress development environment, including a complete LAMP stack (Linux, Apache, MySQL, PHP); working with WordPress databases and configuration files; safeguarding WordPress from hackers and spammers; controlling the WordPress engine through functions, hooks, classes, and methods; defining the structure, appearance, and behavior of new themes; using plugins to add powerful new functionality without changing the WordPress engine; and finding the resources and mastering the terminology you need to become an advanced WordPress developer. In just seven hours, you’ll learn how to bend WordPress to your will and build sites like nobody else’s!
About the Instructor
John LeMasney is a designer, artist, writer, poet, technologist, consultant, open web advocate, and open source evangelist who helps people use technology to improve their lives, work, and world. For more than 20 years, he has consulted on technology, design, communication, and branding for academia, the enterprise, libraries, and consumers. He teaches at Rider University's Master of Arts in Organizational Leadership program, as well as at Princeton Public Library, Princeton Adult School, Library Link NJ, and other venues. He was previously Manager of Educational Technology Training and Outreach at Princeton University. He created the WordPress for Beginners LiveLessons and WordPress for Advanced Users video tutorials.
Skill Level
What You Will Learn
How to master the terminology and key concepts of WordPress development
How to install, test, and secure WordPress in a self-hosted environment
How to perform key WordPress file and database server administration tasks
How to manipulate WordPress functions, hooks, classes, and methods
How to develop WordPress themes, structures, plugins, and functions
How to use cutting-edge WordPress information resources
Who Should Take This Course
Anyone who wants to customize WordPress in ways that out-of-the-box or packaged solutions won’t allow
Any web, IT, or content management professional who wants to take full advantage of the WordPress platform
Course Requirements
Basic web development skills using HTML, CSS, and PHP and/or JavaScript scripting
Experience with hosted WordPress.com or a local WordPress.org installation
Familiarity with WordPress concepts such as themes and plug-ins
Lesson 1: Setting Up Your WordPress Environment
Install and optimize your WordPress.org self-hosted environment, including a complete LAMP stack: Linux operating system, Apache server, MySQL relational database, and PHP scripting language. Plan for a development environment that protects your production system from downtime caused by testing or configuration errors.
Lesson 2: Installing and Testing WordPress for Development
Install WordPress for development, learn how WordPress uses each element of the stack, check for functional issues after an install, and review key challenges in protecting WordPress from hackers and spammers. Get your first look at WordPress’ database structure and create database backups, then explore WordPress configuration files and their capabilities.
Lesson 3: Information, Articles, and the Codex
Explore the resources, sites, and publications you need to do WordPress development well, especially the WordPress Codex and WordPress developer documents.
Lesson 4: WordPress’s Functions, Hooks, Classes and Methods
Explore the building blocks that enable rich development in WordPress: the functions, hooks, and PHP classes and methods that control how the WordPress engine behaves and displays your content.
Lesson 5: WordPress Theme Structure and Development
Start developing WordPress themes! Understand the structure of themes, and adapt a well-documented theme to create your own; review the theme stylesheet, and use it to define look and structure with CSS; examine and call theme functions; use PHP and CSS template files; discover how themes use JavaScript to define WordPress behavior; and discover resources and references for professional theme development.
Lesson 6: WordPress Plugins and Functions
Use plugins to extend WordPress functionality without affecting its core code, deeply modifying and customizing your site while protecting the WordPress engine. Understand the WordPress plugin API and the files that WordPress expects in any plugin; use headers to share licensing and other information; program your plugin, using hooks, template tags, database entries, and options; and discover resources for advanced plugin development.
Lesson 7: The Language of WordPress
Review the basic terminology you’ll encounter as a WordPress developer, so you can speak, write, and think with other professional WordPress developers.
About LiveLessons Video Training
LiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. This professional and personal technology video series features world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, IBM Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include IT Certification, Programming, Web Development, Mobile Development, Home and Office Technologies, Business and Management, and more. View all LiveLessons on InformIT at http://www.quepublishing.com/livelessons.
Table of Contents
Introduction
WordPress for Developers LiveLessons: Introduction
Lesson 1: Setting Up for Development in WordPress
Learning Objectives
1.1 The wp-content and related folders
1.2 Access and edit your WordPress files
1.3 Looking in the database
1.4 Examine basic security issues
1.5 Know WordPress development skills
1.6 Consider the Network option for development
Lesson 2: Getting to Know WordPress Theme Development Standards
Learning Objectives
2.1 Look at the WordPress theme anatomy
2.2 Create a child theme
2.3 Examine the theme stylesheet
2.4 Learn about the Functions file
2.5 Use template files and the loop
2.6 Use Javascript files
Lesson 3: Getting to Know WordPress Templates
Learning Objectives
3.1 What are templates?
3.2 Examine the template file list
3.3 Use basic templates
3.4 Use custom page templates
3.5 Learn the template hierarchy
3.6 Understand the WordPress page structure
Lesson 4: Getting to Know WordPress Plugins and APIs
Learning Objectives
4.1 Write a plugin
4.2 Practice secure data validation methods
4.3 Learn about global variables
4.4 Learn the Plugin API
4.5 Use the Shortcode API
4.6 Use the Quicktags API
Lesson 5: Getting to Know Great Themes for Development
Learning Objectives
5.1 Examine theme development options
5.2 Play with design and layout
5.3 Learn the TwentyTen theme
5.4 Learn the TwentyFifteen theme
5.5 Use the HTML5Blank theme
5.6 Use the Bones theme
Lesson 6: Getting to Know WordPress Functions
Learning Objectives
6.1 Learn the Functions file
6.2 Choose Functions.php or plugins
6.3 Enable WordPress features
6.4 Use Post and Page functions
6.5 Use Category and Taxonomy functions
6.6 Use Attachment and Feed functions
Lesson 7: Getting to Know Resources and References
Learning Objectives
7.1 Research WordPress coding standards
7.2 Research theme design
7.3 Research CSS in WordPress
7.4 Research WordPress templates
7.5 Research WordPress functions
7.6 Learn to test and perform quality assurance in WordPress
Summary
WordPress for Developers LiveLessons: Summary