Tired of seeing generic “(Item)” breadcrumbs on your Wix Studio Dynamic Pages? Learn how to create custom breadcrumb trails that display your item’s actual name using Velo code. This step-by-step guide walks you through identifying the right dataset, CMS fields, and breadcrumb IDs—plus exactly how to update the script to suit your project.
How to Stop YouTube Embeds from Showing Competitor Videos in WordPress (Gutenberg Fix)
Embedding YouTube videos on your WordPress site? You might be promoting competitors without realizing it. Here’s how to fix that using a quick Gutenberg-safe PHP snippet.
I can’t get my WP Snippets PHP to save
Sometimes, when I go to save a Snippets plugin code snippet I get an error that reads, "Could not update snippet. Request failed with status code 403." For me, the issue is that WAF blocked my snippet code from saving. Here's how I get my Code Snippet to save.
Tips for newbies to VS Code
As a designer moving into development in VS Code, here are the tips I wish I would have known when I was just getting started.
Tips for using ACF in Gutenberg
This post includes my notes and questions as I started working with ACF in WordPress Gutenberg Block Editor. I've captured them here in the hopes that they will assist you in your knowledge growth and implementation.
Starting a Shopify Store
This article talks about my experience setting up my first few Shopify stores and documents the initial resources I referenced and the techniques I used to accomplish the desired features; I also discuss my favorite features!
Solving the WordPress error: not a valid JSON response
How I solved the Wordpress Error: "Updating failed. The response is not a valid JSON response."
Enable SVG in WordPress Media Library using a function
The WordPress Media Library does not permit uploading SVG file types by default. Trying to upload an SVG file to the WordPress Media Library displays a warning reading, "Sorry, this file type is not permitted for security reasons." To change the functionality of your site and to permit SVG upload, you'll need to update your theme or child theme's function.php with this code.