Luke Carbis
@lukecarbis on WordPress.org and Slack
- Member Since: September 22nd, 2011
- Location: Brisbane
- Website: carb.is
- Job Title: Product
- Employer: WP Engine
Contributions Sponsored
Contribution History
Luke Carbis’s badges:- Core Contributor
- Meetup Organizer
- Plugin Developer
- Theme Developer
- Tide Contributor
- Translation Contributor
- Translation Editor
- WordCamp Organizer
- WordCamp Speaker
- 
										Posted a reply to Custom block only work with post_type “post”, on the site WordPress.org Forums: 
 Ah, thanks for checking back in.5 days ago 
- 
										Posted a reply to Translation of blocks with WPML, on the site WordPress.org Forums: 
 @rpb1001 Thanks for reaching out here! That wpml-config looks right to me, too. WPML support…5 days ago 
- 
										Committed [2373381] to Plugins Trac: 
 1.6.04 weeks ago 
- 
										Committed [2360576] to Plugins Trac: 
 1.5.62 months ago 
- 
										Posted a reply to Getting the “Original” Post ID using the POST field, on the site WordPress.org Forums: 
 @smrdo The way you've implemented that is actually really good. That's how I would have…3 months ago 
- 
										Posted a reply to Adding exclusions to a block, on the site WordPress.org Forums: 
 One way would be to reuse the same code again, but this time change post__not_in…3 months ago 
- 
										Posted a reply to Adding exclusions to a block, on the site WordPress.org Forums: 
 Assuming your using the code from this post: https://getblocklab.com/custom-post-grid-block-using-wp_query/ Modify the part that is commented…3 months ago 
- 
										Posted a reply to Adding exclusions to a block, on the site WordPress.org Forums: 
 Hi @bam-bam. Assuming you're using WP_Query to build your posts grid, you can specify a…3 months ago 
- 
										Posted a reply to Multiselect window size, on the site WordPress.org Forums: 
 You might be able to change the way the multi select is displayed with CSS.…4 months ago 
- 
										Posted a reply to block.css not loaded in live page, on the site WordPress.org Forums: 
 Hi @ursulaniamh! Yes, you're right. Since your theme isn't loading the content in the traditional…4 months ago 
- 
										Wrote a comment on the post Gutenberg Phase 2 Friday Design Update #52, on the site Make WordPress Design: 
 Love that menu concept from @shaunandrews! Nice work.5 months ago 
- 
										Posted a reply to Select Field, on the site WordPress.org Forums: 
 No, unfortunately there isn't a way to do this. Your best option would be to…5 months ago 
- 
										Created a topic, My go-to option for Ecommerce, on the site WordPress.org Forums: 
 This plugin is super polished and intuitive. It makes …5 months ago 
- 
										Wrote a comment on the post Block-based Themes Meeting Notes – May 6, 2020, on the site Theme Review Team: 
 Looking forward to the in progress news digest. Great idea! Big thanks to @itsjusteileen and…5 months ago 
- 
										Committed [2289766] to Plugins Trac: 
 1.5.55 months ago 
- 
										Posted a reply to Add fields and compatibility with existing content, on the site WordPress.org Forums: 
 Hey Hubert – yes, the expected behaviour is that you'd see a new empty URL field.…5 months ago 
- 
										Posted a reply to Remove comma (,) from values, on the site WordPress.org Forums: 
 Hi @petenam, If you're using the block_field() function, Block Lab will output the value in…6 months ago 
- 
										Committed [2270440] to Plugins Trac: 
 1.5.46 months ago 
- 
										Posted a reply to block_lab_add_field, on the site WordPress.org Forums: 
 @tonylewis You're right – the docs on this are lacking. My go-to when I'm not sure…6 months ago 
- 
										Posted a reply to Total number of sub fields, on the site WordPress.org Forums: 
 Not right now, but that's near the top of our roadmap.7 months ago 
- 
										Posted a reply to Brilliant plugin – makes blocks a breeze, on the site WordPress.org Forums: 
 Glad Block Lab helps! Thanks so much for the review.7 months ago 
- 
										Posted a reply to Total number of sub fields, on the site WordPress.org Forums: 
 The function you're looking for is block_row_count(). You might also find block_row_index() useful! More info…7 months ago 
- 
										Posted a reply to Yoast Issue, on the site WordPress.org Forums: 
 Hi @richyray92, Unfortunately Block Lab data is stored as "attribute" data, which means that it…7 months ago 
- 
										Posted a reply to Make block visible on Edit page, on the site WordPress.org Forums: 
 @docdunning That's my preferred structure too.8 months ago 
- 
										Committed [2238043] to Plugins Trac: 
 1.5.38 months ago 
- 
										Wrote a comment on the post WP Notify Meeting Recap – January 13 2020, on the site Make WordPress Core: 
 +1 for the permanent solution camp. Especially one that fully considers the problem space, the…9 months ago 
- 
										Committed [2204243] to Plugins Trac: 
 1.5.210 months ago 
- 
										Posted a reply to Some blocks not visible on front-end, on the site WordPress.org Forums: 
 @hermananglersson Could you please post your template code here for me to take a look?…10 months ago 
- 
										Created a topic, Conditional based on template?, on the site WordPress.org Forums: 
 It would be great if a block could be conditional base…10 months ago 
- 
										Posted a reply to Block Lab – css files in plugin – Not working, on the site WordPress.org Forums: 
 Because the PHP files can be included from the server root path (i.e. /app/server/public_html/wp-content/plugins/myplugin/blocks/block.php), but…11 months ago 
- 
										Posted a reply to Block Lab – css files in plugin – Not working, on the site WordPress.org Forums: 
 @g2lyon uh-huh! I figured it out! The slashes you've included in the filter URL are…11 months ago 
- 
										Posted a reply to Prevent block.css to load in the front end?, on the site WordPress.org Forums: 
 Hi @mikysett – it's totally possible to achieve this, just not from within the UI. All…11 months ago 
- 
										Posted a reply to Block Lab – css files in plugin – Not working, on the site WordPress.org Forums: 
 @g2lyon Thanks for this extra info. It helped me figure out that – you're right…11 months ago 
- 
										Committed [2189401] to Plugins Trac: 
 1.5.111 months ago 
- 
										Posted a reply to Block Lab – css files in plugin – Not working, on the site WordPress.org Forums: 
 @g2lyon Thanks for posting. I'm just trying this out, and can't seem to replicate the…11 months ago 
- 
										Committed [2182644] to Plugins Trac: 
 1.5.011 months ago 
- 
										Confirmed as a speaker for WordCamp Sydney 2019 1 year ago 
- 
										Posted a reply to Repeater – row-index, on the site WordPress.org Forums: 
 @max2411 We just created a pull request to add this functionality – check it out here:…1 year ago 
- 
										Committed [2154514] to Plugins Trac: 
 1.4.11 year ago 
- 
										Posted a reply to Is it possible to wrap content with an ‘a’ tag, on the site WordPress.org Forums: 
 @bluestcube Yes, this _should_ work, except that it's not good practice to wrap a <div>…1 year ago 
- 
										Posted a reply to “Parent page” dropdown missing with “Block Lab” activated, on the site WordPress.org Forums: 
 Glad we could figure it out @larryral!1 year ago 
- 
										Posted a reply to “Parent page” dropdown missing with “Block Lab” activated, on the site WordPress.org Forums: 
 Hi @larryral – thanks for reporting this. Having trouble replicating the issue. Here's a screencast of…1 year ago 
- 
										Committed [2150531] to Plugins Trac: 
 1.4.01 year ago 
- 
										Posted a reply to Block that allows blocks inside – Nested?, on the site WordPress.org Forums: 
 @sunhawk It's definitely on our radar, but doesn't have the highest priority right now.1 year ago 
- 
										Posted a reply to blank page, on the site WordPress.org Forums: 
 Hm… I'm guessing that code interferes with Block Lab's use of the REST API. Good…1 year ago 
- 
										Posted a reply to Block that allows blocks inside – Nested?, on the site WordPress.org Forums: 
 Hi @sunhawk. No, we haven’t yet built that functionality. You can follow this discussion here:…1 year ago 
- 
										Posted a reply to blank page, on the site WordPress.org Forums: 
 Is this for any block? Any block lab block? Just one block lab block? What…1 year ago 
- 
										Posted a reply to cannot compete, on the site WordPress.org Forums: 
 Hey @christinereukers. Thanks for your review – it makes me sad that our first less…1 year ago 
- 
										Posted a reply to Make block visible on Edit page, on the site WordPress.org Forums: 
 @sunhawk That looks right to me. Maybe try checking your block's slug. If your block's…1 year ago 
- 
										Posted a reply to Make block visible on Edit page, on the site WordPress.org Forums: 
 Hi @sunhawk! Yes! You just need to create a preview template. You can read more…1 year ago 
Developer
- 
										
											Advanced Custom BlocksActive Installs: Less than 10 
- 
										
											  Block LabActive Installs: 8,000+ 
Contributor
- 
										
											  Genesis Custom BlocksActive Installs: 700+ 
- 
										
											  Hello Samuel L. JacksonActive Installs: 10+ 
- 
										 
 StockActive Installs: 400+ 



 
			 
                