Block Themes From Scratch: Part 4 - Exporting and Distributing

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 มิ.ย. 2024
  • Moving your Block Theme from your development server to your production server isn't as straightforward as with classic themes. This video shows you how to do it and what to look out for.
    🧰 Resources:
    • Block Themes From Scratch Series Playlist: • Block Themes From Scra...
    • WordPress Theme Developer Handbook - developer.wordpress.org/theme...
    🌐 My Websites:
    • adamlowe.io
    • peakperformancedigital.com
    ✅ Connect with Me:
    • Facebook: / peakperformancedigital
    • LinkedIn: / adamshawnlowe
    • TH-cam: / @adamloweio
    • Twitter: / @adamslowe
    ⚙️Tools I Use:
    • WordPress.org: wordpress.org/
    • Pinegrow Website Editor: pinegrow.com/
    ⌚ Timestamps:
    00:00 Intro
    00:25 Screenshot and Readme Files
    03:05 Demonstration prep
    04:08 Exporting with the Site Editor
    05:43 First look at theme issues
    07:22 Fixing Template Parts
    07:50 Updating Version and Changelog
    08:15 Export with corrected template parts
    08:46 Duplicate Theme Names in WordPress
    09:55 Adding the site logo and icon
    10:53 Navigation Menu Fix
    14:44 Resetting the production site
    16:28 Exporting with Create Block Themes
    17:14 Difference Between Export Types
    17:47 Using CBT From the Site Editor
    22:51 Outro

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

  • @isheevaa
    @isheevaa 10 วันที่ผ่านมา

    Very helpful, thanks.

  • @umiamira3332
    @umiamira3332 3 หลายเดือนก่อน

    First of all, thank you.
    This video is like a rollercoaster ride. Where I thought "oh this one solution is good enough for me" but nooo, you come up with a better solution, and explain it better. Thank you sir! Even it's only about exporting, this things matters in learning for me. Everyday is a lesson. Thank you again! Have a great life!

    • @AdamLoweIO
      @AdamLoweIO  3 หลายเดือนก่อน

      Emotional roller coaster ride. Yup, that’s me ;)
      Block themes are complicated but they are getting better with every release. There is still so much that makes no sense, though. It seems pretty obvious that the people developing aren’t using it for client sites the way small agencies are. They are looking through the lens of someone building a site for their own business/use or someone working for a large agency with more development resources.

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

    Just wanted to update this for Create Block Theme v2.1.0 (maybe earlier) to mention a feature and a bug. Feature: You can now remove navigation refs via the Save Changes panel (no need to edit the template files manually). Bug: when updating the theme metadata via the plugin, the readme.txt file is truncated and changelog, etc, are removed. Until this is fixed, be sure to copy the readme.txt file before editing the metadata or you'll lose all your carefully compiled theme documentation. Reported to the plugin devs: either CBT should update readme.txt correctly, or not touch it at all.

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

      Wow. It surprises me how poorly they treat this plugin considering how important it is for theme developers.

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

      @@AdamLoweIO It's a huge timesaver but it's definitely got a few quirks.

  • @carolway3674
    @carolway3674 3 หลายเดือนก่อน

    Thanks!

  • @douglasallen5243
    @douglasallen5243 4 หลายเดือนก่อน

    Love these! Thanks!

    • @AdamLoweIO
      @AdamLoweIO  4 หลายเดือนก่อน

      Thanks! I have three more in the pipeline and I’m trying to get the next two out next week. Those will be relatively small ones about child theme and custom post types. After that, I’m going to wrap it up with a video about making custom blocks in Pinegrow to use in the theme.
      Shoot me a note if you have any ideas or specific things you want me to touch on. I really want to do more small, standalone, videos rather than these huge projects.

    • @douglasallen5243
      @douglasallen5243 4 หลายเดือนก่อน

      Love to see some instuctions on adding custom block type or controls. I have been using css to fix things like break points on columns, changing mobile padding display none. Also not much control on the mobile menu. But I do find myself liking Block Themes more and more!@@AdamLoweIO

    • @AdamLoweIO
      @AdamLoweIO  4 หลายเดือนก่อน

      @@douglasallen5243 Thanks! The last part will cover one way of making custom blocks, but there are plenty of other options. I've been toying with making a video about extending core blocks to add controls or modify the code. It's a deep subject, so I'll need to figure out a way to show enough to get people started without getting so deep into the weeds that it's impossible to follow.

    • @douglasallen5243
      @douglasallen5243 4 หลายเดือนก่อน

      I would love to see extending core blocks. I know there is block plugin but usually have issues with most of them@@AdamLoweIO

  • @kylevandeusen
    @kylevandeusen 4 หลายเดือนก่อน

    Just when I think I'm starting to figure this whole website thing out.... 😅

    • @AdamLoweIO
      @AdamLoweIO  4 หลายเดือนก่อน +1

      There is always something around the corner waiting to trip you up!