Tag
scripts organizer
-
Autocomplete Your Own CSS Classes in Gutenberg: Plain Classes 1.3
If you write your own utility CSS or use a small framework in a child theme, you still have to remember every class name when you type it into a Gutenberg…
-
Add Custom CSS, JS or PHP to a Single Page with Scripts Organizer
Adding custom code to a single WordPress page usually means creating a global code block and then setting conditions so it only loads on that one page. Later…
-
Remove Font Hero from Production and Keep Your Fonts
Once a site is finished and handed to the client, every active plugin is one more thing to update. If the typography is done, Font Hero doesn't need to stay…
-
Gutenberg InnerBlocks in ACF Blocks: Less Code, Flexible Cards
Card blocks built with ACF work well until one card needs a quote and the next needs a YouTube video. Then you add a field for every case or reach for flexible…
-
Conditional Gutenberg Block with ACF: Show Content by PHP Condition
Hiding a section from logged-out visitors, or showing it only under some other rule, usually means installing another conditional-content plugin. In this video…
-
Gutenberg Accordion Block with ACF Repeater, No React
A static accordion is easy to copy from a tutorial site. It gets harder when your client needs to add, edit and remove items without touching code, and a…
-
Gutenberg Blocks Without React: Scripts Organizer Setup
Building custom Gutenberg blocks the usual way means React, a build step and ACF Pro installed and set up on its own. This short setup video is the start of…
-
Your First Gutenberg Block Without React: Scripts Organizer
A custom Gutenberg block normally means React, a build step and a folder full of config before you write any markup. In this first video of our "Create…
-
Dynamic Gutenberg Block with ACF Fields: Editable Title and Link
A hero block with hardcoded text isn't much use to a content editor. To change the heading or the button link, someone has to open the code, and every copy of…
-
Custom WordPress Dashboard Page in Any Builder with a Code Snippet
When clients log in to WordPress, the first screen they see is a dashboard full of widgets they don't need. It has no welcome video and no way to reach you…