WordPress Plugin #57 - Custom Taxonomies and WP_Block in Gutenberg

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 58

  • @Aba-ad
    @Aba-ad 5 месяцев назад

    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!

    • @vinhnguyenhuy1905
      @vinhnguyenhuy1905 3 месяца назад

      Do we have "Membership protected area" and "Chat system" sections. Did I miss something as I saw we have these points in the list

  • @KarlSvenssonbariton
    @KarlSvenssonbariton 4 года назад +7

    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!

  • @vitalii7855
    @vitalii7855 5 лет назад +4

    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!

    • @alecaddd
      @alecaddd  5 лет назад

      You're very welcome.
      A new gutenberg series is coming soon

  • @daliazarzour
    @daliazarzour 4 года назад +1

    Thanks Alex ,there are the best tutorial wordpress channel in youtube

    • @alecaddd
      @alecaddd  4 года назад +1

      Thank you so much

  • @MuhammadIslam-qi2tf
    @MuhammadIslam-qi2tf 4 года назад +1

    Finally finished both of your WordPress series sunset-theme and plugin development
    thanks for this beautiful tutorial series.
    Happy Codding

  • @LaurenceBahiirwa
    @LaurenceBahiirwa 5 лет назад +2

    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.

    • @alecaddd
      @alecaddd  5 лет назад

      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

  • @janszkylaszlo
    @janszkylaszlo 7 месяцев назад

    Thanks for this video series, it was really fun to watch and useful in work! 🙂

  • @waqasahmed8362
    @waqasahmed8362 3 года назад +1

    Great work Alessandro ... you did it beautifully ... will definitely be your patreon ... :P

  • @MaxiDoPe
    @MaxiDoPe 5 лет назад +1

    OMG! I thought it was just 4-5 videos. Excellent work.

    • @alecaddd
      @alecaddd  5 лет назад

      Some say I made too many :D

  • @rajatsharma3987
    @rajatsharma3987 4 года назад

    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"?

  • @MG-bm5oj
    @MG-bm5oj 3 года назад

    The best plugin video tutorial ever.
    Thanks a lot.

  • @afflictionmarketing5303
    @afflictionmarketing5303 4 года назад +2

    Hi Alex,
    When can we expect the next chat feature in this plugin series???

  • @alexandrabatrak
    @alexandrabatrak 5 лет назад +3

    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!

    • @alecaddd
      @alecaddd  5 лет назад

      Yes, that could be useful, cheers.

  • @danichirita6867
    @danichirita6867 3 года назад

    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.

  • @MrGudzik
    @MrGudzik 4 года назад +2

    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!

  • @Iamajkhullar
    @Iamajkhullar 4 года назад

    You are the best teacher man. Thanks for this amazing series but what about the chat and membership manager?

  • @osmangoni2376
    @osmangoni2376 5 лет назад +1

    hey alecad, thanks for your good tutorial, will you make membership area?

  • @larryseymour4174
    @larryseymour4174 3 года назад

    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.

  • @masoudch9151
    @masoudch9151 4 года назад +1

    hi my dear friend, is this course tutorial is finished?

  • @showmore5941
    @showmore5941 5 лет назад +1

    cool tutorial i saw every episode thanks a lot!!!! God bless you

    • @alecaddd
      @alecaddd  5 лет назад

      Thank you so much

    • @showmore5941
      @showmore5941 5 лет назад

      i have 1 question ...how to add custom fields in the cpt we created ?

  • @Kashi-ib4bj
    @Kashi-ib4bj 5 лет назад

    Love you Sir ........ great job thankx

  • @honeybadger6522
    @honeybadger6522 5 лет назад +2

    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.

    • @alecaddd
      @alecaddd  5 лет назад

      Yes, new WordPress tutorial are coming back next week. Cheers

    • @SaqibAli-ej7di
      @SaqibAli-ej7di 4 года назад +1

      Next week didn't come yet??

    • @afflictionmarketing5303
      @afflictionmarketing5303 4 года назад +1

      I am also waiting for the chat feature in plugin. When can we expect the live chat feature in this plugin series???

  • @eroopie-qh5mh
    @eroopie-qh5mh Год назад

    can you teach about how create post like plugin ?

  • @masoudch9151
    @masoudch9151 5 лет назад +1

    thank you. it's so amazing. thank you.

    • @alecaddd
      @alecaddd  5 лет назад +1

      You're very welcome :D

  • @henrymcdoo
    @henrymcdoo 5 лет назад +1

    Nice video, thank you.

    • @alecaddd
      @alecaddd  5 лет назад

      You're very welcome :D

  • @mhengrasparil6166
    @mhengrasparil6166 4 года назад

    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

  • @nobir98
    @nobir98 5 лет назад +1

    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

    • @alecaddd
      @alecaddd  5 лет назад +1

      Yes, a new series about the new WordPress is coming soon, with a focus on how to create custom blocks for the Gutenberg editor

    • @nobir98
      @nobir98 5 лет назад

      @@alecaddd 😍😍😍😍 thanks 🥂

  • @trongnhanle7658
    @trongnhanle7658 2 года назад

    How to make an booking appointment plugin, please ?

  • @priyalgreen
    @priyalgreen 5 лет назад +1

    Can you show example on, how to add template for frontend user which has custom menus

    • @alecaddd
      @alecaddd  5 лет назад +1

      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.

    • @priyalgreen
      @priyalgreen 5 лет назад

      @@alecaddd thanks. If frontend user logs in then i need to redirect to custom template directly, no backend view allowed.how to do that?

  • @ahmdsabbir
    @ahmdsabbir 5 лет назад +1

    Hey do you have any plan for a tutorial on gutenberg block?

    • @alecaddd
      @alecaddd  5 лет назад

      Yes, a dedicated series about Gutenberg is coming

  • @Aaronsworlddotcom
    @Aaronsworlddotcom 2 года назад

    Thanks, I really enjoyed it... now what? :)

  • @draganmilunovic2525
    @draganmilunovic2525 5 лет назад

    Great teacher ;)

  • @MrColins710
    @MrColins710 4 года назад

    TOP!

  • @helmutgobel9974
    @helmutgobel9974 2 года назад

    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.

  • @mrabdullaharafat3354
    @mrabdullaharafat3354 5 лет назад

    Please upload the next video.

  • @sajibprodhan871
    @sajibprodhan871 4 года назад

    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

  • @alipoetry1626
    @alipoetry1626 5 лет назад +1

    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

    • @alecaddd
      @alecaddd  5 лет назад

      There are 2 versions available, free and pro. You can download and use the free version on Linux via span or flathub

  • @mahdiehmojarrad3633
    @mahdiehmojarrad3633 4 года назад

    Hello buddy,
    I want to write a payment plugin Can you teach me?