Startup to Scale Podcast

Your resource for growing your food, beverage, and CPG company from a young company to a successful business. New episodes every week.

254. Is Your CPG Brand Converting Gen Z?

253. How to Grow a CPG Brand Using VAs and Global Talent with Morning Made

252. Building an Operating System for Your CPG Business

251. How Insurgent CPG Brands Stand Out in Crowded Categories

250. How Vacation Rental Sampling Helps CPG Brands Reach High-Intent Consumers

249. The Trade Spend Traps: The Biggest Mistakes Brands Make After Getting Into Retail

248. A Pit Master and a Navy Aviator Create a Meat Chip

247. The Hidden 6-Figure Mistakes Hiding in Your Packaging

246. 1500+ Doors on 6 Months, Joon Pistachio’s Tremendous Growth

245. How to Use Consumer Testing to Build High-Performing Packaging with Michael Keplinger of SmashBrand

244. Pitch to PO: How to Win a Retail Buyer Meeting Without a Broker

243. Redefining Success: Building a Business That Fits Your Life

$(document).ready(function() {console.log("done");// Iterar sobre cada .podcast-wrapper$('.podcast-wrapper').each(function() {// Encontrar el h2 dentro de .podcast-titlevar $podcastTitle = $(this).find('.podcast-title h2');var titleText = $podcastTitle.text();// Utilizar regex para extraer el número del episodiovar episodeNumberMatch = titleText.match(/^(\d+)\.\s*(.*)$/);if (episodeNumberMatch) {var episodeNumber = episodeNumberMatch[1];var newTitle = episodeNumberMatch[2];// Establecer el nuevo título sin el número del episodio$podcastTitle.text(newTitle);// Encontrar el h2 dentro de .podcast-episode y establecer el número del episodio$(this).find('.podcast-episode h2').text('Episode ' + episodeNumber);console.log("done");}});});