WordPress development: Ideas and Patterns
WordPress development: Ideas and Patterns, available at $69.99, has an average rating of 4.58, with 114 lectures, based on 6 reviews, and has 107 subscribers.
You will learn about Figma to WordPress Write with WordPress Coding Standarts Custom WordPress theme PHP OOP JS OOP php DateTime, js Date Vuejs Actions & Filters Working with WordPress core files This course is ideal for individuals who are If you want to get advanced skills. or If you want to get master skills. or If you want to get monster skills. It is particularly useful for If you want to get advanced skills. or If you want to get master skills. or If you want to get monster skills.
Enroll now: WordPress development: Ideas and Patterns
Summary
Title: WordPress development: Ideas and Patterns
Price: $69.99
Average Rating: 4.58
Number of Lectures: 114
Number of Published Lectures: 114
Number of Curriculum Items: 115
Number of Published Curriculum Objects: 115
Original Price: $84.99
Quality Status: approved
Status: Live
What You Will Learn
- Figma to WordPress
- Write with WordPress Coding Standarts
- Custom WordPress theme
- PHP OOP
- JS OOP
- php DateTime, js Date
- Vuejs
- Actions & Filters
- Working with WordPress core files
Who Should Attend
- If you want to get advanced skills.
- If you want to get master skills.
- If you want to get monster skills.
Target Audiences
- If you want to get advanced skills.
- If you want to get master skills.
- If you want to get monster skills.
This course has a small introductory part and then we immediately jump into a big project. Yes, it’s not easy for beginners, but those are our goals – to achieve more. The logic and structure of the course will help us with this: different ideas on how to implement one functionality, sometimes up to 5-6 ideas, which will give a more voluminous idea of how WordPress works; familiarize yourself with many patterns that are usually not so easy to detect.
You will learn the lifecycle of WordPress, how it is built, and what you will need to expand its functionality. By doing step by step, as this course is builded, finally you will get enough knowledge to build somethig similar or even more complex project, i have no doubt.
We will go through all the steps of WordPress development together, starting with design in figma, and you will get a link to that modern design. We don’t focus on building html/css, but sometime we do this also to see more clearly what html structure we need to implement functionality, and we will learn some tricks with css. But most of the time (~90%) is development with WordPress, PHP, JS. We will also take a look at Vue.js (JavaScript framework).
Briefly:
1. Create custom theme.
2. Template files.
3. Template Hierarchy.
4. WordPress database. CRUD.
5. Custom Post Types, Taxonomies, Post Statuses.
6. SQL Queries. Create Custom WordPress Table.
7. PHP / JS OOP,
8. WordPress Hooks. Custom Hooks.
9. Customizer.
10. Menus, Comments with Walker.
11. Vue.js
And so much more.
The main advantage of this course is that it constantly refers to the WordPress documentation, which makes it impossible to mislead or misinterpret. You can completely trust the course.
Course Curriculum
Chapter 1: Getting started
Lecture 1: Introduction
Lecture 2: Getting to know WordPress. Part 1.
Lecture 3: Getting to know WordPress. Part 2.
Lecture 4: WordPress folder structure, making reusable templates.
Lecture 5: Debugging tools
Lecture 6: Create WordPress theme
Lecture 7: The Loop
Lecture 8: Template Hierarchy
Lecture 9: Actions
Lecture 10: Custom Hooks
Lecture 11: Enable theme supports
Chapter 2: Project. Interact with database.
Lecture 1: Getting to know with Figma. Find easiest block and make it with Elementor.
Lecture 2: Making first block.
Lecture 3: Localization and Internationalization
Lecture 4: Customizer. Introduciton.
Lecture 5: Customizer. Escaping ouput with wp_kses.
Lecture 6: Customizer. Handle image type.
Lecture 7: Customizer. Prelude to Kirki.
Lecture 8: Kirki plugin. Rebuild banner with Kirki settings.
Lecture 9: Kirki plugin. Repeater for socials.
Lecture 10: WordPress Settings API. Custom admin page.
Lecture 11: WP Media. Part 1.
Lecture 12: WP Media. Part 2.
Lecture 13: Custom Meta Boxes. Post Meta Data. Part 1.
Lecture 14: Custom Meta Boxes. Post Meta Data. Part 2.
Lecture 15: Advanced custom fields. ACF.
Lecture 16: Redux Framework. Add fields.
Lecture 17: Redux Framework. Display data.
Chapter 3: WordPress Query. The Loop. Custom Post Types.
Lecture 1: Query Posts.
Lecture 2: Custom Post Type. Query Projects.
Chapter 4: Menus
Lecture 1: Design Header.
Lecture 2: Nested menu.
Lecture 3: Add icons to menu.
Lecture 4: Add custom fields to menu.
Lecture 5: Mega menu. Part 1.
Lecture 6: Mega menu. Part 2.
Lecture 7: Walker class.
Lecture 8: Make use of 2 header layouts.
Lecture 9: Mobile menu.
Chapter 5: Front page. Rest blocks.
Lecture 1: Footer.
Lecture 2: Initiatives CPT.
Lecture 3: Custom taxonomy. Custom post status.
Lecture 4: Custom functions. array_key_exists()
Lecture 5: Initiative statuses, switch operator.
Lecture 6: Initiatives progress bar.
Lecture 7: DateTime class.
Lecture 8: Slick slider.
Lecture 9: Events CPT. wp_date()
Lecture 10: Meta Query, timezones.
Lecture 11: Javascript tabs.
Lecture 12: Countdown
Lecture 13: Reusable blocks.
Lecture 14: Charity CPT.
Lecture 15: Redux Framework. Repeater. Embed map.
Chapter 6: Archives, single post pages.
Lecture 1: Archive news page.
Lecture 2: query variables
Lecture 3: Filter by category. add_query_arg()
Lecture 4: get_template_part() with args
Lecture 5: Single news page. Content in Gutenberg editor.
Lecture 6: Pagination.
Lecture 7: Archive for CPT. Initiatives.
Lecture 8: Filters block in archive initiatives.
Lecture 9: WP Meta Query. pre_get_posts hook
Lecture 10: WP Meta Query, pre_get_posts hook. Districts.
Lecture 11: WP Meta Query, pre_get_posts hook. Statuses.
Lecture 12: Single initiatives page.
Chapter 7: Handle forms. AJAX.
Lecture 1: Dealing with forms. admin_post_{$action} hook
Lecture 2: Dealing with forms. admin_post_nopriv_{$action}
Lecture 3: wp_insert_post()
Lecture 4: Trick how allow to post only once.
Lecture 5: Creating TABLE
Lecture 6: wpdb: insert, get_results, prepare. SQL query.
Lecture 7: php OOP
Lecture 8: AJAX
Lecture 9: AJAX: display errors. nonces.
Lecture 10: php output buffering. ob_start(), ob_get_clean()
Lecture 11: wpdb::get_var. SQL COUNT function
Lecture 12: Javascript form validation
Chapter 8: Migrate WordPress site
Lecture 1: Duplicator
Lecture 2: All-in-One WP Migration
Chapter 9: Initiative steps block.
Lecture 1: Multiple Headers, Footers templates.
Lecture 2: HTML steps structure.
Lecture 3: JS Classes
Lecture 4: Steps: prev step, progress bar, counter.
Lecture 5: Steps: validation.
Lecture 6: Steps: validation.
Lecture 7: Handle ajax request with php.
Lecture 8: Handle ajax request with js. Saving & displaying post meta data.
Chapter 10: Comments
Lecture 1: Introduction
Instructors
-
Eugen Belousov
WordPress developer
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 1 votes
- 4 stars: 1 votes
- 5 stars: 4 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple