I have completed this course and feel very grateful to you, I have enjoyed all the lessons and appreciated the highly professional level of both your coding and your teaching skills. Sent my paypal support donation, and keep waiting for new updates. Grazie mille Alessandro!
Hooray! I have finished watching all the videos. It's really useful tutorial. I'm learning WordPress about 3 years and always find something new in you tutorials. Thank you SOOOO MUCH! I'm waiting for new videos!
This is mind opening on the inner workings of the reusable blocks. I predict the block API will evolve more. That’s scary when I think about losing data already stored.
I'm curious to see where Gutenberg is going next. I still think it needs some drastic and substantial performance improvement, but it's on a good track to be extremely useful and modular
Hi Alessandro, all your wordpress series are really helpful, please can you also make one short series on "How to convert your Static website to wordpress theme"?
Hi Alex! Thank you for great series! Don't know, if it's useful, but if anyone wants to remove option of wp_block appearing in the list of post types, it's possible to do it by adding " 'show_in_menu' => true " in the array of checkboxPostTypesField function (TaxonomyCallbacks) : $post_types = get_post_types( array( 'show_ui' => true, 'show_in_menu' => true )); It would then show only post types available in the admin menu, could remove possible confusion for end user. Thanx again!
Hi Alex and thank you so much for this unbelievable series! At the beginning of this series, you said you'll show us a method for updating this plugin, other than uploading the plugin on the WordPress Plugin Directory. Unfortunately, I didn't have time to watch the entire series, and maybe you already did this. If not, can you guide us to a solution? I created an internal plugin for my company and I don't really want to publish it. Thanks in advance and thank you for what you are doing for the WordPress community and more.
hello alex, i am building this on a local server and it works great. but if i zip it and try installing it on my hosting service it says not a valid plugin and if i just copy the files minus the vendor and node_modules i can't activate it because it say Inc\Base\Activate does not exist when it works fine locally. can you help.
Hey, Great admirer and fan of yours. I was just wondering when is the Chat Application coming. As you mentioned before we are going to build it, right??? I am just eager to learn that too. Anyway, thanks for all these tutorials. See ya.
hello alecad, can you make a tutorial how to use $wpdb for a simple crud plugin, like having members page then those members are categorized by department something like that, i mean what are the best practices in which you tap the database directly like creating your own table on the database for the plugin
hey Alex brother I have a request ... first of all thanks for this quick video for WP new change :D if you make a play list about new update WP and whats new in WP explain that would be handy for us . because we are following you about 2 year plus (specially me) :D thanks in advance for the play list
I did a couple of tutorials about it here: ruclips.net/video/9lu4hx3yGbk/видео.html&list=PLriKzYyLb28kR_CPMz8uierDWC2y3znI2&index=58 Check video 52 and 53 to learn how to implement custom templates and override the default templates of WordPress. In those custom templates you can implement everything you want, like custom menus.
This series of tutorial is kind of abandoned. I would appriciate, if you complete this series, including an example, how to develop an Elementor addOn plugin.
This tutorial is very nice but it is very useful for us to create a custom table and insert the data of the form in it without jquery. Please make only 1 tutorial for custom table and insert data
Hey Sir Alex another small question Did You Pay Money For Gravit Designer or only its online version is free? Thanks Again For Supporting US. HUGE LIKES FOR YOU :D
this tutorial is 6 years old and i completed it today in 2024 its really awesome loved every bit of it Thank you Alex Thank you!
Do we have "Membership protected area" and "Chat system" sections. Did I miss something as I saw we have these points in the list
I have completed this course and feel very grateful to you, I have enjoyed all the lessons and appreciated the highly professional level of both your coding and your teaching skills. Sent my paypal support donation, and keep waiting for new updates. Grazie mille Alessandro!
Hooray! I have finished watching all the videos. It's really useful tutorial.
I'm learning WordPress about 3 years and always find something new in you tutorials.
Thank you SOOOO MUCH!
I'm waiting for new videos!
You're very welcome.
A new gutenberg series is coming soon
Thanks Alex ,there are the best tutorial wordpress channel in youtube
Thank you so much
Finally finished both of your WordPress series sunset-theme and plugin development
thanks for this beautiful tutorial series.
Happy Codding
Nice work!
This is mind opening on the inner workings of the reusable blocks. I predict the block API will evolve more. That’s scary when I think about losing data already stored.
I'm curious to see where Gutenberg is going next. I still think it needs some drastic and substantial performance improvement, but it's on a good track to be extremely useful and modular
Thanks for this video series, it was really fun to watch and useful in work! 🙂
Great work Alessandro ... you did it beautifully ... will definitely be your patreon ... :P
OMG! I thought it was just 4-5 videos. Excellent work.
Some say I made too many :D
Hi Alessandro, all your wordpress series are really helpful, please can you also make one short series on "How to convert your Static website to wordpress theme"?
The best plugin video tutorial ever.
Thanks a lot.
Hi Alex,
When can we expect the next chat feature in this plugin series???
Hi Alex! Thank you for great series!
Don't know, if it's useful, but if anyone wants to remove option of wp_block appearing in the list of post types, it's possible to do it by adding " 'show_in_menu' => true " in the array of checkboxPostTypesField function (TaxonomyCallbacks) :
$post_types = get_post_types(
array(
'show_ui' => true,
'show_in_menu' => true
));
It would then show only post types available in the admin menu, could remove possible confusion for end user.
Thanx again!
Yes, that could be useful, cheers.
Hi Alex and thank you so much for this unbelievable series!
At the beginning of this series, you said you'll show us a method for updating this plugin, other than uploading the plugin on the WordPress Plugin Directory. Unfortunately, I didn't have time to watch the entire series, and maybe you already did this. If not, can you guide us to a solution? I created an internal plugin for my company and I don't really want to publish it.
Thanks in advance and thank you for what you are doing for the WordPress community and more.
Hello bro! Please record a video on how to create a premium (paid) functionality in a free plugin. Or how to create a premium plugin. Thank you!
You are the best teacher man. Thanks for this amazing series but what about the chat and membership manager?
hey alecad, thanks for your good tutorial, will you make membership area?
hello alex, i am building this on a local server and it works great. but if i zip it and try installing it on my hosting service it says not a valid plugin and if i just copy the files minus the vendor and node_modules i can't activate it because it say Inc\Base\Activate does not exist when it works fine locally. can you help.
hi my dear friend, is this course tutorial is finished?
cool tutorial i saw every episode thanks a lot!!!! God bless you
Thank you so much
i have 1 question ...how to add custom fields in the cpt we created ?
Love you Sir ........ great job thankx
Hey, Great admirer and fan of yours. I was just wondering when is the Chat Application coming. As you mentioned before we are going to build it, right??? I am just eager to learn that too. Anyway, thanks for all these tutorials. See ya.
Yes, new WordPress tutorial are coming back next week. Cheers
Next week didn't come yet??
I am also waiting for the chat feature in plugin. When can we expect the live chat feature in this plugin series???
can you teach about how create post like plugin ?
thank you. it's so amazing. thank you.
You're very welcome :D
Nice video, thank you.
You're very welcome :D
hello alecad, can you make a tutorial how to use $wpdb for a simple crud plugin, like having members page then those members are categorized by department something like that, i mean what are the best practices in which you tap the database directly like creating your own table on the database for the plugin
hey Alex brother
I have a request ...
first of all thanks for this quick video for WP new change :D
if you make a play list about new update WP and whats new in WP explain that would be handy for us . because we are following you about 2 year plus (specially me) :D
thanks in advance for the play list
Yes, a new series about the new WordPress is coming soon, with a focus on how to create custom blocks for the Gutenberg editor
@@alecaddd 😍😍😍😍 thanks 🥂
How to make an booking appointment plugin, please ?
Can you show example on, how to add template for frontend user which has custom menus
I did a couple of tutorials about it here: ruclips.net/video/9lu4hx3yGbk/видео.html&list=PLriKzYyLb28kR_CPMz8uierDWC2y3znI2&index=58
Check video 52 and 53 to learn how to implement custom templates and override the default templates of WordPress.
In those custom templates you can implement everything you want, like custom menus.
@@alecaddd thanks. If frontend user logs in then i need to redirect to custom template directly, no backend view allowed.how to do that?
Hey do you have any plan for a tutorial on gutenberg block?
Yes, a dedicated series about Gutenberg is coming
Thanks, I really enjoyed it... now what? :)
Great teacher ;)
TOP!
This series of tutorial is kind of abandoned. I would appriciate, if you complete this series, including an example, how to develop an Elementor addOn plugin.
Please upload the next video.
This tutorial is very nice but it is very useful for us to create a custom table and insert the data of the form in it without jquery. Please make only 1 tutorial for custom table and insert data
Hey Sir Alex another small question Did You Pay Money For Gravit Designer or only its online version is free? Thanks Again For Supporting US. HUGE LIKES FOR YOU :D
There are 2 versions available, free and pro. You can download and use the free version on Linux via span or flathub
Hello buddy,
I want to write a payment plugin Can you teach me?