Wordcamp Brisbane!

Welcome everyone from WC BNE 2025!

The presentation

In case you missed it, here's the footage from a camera I set up in the back of the room.

Disabling Gutenberg

Get the code and tutorial on disabling the gutenberg builder on specific pages.
Get the code

Backend menu highlighters

Use the following SCSS code to make the backend menu items green. Compile to CSS if needed from the site tools.
$green: #12bc00;
.menu-green {
	.wp-menu-name, 
	.wp-submenu a {
		color: $green;	
	}
}
.hidethething {
	display: none;
}

.breakdance-admin {
	input#key {
		opacity: 0;
	}
}
.wp-admin {
	#menu-posts, 
	#menu-pages {
		@extend .menu-green;
	}
}
.post-type-page.is-breakdance-launcher-active {
	.editor-visual-editor {
		.wp-block-post-content, 
		.wp-block-breakdance-block-breakdance-launcher, 
		.editor-styles-wrapper {
			&:after {
				@extend .hidethething;
			}
		}
	}
}

Making Client-Safe Websites

A presentation video on this topic. Downloadable PDF included on the page.
Learn more

Try the course!

Take a full course instead if you'd like. Free coupon: wcbne25 (coupon expires end of July 2025)
Take the course

Resources

My "stack."

Get Breakdance

Breakdance is, in my opinion, the best page/site builder on the market, which is why all my tutorials use Breakdance. It's also why I have an affiliate link. You don't pay extra, but I get a little commission, so it helps support the site. Thanks!

Get ACF Pro

Another essential plugin for site building. This isn't an affiliate link, it's just for convenience.

Get WP Codebox Pro

If you'd like an easier to use, and more advanced code management plugin (instead of just editing and making files yourself) then WP codebox pro is for you. Affiliate link below.

Blank Plugin

Sort of blank. It's made to be easy to use with the tutorials. Download and edit any way you see fit.

Heard about the cypher yet?

Probably the best Breakdance content + community on the internet!

The Cypher is a membership that focuses on providing Breakdance-specific content for people who build websites with Breakdance. Monthly full courses, workshops, design analyses, case studies, and all the resources involved. We will also have guest presentations covering various aspects of this business, including design, management, and general WordPress. 

Including a robust comment system and a Discord community, it'll be tons of fun! 

Special coupon for WCBNE peeps: aussiecypher2025

Using ACF Flexible content Fields with breakdance

Here's me explaining and demo-ing ACF flexible fields.

Got a question? ask!

If you have any question about the content on this page, feel free to send me an email by clicking the button below.

newsletter? sign up!

Sign up to the newsletter for updates on tutorials, news, and offers.

Got a question?

If you have a question about something on this page, send me an email, and hopefully I can answer, and we can solve it!