Blog

Articles de blog sur le développement dans WordPress et son éco-système.

  • Remove WooCommerce Patterns

    A small mu-plugin to remove all WooCommerce Patterns in Gutenberg editor. Copy-paste the PHP file to your wp-content/mu-plugins/ folder. Props to @rahe.

    Lire la suite

  • Bulk convert classic posts to Gutenberg

    A quick post to present a plugin that allows you to bulk convert the content of old posts (pages, posts, custom post type…) into Gutenberg blocks. It’s a little trick that can quickly become annoying: having to click on “Convert to blocks” each time you edit a post written with the old editor. To avoid…

    Lire la suite

  • Manage Flexible ACF Fields in a template library

    I’ve been thinking about this feature for a while now: to be able to save my compositions made with ACF’s flexible field to reuse them at will. Indeed, I regularly use ACF to create page constructors using the flexible field as a container for my sections (the “rows”). This solution allows for a safe-to-measure integration,…

    Lire la suite

  • Lock Reusable Blocks : a plugin to lock Reusable Blocks in the editor.

    Lock reusable blocks in Gutenberg to avoid unintentional global changes.

    Lire la suite

  • Adding options and controls to an existing Gutenberg block

    How to add options and controls to existing blocks in Gutenberg, and save them in attributes.

    Lire la suite

  • Default icon for Elementor button widgets

    Define default icon for all Elementor Button Widgets, with two PHP functions.

    Lire la suite

  • CSS and PHP generator for Gutenberg Color Palettes

    A tool to generate the PHP and CSS/SASS code needed to create Gutenberg color palettes.

    Lire la suite

  • Create custom skins for an Elementor widget

    Following my post on how to create custom widgets for the Elementor page builder, I’m going to talk today about how to create custom skins for an Elementor widget.

    Lire la suite

  • Elementor Development Tips and Tricks

    In the course of my freelance missions, in the development of sites with Elementor, I discovered several features of this page builder. I decided to gather these “tricks” in an article so that they can benefit the greatest number of people.

    Lire la suite