PHP for Wordpress Training Course
With a market share of 60%, WordPress is the Content Management System (CMS) of choice for many of the world's most high-profile websites. PHP is a server-side language that powers approximately 82 percent of the web.
In this instructor-led, live training (available onsite or remote), participants with little to no previous programming experience will learn how to customize a WordPress website using PHP.
By the end of this training, participants will be able to:
- Set up the development tools needed to quickly start working with PHP
- Understand and modify the various types of PHP files in WordPress
- Understand PHP syntax (conditional statements, loops, functions, etc.)
- Write their own plugin or theme within WordPress
- Debug, deploy and troubleshoot a WordPress website
Audience
- Web designers
- Content creators with technical skills
- Business owners with technical skills
- Developers with no previous experience with PHP
Format of the Course
- Interactive lecture and discussion
- Extensive exercises and practice
- Hands-on implementation in a live-lab environment
Note
- To request a customized training for this course, please contact us to arrange.
- To learn more about WordPress, please visit: https://wordpress.org/
Course Outline
Introduction
- PHP as the foundation for WordPress
Setting up the Development Environment
Overview of WordPress Features and Architecture
Overview of PHP Syntax
Accessing PHP Files in WordPress
Accessing Built-in Functions in WordPress (Template Tags)
Writing Conditional Code with Conditional Statements and Loops
Editing an Existing WordPress Theme
Creating Your Own Theme in PHP
Writing a Function in WordPress
Working with Hooks (Actions and Filters)
Variables in WordPress
Writing a Plugin in PHP
Debugging PHP Code
PHP Coding Standards and Best Practices
Deploying the Website
Troubleshooting
Summary and Conclusion
Requirements
- Experience with WordPress.
- A general understanding of HTML, CSS, and JavaScript.
Open Training Courses require 5+ participants.
PHP for Wordpress Training Course - Booking
PHP for Wordpress Training Course - Enquiry
PHP for Wordpress - Consultancy Enquiry
Testimonials (3)
Training style and the overall knowledge of the trainer.
Kenosi - NWK Limited
Course - Laravel: Middleware Development
The lessons was very interactive and the excersices was good practical
Heino - NWK Limited
Course - Laravel and Vue.js
he was explaining and giving numerous examples to make us understand
Selina - NWK
Course - Laravel PHP Framework
Upcoming Courses
Related Courses
Creating and managing Web sites
35 HoursThis training program is designed to equip participants with the skills required for the role of a professional web designer (Occupation Code: 213202, per the Standards of Professional Qualifications). The curriculum emphasizes "HTML and CSS in web design" and integrates a programming component that addresses problem-solving through JavaScript and PHP.
Participants are expected to develop the ability to create and design websites using HTML4/HTML5 and Cascading Style Sheets (CSS2/CSS3/CSS4). Throughout the process of building a website, learners will apply HTML tags to organize text, images, tables, and interactive forms on web pages, as well as establish connections via links to other pages and external sites. Simultaneously, Cascading Style Sheets 2.0 will be utilized to style and format web content in accordance with specific client requirements.
Upon completion, participants will be well-positioned to pursue opportunities within service-oriented companies specializing in web design or to establish their own consulting practice as self-employed professionals. The course content focuses on the practical aspects of website creation using HTML and CSS, ensuring a solid foundation for real-world application.
AdaBoost Python for Machine Learning
14 HoursThis instructor-led live training in Taiwan (available online or onsite) is designed for data scientists and software engineers who wish to use AdaBoost to build boosting algorithms for machine learning with Python.
Upon completing this training, participants will be able to:
- Configure the necessary development environment to begin building machine learning models with AdaBoost.
- Grasp the concept of ensemble learning and learn how to implement adaptive boosting.
- Acquire the skills to construct AdaBoost models that enhance machine learning algorithms in Python.
- Apply hyperparameter tuning to improve the accuracy and overall performance of AdaBoost models.
Advanced PHP Programming
35 HoursDuring this instructor-led live training in Taiwan, participants will learn to implement advanced PHP programming tools and techniques.
By the conclusion of this training, participants will be able to:
- Acquire a deep understanding of advanced PHP programming concepts.
- Ensure code consistency and solve sophisticated problems using PHP.
- Discover methods to develop more flexible software solutions with PHP.
Continuous Integration (CI) for PHP
14 HoursThis instructor-led, live training in Taiwan (online or onsite) is designed for engineers who want to use open source tools to automate the building, testing, and deployment of PHP applications and services.
By the end of this training, participants will be able to:
- Install and configure various open source tools to enable continuous integration, testing, and deployment.
- Understand the advantages and disadvantages of employing different open source CI tools, such as Gitlab CI and Jenkins.
- Combine CI tools with open source tools for unit testing and integration testing of PHP applications.
Combined JAVA, PHP and Web Application Security
28 HoursEven seasoned programmers often do not fully master the various security services offered by their development platforms, nor are they always aware of the diverse vulnerabilities relevant to their projects. This course targets developers using both Java and PHP, equipping them with essential skills to make their applications resilient against contemporary Internet-based attacks.
The course walks through the layers of Java's security architecture by addressing access control, authentication, authorization, secure communication, and various cryptographic functions. It also introduces specific APIs for securing PHP code, such as OpenSSL for cryptography and HTML Purifier for input validation. On the server side, best practices are provided for hardening and configuring the operating system, web container, file system, SQL server, and PHP itself, while placing special emphasis on client-side security regarding JavaScript, Ajax, and HTML5 vulnerabilities.
General web vulnerabilities are discussed through examples aligned with the OWASP Top Ten, illustrating various injection attacks, script injections, session handling attacks, insecure direct object references, file upload issues, and more. The course introduces Java- and PHP-specific language problems and issues stemming from the runtime environment, grouped into standard vulnerability types such as missing or improper input validation, improper use of security features, incorrect error and exception handling, time- and state-related problems, code quality issues, and mobile code-related vulnerabilities.
Participants can experiment with the discussed APIs, tools, and configuration effects themselves. Each introduction to vulnerabilities is supported by hands-on exercises demonstrating the consequences of successful attacks, showing how to correct bugs and apply mitigation techniques, while introducing the use of various extensions and tools.
Participants attending this course will
- Understand basic concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and know how to avoid them
- Learn about client-side vulnerabilities and secure coding practices
- Learn to use various security features of the Java development environment
- Gain a practical understanding of cryptography
- Learn to use various security features of PHP
- Understand the security concepts of web services
- Acquire practical knowledge in using security testing tools
- Learn about typical coding mistakes and how to avoid them
- Stay informed about recent vulnerabilities in Java and PHP frameworks and libraries
- Access sources and further readings on secure coding practices
Audience
Developers
Secure coding in PHP
21 HoursThis course equips PHP developers with the vital skills needed to build applications that are resilient against modern internet-based threats. We explore web vulnerabilities through PHP examples that extend beyond the OWASP Top Ten, addressing various injection attacks, script injection, weaknesses in PHP session handling, insecure direct object references, file upload issues, and more. PHP vulnerabilities are categorized into standard types such as insufficient or flawed input validation, improper error and exception handling, misuse of security features, and time- or state-related issues. For the latter, we examine attacks like open_basedir bypass, denial-of-service via magic floats, and hash table collision attacks. In each scenario, participants will learn the essential techniques and functions required to mitigate these risks.
A significant emphasis is placed on client-side security, addressing JavaScript, Ajax, and HTML5 vulnerabilities. We introduce several PHP security extensions, such as hash, mcrypt, and OpenSSL for cryptography, and Ctype, ext/filter, and HTML Purifier for input validation. Best practices for hardening are covered in the context of PHP configuration (php.ini), Apache, and general server setup. Additionally, we provide an overview of various security testing tools and techniques available to developers and testers, including security scanners, penetration testing tools, exploit kits, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both the exploration of vulnerabilities and configuration practices are reinforced with hands-on exercises. These demonstrate the impact of successful attacks, show how to implement mitigation strategies, and introduce the use of various extensions and tools.
Participants in this course will
- Grasp fundamental concepts of security, IT security, and secure coding.
- Understand web vulnerabilities beyond the OWASP Top Ten and learn how to prevent them.
- Gain knowledge of client-side vulnerabilities and secure coding practices.
- Develop a practical understanding of cryptography.
- Learn to utilize various security features within PHP.
- Identify common coding mistakes and understand how to avoid them.
- Stay informed about recent vulnerabilities in PHP frameworks.
- Acquire practical experience with security testing tools.
- Receive resources and further reading on secure coding practices.
Audience
Developers
Design Patterns in PHP
14 HoursThis instructor-led, live training in Taiwan (online or onsite) targets intermediate-level PHP developers who wish to apply design patterns effectively in their projects.
By the end of this training, participants will be able to:
- Understand the purpose and benefits of design patterns.
- Identify and implement appropriate design patterns for common scenarios.
- Structure PHP applications using industry-recognized best practices.
- Integrate patterns into modern frameworks such as Symfony or Zend.
Laravel PHP Framework
14 HoursThis instructor-led, live training in Taiwan introduces the fundamentals of Laravel and guides participants through the creation of a Laravel-based web application.
Laravel Livewire
7 HoursThis instructor-led live training in Taiwan (online or onsite) is designed for developers who wish to learn and utilize Livewire to build modern and dynamic application interfaces.
By the end of this training, participants will be able to:
- Build and test Livewire components.
- Construct applications using the Livewire library.
- Create dynamic components within PHP.
Laravel and Vue.js
14 HoursThis instructor-led live training in Taiwan (online or on-site) is aimed at web developers who wish to use Laravel and Vue.js for full-stack web development.
By the end of this training, participants will be able to:
- Develop web applications using Laravel and Vue.js.
- Integrate the Laravel backend API with Vue.js.
- Deploy a Laravel application.
Building Microservices with Lumen PHP Framework
14 HoursThis instructor-led, live training in Taiwan (online or onsite) is aimed at developers who wish to use Lumen to build Laravel-based microservices and applications.
By the end of this training, participants will be able to:
- Set up the necessary development environment to start developing microservices with Lumen.
- Understand the benefits of implementing microservices using Lumen and PHP.
- Perform and implement the microservices functions and operations using the Lumen framework.
- Protect and control access to the microservices architectures by building security layers.
Mastering WordPress
21 HoursThis instructor-led, live training in Taiwan (online or onsite) is designed for beginner-level web developers, web designers, and WordPress administrators who wish to learn how to install, administer, and optimize WordPress sites, enabling them to create and manage professional and responsive websites.
By the end of this training, participants will be able to:
- Understand the fundamentals of WordPress, including its features and benefits.
- Install and configure WordPress on a web server.
- Use plugins, servers, and templates to improve WordPress functionality and performance.
- Create and manage custom post types in WordPress.
- Create WordPress sites at basic, medium, and advanced levels.
- Use Elementor to design and customize WordPress sites.
- Implement site maps and breadcrumbs for WordPress sites.
- Apply best practices in web and responsive design for WordPress sites.
- Optimize WordPress sites for SEO and Google Analytics.
Laravel: Middleware Development
14 HoursThis instructor-led live training (available online or onsite) targets web developers interested in building middleware and web services within the Laravel ecosystem.
Upon completion of this training, participants will be able to:
- Utilize Laravel’s PHP Artisan to generate code and components.
- Create RESTful APIs in Laravel that support browsing, reading, editing, adding, and deleting operations.
- Filter and sort results based on URL parameters using RESTful APIs.
WordPress
14 HoursAudience: This course is general and can be attended by anyone. Most precisely, this course is attended by people who are interested in developing a website without any coding /programming skills.
Wordpress Advanced
14 HoursIn this instructor-led, live training in Taiwan (onsite or remote), participants will elevate their WordPress expertise by learning how to set up, customize, and deploy a complex, commercial-grade website based on WordPress.
Upon completion of this training, participants will be able to:
- Install and configure WordPress locally and in the cloud (for both single and multi-site setups).
- Develop a sophisticated e-commerce website.
- Customize an existing website.
- Brand a website using custom themes.
- Implement booking and membership functionality.
- Set up and manage various user roles (e.g., editors, administrators).
- Create a private or public social network.
- Optimize a WordPress website for SEO (Search Engine Optimization).
- Backup and restore a WordPress website.
- Maintain and troubleshoot a live, production WordPress website.