Filter
Exclude
Time range
-
Near
ホテルで朝から仕事。カスタムブロックを作ってるんやけど、<InnerBlocks />がrender.php側に反映されない...朝飯食べに出かけるか!
404
Using ACF made sense in 2019 but it doesn't mesh with modern WordPress development. I just inherited a site that heavily uses ACF and it's a complete mess. - Use 𝚠𝚘𝚛𝚍𝚙𝚛𝚎𝚜𝚜⁠/⁠𝚋𝚞𝚒𝚕𝚍 with 𝚠𝚘𝚛𝚍𝚙𝚛𝚎𝚜𝚜⁠/⁠𝚌𝚘𝚖𝚙𝚘𝚗𝚎𝚗𝚝𝚜 for modern WordPress settings (𝚋𝚞𝚒𝚕𝚍 is the successor to 𝚜𝚌𝚛𝚒𝚙𝚝𝚜, been using it all week and it's great — no more webpack) - Native blocks are more powerful with a better, modern UX. You can use dynamic server rendered blocks where it makes sense, and WordPress 7.0's PHP block registration can replace most ACF blocks - Use the Block Locking API so clients can't break the layouts you build - Use extended-cpts for CPT/taxonomy management ACF repeaters and flexible layouts aren't the way. InnerBlocks nested native blocks do this with a better UX. Build some boilerplates using 𝚠𝚘𝚛𝚍𝚙𝚛𝚎𝚜𝚜⁠/⁠𝚌𝚘𝚖𝚙𝚘𝚗𝚎𝚗𝚝𝚜 for settings pages (ACF settings pages look out of place compared to this), native blocks, etc. and let agents use them to produce better interfaces quickly I've been doing this for years on hybrid themes and haven't looked back (not using FSE, it's not the right setup for the designs I work on) "But ACF is faster" — not anymore. Agents close the gap, and reviewing their diffs helps you see what modern WP actually looks like.
22
7
114
9,594
これよく使うからコアに実装してほしいw いつも hgroup でラップした InnerBlocks に template で作ってる。
僕もこれめっちゃ欲しかったので、#wpunitone にはできるようにするブロックを入れています。 unitone.2inc.org/blog/2024/0…
5
686
ACF Blocks での入れ子構造の実装方法。 リピーターフィールドで InnerBlocks が動作しないので繰り返ししたい時どうしようと思っていたけど、2個作って親子関係にするんだ。 分かれば単純だけど思いつかんかったな🫠 advancedcustomfields.com/res…
1
9
735
Open-sourced a Claude Code skill for WordPress Gutenberg block development. block.json, edit/save components, dynamic blocks, InnerBlocks, variations, patterns, block supports, build pipeline, transforms, and testing. github.com/xonack/wp-gutenbe…
1
1
2,790
Replying to @lesley_pizza
I'd recommend @mehul_gohil0810 for this task. I had hired him for my eBook Crafter project and he's done a great job with following WordPress standards to get it built. My project had a challenge with innerBlocks too at one point. Fortunately, Mehul got it sorted expertly.
1
4
543
does anyone know someone who is amazing at blocks? we ambitiously attempted to build an event version of the query loop block (with inner blocks and loops) and we've hit some walls and don't know how to fix them. specifically, we're having a lot of trouble with having styling update and display across all posts in the block editor. when a change is made to an innerblock in one post, it doesn't display in the other posts. we've tried everything. the closest we've been able to get is that it does display, but it takes ages to show up (~10s). here's a video of what I mean. the issue is that WP only allows one innerblocks block instance per block. So.. if I want to have multiple innerblocks.. I have to fake "preview" of other items. so when you select an item, it becomes the active innerblock. Others are just server side rendered previews.
21
3
22
6,474
22 Sep 2025
Got a working POC and asked Telex to rebuild it with innerBlocks. It refused, stating it's against the guidelines it follows, which is fine. Continuing with the POC. Telex builds fast but may skip core UI/UX… then again, core guidelines aren’t that strong!
1
2
67
31 Aug 2025
Channeling your inner shadows with K-Saju. The latest blog post explores how Automatic Writing gives voice to your pain, while K-Saju provides the right timing and context. A new perspective on healing blocks. Read Part 7: "Channeling Shadows – Revealing Blocks with Right Timing" koreasajuoracle.blogspot.com… #KSaju #AutomaticWriting #ShadowWork #HealingJourney #InnerBlocks
5
88
569
Help Needed: WordPress Block Developers, Have you added multiple InnerBlocks to your block? #wordpress
2
1
2
346
Ever wonder why manifesting feels impossible? Your subconscious mind processes 10-11 MILLION thoughts per second while your conscious mind is only aware of 10-11 thoughts. The math isn't in your favor! When these subconscious thoughts conflict with your conscious goals, you experience what's called conditioning - the invisible force that keeps pulling you back. No wonder you feel stuck despite your best efforts! The secret they don't tell you about manifestation: addressing your conditioning is essential. The Law of Attraction isn't just about positive thinking - it's about rewiring what's happening beneath the surface. What conditioning might be holding you back? #MindsetMatters #ManifestationCoach #SubconsciousPower #InnerBlocks #MindReprogramming #drkarishmaahuja
1
27
19 Mar 2025
<ul> <InnerBlocks tag="li"/> </ul> のエディタ出力が <ul>  <div...><div...>    <li>..</li><li>..</li>  </div></div> </ul> になる。 そういうとこなのよ。
1
3
153
I am in love with WordPress InnerBlocks. I don't know why 😉
1
4
85
Now created a box using InnerBlocks. Next provide option to set number of columns
1
2
105
#WP <InnerBlocks />って1ブロックに複数設置できないのか…🤔 こういうのやりたかったんだけども… 👇 <details> <summary> <InnerBlocks /> </summary> <div> <InnerBlocks /> </div> </details>
2
5
458
11/11 ■今日のタスク (total 5.9時間 ) 起床時間7:30 就寝時間:24:00 [x] ルーティーンタスク 20m [x] 営業 5件 indeed 1h [x] セクションブロック(FAQ) 3h [x] wordpressエラー検証  30m FAQブロック9割ほど完成!! InnerBlocksの使い方を学ばさせて頂きました! #codolife #ポッキーの日
6
558
What Bill said is correct and doable with ACF. Basically, you can only have one innerBlocks instance per ACF block. So you have a parent “tabs” block that allows innerBlocks. You then create and “tab” block that also allows innerBlocks. You add “tab” blocks within the “tabs”.
1
72