惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Jina AI
Jina AI
The Cloudflare Blog
V
Visual Studio Blog
博客园_首页
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
博客园 - 司徒正美
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 叶小钗
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
博客园 - Franky

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
How I Built an E-Commerce Website for My Handmade Candle ...
All Natural By Dorothy · 2026-06-17 · via DEV Community

All Natural By Dorothy

I run a small handmade candle business in the Netherlands called All Natural By Dorothy. We hand-pour soy candles, make luxury soaps, and sell ritual wellness products — but this post isn't about candles. It's about the practical, sometimes messy process of actually getting a small product-based business online using WordPress, for anyone else considering the same path.
Why WordPress Instead of a Hosted Platform
When I started, the obvious "easy" choice was a hosted e-commerce platform. I went with WordPress instead, mainly for three reasons:

Ownership of the stack. I wanted full control over hosting, themes and data rather than being locked into a single vendor's ecosystem.
WooCommerce flexibility. WordPress's e-commerce plugin ecosystem (primarily WooCommerce) let me build a store structure that matched how I actually think about my products — collections, variants, bundles — without fighting a rigid template.
Content + commerce in one place. Because a big part of growing this business is publishing blog content (gift guides, seasonal articles, product education), having WordPress's native blogging and SEO tooling built into the same platform as the store mattered more than I expected.

What the Setup Actually Looks Like
A few practical things that mattered more than I anticipated when setting this up:
Theme choice. I avoided heavily bloated "all-in-one" themes packed with builder plugins I didn't need. A lighter, e-commerce-focused theme paired with a page builder only where necessary kept load times more manageable.
Image optimization. Product photography is everything for a handmade goods business — but large, uncompressed product images were the single biggest performance killer early on. Compression plugins and proper image sizing made a real difference to load speed.
Collections structure. Organizing products into clear collections (gift sets, seasonal items, individual product lines) rather than one flat catalog made both navigation and internal linking for SEO significantly easier to manage.
Blog and store living together. Keeping the blog and store on the same WordPress install — rather than splitting them across separate platforms — made internal linking between articles and product pages straightforward, which has been genuinely useful for SEO over time.
What I'd Do Differently
If I were starting again, I'd plan the taxonomy (collections, tags, categories) before adding products, rather than restructuring it after the catalog had already grown. Retrofitting organization onto an existing product catalog took far longer than planning it upfront would have.
I'd also invest earlier in image optimization workflows rather than treating it as an afterthought — by the time I addressed it properly, I had hundreds of images to go back and compress.
Closing Thoughts
WordPress isn't the flashiest choice for e-commerce in 2026, but for a small, hands-on business where the owner wants direct control over both the store and the content around it, it's held up well. If you're a developer who's curious what the result looks like in practice, the site is live at https://www.allnaturalbydorothy.nl/
Happy to answer questions in the comments if anyone's weighing similar platform decisions for a small product-based business.