Meta Box: Creating a Custom Post Type Plugin

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ย. 2024
  • In this video I show how Meta Box modularity and developer features make it easy to create a plugin for a Custom Post Type.
    Visit the Meta Box website: www.webtng.com...
    (affiliate link)
    Meta Box has a lifetime purchase option. Use coupon DYNAMIC20 for 20% off.
    There is text version on the WebTNG website: www.webtng.com...

ความคิดเห็น • 17

  • @beehivenetwork2099
    @beehivenetwork2099 10 หลายเดือนก่อน +1

    I didn't know that you can do it like this, thanks David!

    • @DavidMcCan
      @DavidMcCan  10 หลายเดือนก่อน

      You're welcome. Glad it was something new.

  • @HadeeRoslan
    @HadeeRoslan 10 หลายเดือนก่อน +1

    They also have an online code generator on their website. Can use that as well with some modifications to fit your CPTs and Taxonomies.

  • @leftofright
    @leftofright 10 หลายเดือนก่อน

    Thanks, I found this quite informative.

  • @cubantek
    @cubantek 10 หลายเดือนก่อน

    Thank you. This was really helpful

  • @Brian_HWS
    @Brian_HWS 6 หลายเดือนก่อน

    Thanks, this is a pretty cool little trick. Since we are creating a plugin, do you think there are any security concerns or future conflict concerns? I am looking for a custom field solution, and I like this outcome.

    • @DavidMcCan
      @DavidMcCan  5 หลายเดือนก่อน

      Should be safe as long as you are not incorporating any user supplied content.

    • @Brian_HWS
      @Brian_HWS 5 หลายเดือนก่อน +1

      @@DavidMcCan thanks. Thanks again for putting this together.

  • @wordpress8593
    @wordpress8593 10 หลายเดือนก่อน

    Awesome content!

  • @Line49Design
    @Line49Design 10 หลายเดือนก่อน

    Hi David,
    I'm looking at migrating from Toolset for real estate websites, but i see that MetaBox doesn't have a default map function that is needed for displaying listings based on their geographic data the way I'm used to.
    Any thoughts? Have you done any mapping with it?

    • @DavidMcCan
      @DavidMcCan  10 หลายเดือนก่อน

      I haven't used it, but Meta Box has a maps field as well as a Geolocation extension. Both work with Google Maps or Open Street Maps.

  • @lefteris2583
    @lefteris2583 10 หลายเดือนก่อน

    You can do the same with ACF.

    • @DavidMcCan
      @DavidMcCan  10 หลายเดือนก่อน

      I see with ACF you can export CPTs and field groups to PHP. I don't see how to disable the ACF UI in the WordPress admin.

    • @lefteris2583
      @lefteris2583 10 หลายเดือนก่อน

      @@DavidMcCan I don't think Pro is required, but yes, ACF needs to be installed.

  • @PswACC
    @PswACC 10 หลายเดือนก่อน

    You can do the exact same thing with Advanced Custom Fields.

    • @DavidMcCan
      @DavidMcCan  10 หลายเดือนก่อน

      I know you can export CPTs and field groups to PHP. I don't see how to disable the ACF UI in the WordPress admin. I believe you can do it with code though.

    • @PswACC
      @PswACC 10 หลายเดือนก่อน +1

      @@DavidMcCan Just did some research and it seems that you can't deactivate ACF. You can only "Disable Custom Fields Editing on a Live Site" which the documentation has an article explaining the process.