DeoThemes
DeoThemes
  • 82
  • 24 380
Nested slider block overview. WordPress block development
Sneak peek into Module 4: Building a Nested Slider Block! In this quick overview, I'll show you what we'll be creating in the upcoming module of our WordPress Block Development course.
----------------------------------------------------------------------------------------------------
In the course you will learn:
✅ How to setup a local WordPress development environment
✅ Working and extending existing core blocks
✅ Master Full site editing, patterns, and block bindings
✅ How to build static and dynamic blocks
✅ How to create a FSE theme
✅ How to deploy your site live
👉 Enroll now - devcourses.pro
By the end of the course, you'll be able to build modern optimized FSE sites that don't suck.
The industry is shifting towards blocks and FSE, and it is the future of WordPress. This is your opportunity to finally learn modern WordPress development.
Let’s start your amazing journey to become a WordPress Pro today!
มุมมอง: 6

วีดีโอ

WordPress Block Development course. The Create Block tool
มุมมอง 5112 ชั่วโมงที่ผ่านมา
🛠️ Learn how to use @wordpress/create-block - the official tool for scaffolding WordPress blocks! In this tutorial, I'll show you how this powerful CLI tool can save you hours of setup time. ⚡ What you'll learn: Installing and using @wordpress/create-block Scaffolding your first block plugin Creating individual blocks Understanding CLI options and variants Dynamic block setup Creating blocks wi...
WordPress Block Development course. WordPress scripts package
มุมมอง 1314 ชั่วโมงที่ผ่านมา
🛠️ Unlock the power of @wordpress/scripts! In this essential tutorial, I'll show you how this powerful package streamlines WordPress block development and makes asset compilation a breeze. ⚡ What you'll learn: How to install @wordpress/scripts in your project Understanding the package.json configuration Running build and start commands Asset compilation for production and development Understand...
WordPress Block Development course. Node.js and NPM
มุมมอง 2614 ชั่วโมงที่ผ่านมา
🔥 Ready to supercharge your WordPress block development? In this video, I'll show you why Node.js and NPM are essential tools for modern WordPress development, especially when building custom Gutenberg blocks! In this tutorial, you'll learn: - How to install Node.js and NPM correctly - Understanding @wordpress/scripts package In the course you will learn: ✅ How to setup a local WordPress develo...
WordPress Block Development course. Local development environment
มุมมอง 1716 ชั่วโมงที่ผ่านมา
🔧 Learn how to set up your WordPress development environment using LocalWP! In this tutorial, I'll walk you through the easiest way to start developing WordPress blocks locally. Perfect for WordPress developers who want to start creating custom Gutenberg blocks without the hassle of complex server setups. In the course you will learn: ✅ How to setup a local WordPress development environment ✅ W...
WordPress Block Development course. Code editor setup
มุมมอง 2216 ชั่วโมงที่ผ่านมา
To start with the block development you need to set up your code editor. In this video, I show what extensions I use for my VS Code editor. In the course you will learn: ✅ How to setup a local WordPress development environment ✅ Working and extending existing core blocks ✅ Master Full site editing, patterns, and block bindings ✅ How to build static and dynamic blocks ✅ How to create a FSE theme...
WordPress Block Development course. AI tools, ChatGPT, Cursor, and Claude
มุมมอง 3216 ชั่วโมงที่ผ่านมา
Let me share something important about using AI tools like ChatGPT, Cursor, and Claude in WordPress block development. Here's the thing - while these AI tools are amazing and can supercharge your development process, they're not magic wands. Think of AI as your coding co-pilot. Just like you wouldn't jump into the cockpit of a plane without knowing how to fly, you shouldn't rely on AI without u...
WordPress Block Development course. Who is this course for.
มุมมอง 1816 ชั่วโมงที่ผ่านมา
This course is designed for developers who already have a solid foundation in web technologies and want to build more advanced WordPress solutions. To get the most out of this course, you should be comfortable with: - Writing HTML markup and CSS styling - JavaScript fundamentals and DOM manipulation - Basic PHP syntax and OOP programming concepts - Understanding how the WordPress API works - Re...
WordPress Block Development course. What is modern WordPress development?
มุมมอง 7019 ชั่วโมงที่ผ่านมา
In this video, I break down the evolution of WordPress and why understanding modern development approaches - especially blocks - is crucial for every WordPress developer in 2025. We'll explore how WordPress has transformed from a simple blogging platform into a full-fledged site builder, with the Block Editor and Full Site Editing leading the charge. I'll walk you through the major shifts in Wo...
WordPress Block Development course. Block Editor vs Classic Editor
มุมมอง 4821 ชั่วโมงที่ผ่านมา
In today's video, I'm diving deep into one of the most significant shifts in WordPress history - the evolution from Classic to Block Editor (Gutenberg). Let's explore why this change isn't just a trend, but the future of web content creation. Throughout this video, I'll take you through the key differences between these editors and explain why WordPress is going all-in on blocks. I've been usin...
WordPress Block Development course. Welcome! Few words about me.
มุมมอง 6614 วันที่ผ่านมา
This is a short intro about me. In the course you will learn: ✅ How to setup a local WordPress development environment ✅ Working and extending existing core blocks ✅ Master Full site editing, patterns, and block bindings ✅ How to build static and dynamic blocks ✅ How to create a FSE theme ✅ How to deploy your site live 👉 Enroll today - devcourses.pro/ By the end of the course, you'll be able to...
Modern WordPress block development | Course intro & pre-launch offer
มุมมอง 4314 วันที่ผ่านมา
I'm building a new course on modern WordPress block development and FSE. Here is what you're going to learn: ✅ How to setup a local WordPress development environment ✅ Working and extending existing core blocks ✅ Master Full site editing, patterns, and block bindings ✅ How to build static and dynamic blocks ✅ How to create a FSE theme ✅ How to deploy your site live 👉 Join the Waitlist here - de...
Building a Real Estate Website in WordPress FSE. Final project
มุมมอง 11621 วันที่ผ่านมา
Let's explore how to build a real estate directory website with WordPress blocks and some custom Gutenberg blocks. I reveal the project structure and the code for the filter functionality. 👉 Theme used: deothemes.com/wordpress-themes/ona-block-wordpress-theme/
Building a Real Estate Website in WordPress | Taxonomy image in block editor
มุมมอง 69หลายเดือนก่อน
How to display a custom taxonomy meta inside the block editor? Let's find out. In this video, I show how to register custom meta for a taxonomy, add corresponding form fields, and then display this data on the front end. It get's tricky since we want to display a featured image inside the query loop block. I explain how to add attributes and controls to any core block. To modify the render outp...
How to Filter WordPress Posts From Meta Fields with No Plugins | Part 2
มุมมอง 30หลายเดือนก่อน
I show how to convert shortcode-generated code into a Gutenberg block. Theme used: deothemes.com/wordpress-themes/ona-block-wordpress-theme/
How to Filter WordPress Posts From Meta Fields with No Plugins | Part 1
มุมมอง 76หลายเดือนก่อน
How to Filter WordPress Posts From Meta Fields with No Plugins | Part 1
Dynamic Content in WordPress Block Editor Using Plugins
มุมมอง 192หลายเดือนก่อน
Dynamic Content in WordPress Block Editor Using Plugins
Dynamic Content in WordPress Using Custom Post Type and Custom Meta Bindings
มุมมอง 170หลายเดือนก่อน
Dynamic Content in WordPress Using Custom Post Type and Custom Meta Bindings
AnyonecanWP Hackathon Project Presentation
มุมมอง 472 หลายเดือนก่อน
AnyonecanWP Hackathon Project Presentation
Building Full Site Editing Block Theme - Part 6 (Patterns, Outro)
มุมมอง 642 หลายเดือนก่อน
Building Full Site Editing Block Theme - Part 6 (Patterns, Outro)
What is a WordPress child theme | Why you need it | How to make it
มุมมอง 982 หลายเดือนก่อน
What is a WordPress child theme | Why you need it | How to make it
Building Full Site Editing Block Theme - Part 4 (Finishing homepage)
มุมมอง 1612 หลายเดือนก่อน
Building Full Site Editing Block Theme - Part 4 (Finishing homepage)
AnyonecanWP Hackathon Contest
มุมมอง 173 หลายเดือนก่อน
AnyonecanWP Hackathon Contest
Building Full Site Editing Block Theme - Part 3 (Intro, Gallery sections)
มุมมอง 1423 หลายเดือนก่อน
Building Full Site Editing Block Theme - Part 3 (Intro, Gallery sections)
Building Full Site Editing Block Theme - Part 2 (Header, Navigation and Hero)
มุมมอง 803 หลายเดือนก่อน
Building Full Site Editing Block Theme - Part 2 (Header, Navigation and Hero)
Clickable Cover Block in Gutenberg (Free, No Plugins)
มุมมอง 2603 หลายเดือนก่อน
Clickable Cover Block in Gutenberg (Free, No Plugins)
Building a Full Site Editing Block Theme | Part 1
มุมมอง 1383 หลายเดือนก่อน
Building a Full Site Editing Block Theme | Part 1
WordPress Full Site Editing - Beginners Guide
มุมมอง 1823 หลายเดือนก่อน
WordPress Full Site Editing - Beginners Guide
Cost calculator in Elementor free, no plugins
มุมมอง 2133 หลายเดือนก่อน
Cost calculator in Elementor free, no plugins
How to speed up your WordPress website in 5 simple steps
มุมมอง 853 หลายเดือนก่อน
How to speed up your WordPress website in 5 simple steps