Julie Berger WordPress 6.x: The Most Important News in Brief WordPress has maintained a high release pace since 6.0. Full Site Editing matured, the block editor gained new features, and performance improved significantly. Here's what matters, without the fluff.... Guide WordPress Sep 2, 2025 WordPress
ARC Gruppen AB, Chrille Hedberg WordPress Accessibility: The Basics You Should Follow Accessibility legislation is tightening in Sweden and the EU. From 2025, new requirements apply to digital services. Making the site accessible isn't just a legal matter; it's about everyone being abl... Guide WordPress Aug 20, 2025 WordPress
Julie Berger WordPress and Email: Why wp_mail() Is Not Enough WordPress sends email via PHP's mail() function by default. It technically works, but the mail almost certainly ends up in spam. The reason: your server probably has no SPF, DKIM, or DMARC configured,... Tips & Tricks WordPress Aug 5, 2025 WordPress
ARC Gruppen AB, Chrille Hedberg Build a Custom Gutenberg Block with React Gutenberg's built-in blocks cover a lot, but sometimes you need something specific. A price calculator, an interactive chart, a custom CTA section with specific fields. That's when you build your own ... Guide Utveckling WordPress Jul 22, 2025 WordPress
Julie Berger Do You Really Need a Page Builder? Over the years we've built sites with Elementor, Beaver Builder, Divi, WPBakery, and Bricks. We've also built sites with just Gutenberg. The question is no longer "which page builder should I choose?"... Plugin/App Recension WordPress Jul 8, 2025 WordPress
ARC Gruppen AB, Chrille Hedberg Migrate WordPress to a New Server Without Downtime Moving a WordPress site from one server to another should be simple. In theory, you copy files and database, switch DNS, and you're done. In practice, there are enough pitfalls to fill this article. P... Guide WordPress Jun 24, 2025 WordPress
Julie Berger WooCommerce Installation: Right from the Start WooCommerce is free to install but expensive to redo. Right decisions in the start phase save weeks of work down the line. We've rebuilt enough WooCommerce stores to know which mistakes people make. T... E-handel Guide WordPress Jun 10, 2025 WordPress
ARC Gruppen AB, Chrille Hedberg WordPress Taxonomies: More Than Categories and Tags Categories and tags are taxonomies. But they're just the default examples. You can create custom taxonomies to organize content in a way that actually fits your project. Hierarchical vs flat Hierarchi... Guide Utveckling WordPress May 28, 2025 WordPress
Julie Berger Speed Up WordPress Without Plugins Plugins solve a lot, but the fastest optimizations are done at the server level. Before installing yet another cache plugin, check if the server is doing its job. OPcache PHP is compiled from text to ... Hack Prestanda WordPress May 15, 2025 WordPress
ARC Gruppen AB, Chrille Hedberg WordPress Updates Without Panic Updates are necessary. Security, bug fixes, compatibility. But every update carries a risk: something might break. A simple routine reduces the risk from "potential disaster" to "manageable excitement... Säkerhet Tips & Tricks WordPress May 1, 2025 WordPress
Julie Berger WordPress Hooks: Actions and Filters Explained Hooks are the mechanism that makes WordPress extensible without modifying core code. Understand actions and filters, and you understand how WordPress works under the hood; you can customize virtually ... Guide Utveckling WordPress Apr 16, 2025 WordPress
ARC Gruppen AB, Chrille Hedberg Cleaning a Hacked WordPress Site: Step by Step The site redirects to a poker page. Or Google warns visitors with a red screen. Unknown files appeared in wp-includes. It doesn't really matter exactly what happened; the cleanup process is the same. ... Guide Säkerhet WordPress Apr 2, 2025 WordPress