
Intro
Learn how PHP, an open source programming language, powers dynamic websites and apps, interacts with databases, uses conditional statements and loops, and underpins WordPress.
Explore how WordPress core and themes render layout and how plugins extend functionality, including turning a site into an online store, and using a child theme for safe edits.
Choose a text editor, from simple options to Sublime Text, to edit PHP files for WordPress. Edit locally or on the server, then back up originals before saving.
Explore building templates and outputting speech content in WordPress using PHP, including how to structure code blocks, the echo function, and proper file naming for templates.
Learn two methods to insert HTML into PHP files: echoing HTML within PHP and closing PHP to write markup directly, with the latter presented as the preferred approach.
Learn how WordPress template tags display blog information by fetching data from a user profile and settings, then render titles in the loop with parameters and echo or return options.
Learn to implement if and else statements in PHP to check for posts, echo post content when true, and display a no post message when false.
Learn the loop by using a while loop and conditional checks to display posts with templates, content, headers, and thumbnails, and handle no posts found.
Create custom loops in WordPress using WP_Query by passing an arguments array for custom post type, then output results in an ordered list within a custom page template.
Learn how to write and call custom PHP functions in WordPress, pass parameters, return values or echo outputs, and hook them into actions, filters, and themes.
Explore how hooks in WordPress work through actions and filters, enabling custom functions to run at events like post publication or login while modifying data or adding features.
Learn how to use WordPress actions and filters with practical examples, including admin head and wp_enqueue_scripts hooks, content and excerpt filters, and basic code to customize output.
Learn and apply WordPress coding standards to write clean, readable PHP; this page covers indentation, braces, naming conventions, flags, and operators, with links and resources.
This step-by-step course will teach you how to use PHP for WordPress . When you are finished with the course you will be able to start learning how to work with Plugins and Themes within the WordPress environment.
This Course is great for getting you started with PHP when you want to learn more about WordPress but you don not have any PHP experience. HTML and CSS experience is nice to have, as we won't discuss that in detail.
In under a hour of video in which you will learn everything you need to know to get you started with PHP. In this course we will take you trough all basic PHP elements that are commonly used in WordPress. Like conditional statements, loops, functions and other basic PHP syntax. This course is not made for learning you all what PHP has to offer. This course gives you a good basic to continue working on creating a plugin or a theme within WordPress. Do not hesitate to contact me if you have any questions. If you are not pleased with the content, you can ask for a 100% refund, no questions asked.
For this course you will need a basic understanding of HTML and CSS.