ARC Gruppen AB, Julie Berger WooCommerce REST API: Integration with External Systems The WooCommerce REST API makes it possible to read and write data programmatically. Products, orders, customers, coupons, shipping methods. Everything available as JSON endpoints. It's the foundation ... Guide Utveckling WooCommerce Dec 25, 2024 WooCommerce
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 19, 2024 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 Jul 4, 2024 WordPress
ARC Gruppen AB, 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 Jun 20, 2024 WordPress
ARC Gruppen AB, Julie Berger WordPress and Docker: Local Development Environment Every time you set up a WordPress development environment manually, you waste time installing PHP, MySQL, configuring virtual hosts, and debugging version conflicts. Docker eliminates all of that. doc... Guide Utveckling WordPress Jun 11, 2024 WordPress
ARC Gruppen AB, Julie Berger How to Debug WordPress: Tools and Techniques A white screen. A crashing plugin. A function that stopped working after the latest update. WordPress development means debugging. The right tools make the difference between half an hour and half a d... Guide Utveckling WordPress May 28, 2024 WordPress
ARC Gruppen AB, Julie Berger WordPress REST API: Building Headless with Next.js The WordPress REST API lets you use WordPress as a pure content engine while the frontend is built with any framework. Content is managed in familiar WordPress admin. Visitors see a React site, a mobi... Guide Utveckling WordPress May 2, 2024 WordPress
ARC Gruppen AB, Julie Berger WP-CLI: Manage WordPress from the Terminal WP-CLI is the most underrated tool in the WordPress ecosystem. Everything you can do in admin, you can do faster via the command line. And some things you can do that aren't even possible through admi... Hack Utveckling WordPress Apr 29, 2024 WordPress
ARC Gruppen AB, Chrille Hedberg WordPress Child Themes: Why and How You've found a theme that almost fits. Just a bit of CSS to tweak, maybe move a widget. The solution is not to edit the theme files directly. That works until the theme gets updated, and then your cha... Guide Utveckling WordPress Apr 11, 2024 WordPress