27 Mar 2026

feedThe Official Google Blog

How Google Does It: An inside look at cybersecurity

Learn how Google approaches some of today's most pressing security topics, challenges and concerns, straight from Google experts.

27 Mar 2026 9:00pm GMT

feedWordPress Planet

Gutenberg Times: WordPress 7.0 Source of Truth

Welcome to the Source of Truth for WordPress 7.0!

Before you dive headfirst into all the big and small changes and pick your favorites, make sure to read these preliminary thoughts about this post and how to use it. If you have questions, leave a comment or email me at pauli@gutenbergtimes.com.

Huge Thank You to all collaborators on this post: Anne McCarthy, Sarah Norris, Ella van Durpe, Maggie Cabrera, Ben Dwyer, Jonathan Bossenger, Justin Tadlock, Dave Smith, Courtney Robertson and a lot more. It's takes a village…

Table of Contents

Changelog

Any changes are cataloged here as the release goes on.

Important note/guidelines

Try not to just copy and paste what's in this post since it's going to be shared with plenty of folks. Use this as inspiration for your own stuff and to get the best info about this release. If you do copy and paste, just remember that others might do the same, and it could lead to some awkward moments with duplicate content floating around online.

Overview

Note: As always, what's shared here is being actively pursued but doesn't necessarily mean each will make it into the final release of WordPress 7.0.

WordPress 7.0 introduces several new features and performance enhancements.

Key new features include:

Furthermore, WordPress 7.0, entails:

Many more quality of life changes for workflow and design tools made it into this release. You'll find the complete list below.

WordPress 7.0 is set to be released on April 9, 2026 at Contributor Day of WordCamp Asia.

Of note, this release consists of features from the Gutenberg plugin version 22.0 - 22.6. Here are the release posts of those plugin releases: 22.0 | 22.1 | 22.2 | 22.3 | 22.4 | 22.5 | 22.6. Later Gutenberg releases contain bug fixes, backported to WordPress 7.0. release branches.

Important links:

Assets

In this Google Drive folder you can view all assets in this document.

Tags

To make this document easier to navigate based on specific audiences, the following tags are used liberally:

How can you use these? Use your browser's Find capability and search for the string including the brackets. Then use the arrows to navigate through the post from one result to the next.

Short video on how to use the tags to navigate the post.

Priority items for WordPress 7.0

Real-Time Collaboration (RTC) [enterprise][site admin]

Multiple users can now work on the same page at the same time, seeing each other's changes as they happen. No more "someone else is editing this" warnings. Whether you're co-writing a post, reviewing a layout, or making last-minute edits before publishing, everyone stays in sync without leaving the editor.

It represents the biggest step toward achieving full collaborative editing, not only for newsrooms and big publishing houses. It also simplifies working on a site editing for agencies and their clients as well as designers and writers working together on a post.

A presence indicator in the editor header shows who's currently editing. Under the hood, title, content, and excerpt now sync via Y.text for more granular conflict resolution, and numerous reliability fixes address disconnection handling, revision restores, and performance metrics. (75286, 75398, 75065, 75448, 75595).

You can enable the feature via Settings > Writing. Check the box next to Enable early access to real-time collaboration, in the Collaboration section.

The infrastructure implementation uses HTTP polling for universal compatibility, CRDT (Conflict-free Replicated Data Type) update data is stored persistently in post_meta on a special internal wp_sync_storage post type (one per "room"/document). The sync provider architecture is designed so that the storage and transport layer can be swapped out. Updates are batched and periodically compacted. WordPress code initially limits simultaneous collaborators to two to protect hosts. (64622) Hosting companies have the option to add a different provider. There will be a wp-config constant that can be used to change the defaults.

For more details, check out the Dev Note Real-Time Collaboration in the Block Editor.

Navigation Overlays and more [theme builder][plugin author] [site admin]

Navigation blocks now have customizable overlays and give user full control over mobile hamburger menus. A prominent Create overlay button guides you through the setup, providing a selection of patterns to achieve various designs for your overlay. WordPress 7.0 comes with multiple built-in patterns including centered navigation, accent backgrounds, and black backgrounds. New blocks default to "always" showing overlays. The Navigation block sidebar section also shows a preview of the selected overlay template parts.

Navigation overlay patterns

To make it easier for users to create custom overlays for their mobile navigation, four new patterns are now available for the navigation overlay template parts:

Treating patterns like a single block [all]

Get ready for a smoother, more intuitive experience when using patterns in WordPress 7.0. It's becoming much easier to customize your site's design sections with a simplified editing workflow and an improved content-focused mode.

Users naturally stay in the safe lane without accidentally breaking designs. Agencies can hand off a site knowing clients can't wreck the layout by default - they'd have to deliberately choose to go deeper.

What's New for Patterns:

Head over to the dev note Pattern Editing in WordPress 7.0 for the full picture.

AI in WordPress [enterprise][developers][site admin]

WordPress 7.0 ships with a WP AI client API and a built-in Connectors screen - a centralized hub for managing all kinds of external service integrations, not just AI providers. Connect to OpenAI, Claude, or Gemini and WordPress automatically installs the right plugin and prompts you for your API key. Developers get a consistent framework to build on-enabling features like content generation, block building, and theme creation without reinventing the plumbing every time. The new Connectors page also sports a shout-out to the AI Experiments plugin, if users want to see AI features, like title, excerpt, or alt-text generation, in action.

But the real value of this Connectors API is broader: any plugin that needs to connect to an outside service via API keys or other credentials can tap into this standardized connection management system. Users get one place to maintain all their integrations. And plugin developer a standardized way to tap into the plumbing.

Visual Revisions [all]

How revisions work for the block editor was completely reimagined. The visual Revisions screen keeps you in the editor the entire time, activating a subtle revision mode right where you work, eliminating the need to jump to a separate screen. A timeline slider in the header allows you to browse through different versions, seeing content updates in real-time.

The system highlights visual differences, showing added and removed text, formatting changes, and outlining modified blocks instead of raw code. For long documents, a mini-map along the scrollbar indicates where changes exist, letting you jump directly to them, and the sidebar remains useful with a summary of the changes for the current revision. To simplify reverting, the "Update" or "Publish" button is replaced by a "Restore" button when you are browsing the history (74742).

Yellow marks a changed section/block, in red you'll find deletions and green are additions compared to the early version.

Wes Theron has a short video on How to restore previous versions of a page or post in WordPress.

Anne McCarthy also gives a great walk through the screens on Youtube;

New Blocks

Breadcrumbs Block [all]

The new native Breadcrumbs block in WordPress 7.0 provides dynamic navigational trails for the Site Editor. It automatically generates paths from the homepage to the current page, adapting to context.

The block handles hierarchical pages (e.g., "Home / Services / Web Design / Portfolio") and includes taxonomy for blog posts (e.g., "Home / Technology / Your Post Title"). Beyond simple pages, it correctly constructs paths for archive pages (category, tag, author, date), search results, and 404 errors. For Custom Post Types, it includes the post type archive in the trail.

Breadcrumbs block displaying post categories WordPress 7.0

The block offers alignment options (left, center, right, wide/full), as well as other block design options. Additional settings are available for showing the last item as text or a link and consistent homepage handling (72649).

The dev note Breadcrumb block filters has the details.

Icon Block [all]

The new Icon block empowers users to add decorative icons from a curated collection to their content. It utilizes a new server-side SVG Icon Registration API, ensuring icon registry updates propagate without block validation errors.

The initial release is limited as it doesn't yet allow registering third-party icon collections. Extensibility for third-party icon registration is planned for future release in 7.1, following further development on the Icon registry API architecture. A REST endpoint at /wp/v2/icons supports searching and filtering. The initial set draws from the wordpress/icons package (71227, 72215, 75576).

List of directions, illustrated with the icon block

Block Editor enhancements

Custom CSS for Individual Blocks [enduser][site admin] [theme builder]

Previously, applying custom CSS to a block instance required adding a custom class name and then writing a rule in the Site Editor's global Custom CSS. This two-step process was complex for most users and inaccessible to content editors without Site Editor access.

A new custom CSS block support introduces a Custom CSS input to the Advanced panel within the block editor sidebar, conveniently placed next to the familiar "Additional CSS Class(es)" field. You only need to add the CSS declarations (no selectors!) If you do need to target nested elements, use the & symbol (for example, & a { color: red; }). This field is focused purely on styling and will reject any HTML input. The field is guarded by the edit_css capability to see and use this powerful new field. The editor automatically adds a has-custom-css class for styling consistency. #73959, #74969.

Dive into the dev note Custom CSS for Individual Block Instances for the complete rundown.

Control viewport-based block visibility [all]

When you're editing a post or page, you can now choose to show or hide any block depending on the visitor's screen size. Select a block, click Show in the toolbar, and pick which devices - desktop, tablet, or mobile - should display it. You can also hide a block from the document entirely through the same modal.

For the nitty-gritty, see the dev note Block Visibility in WordPress 7.0.

Anne McCarthy walks you through the feature:

Anchor support for dynamic blocks [developer][plugin author]

Dynamic blocks now support Anchor (id attribute) functionality. The anchor reference is consistently stored within the block comment delimiter, enabling dynamic rendering on the front end. (74183)

Color Picker [end user][theme builder] [site admin]

Color pickers throughout the block styles sidebar, now offer support for pasting complete color values. You can now copy/paste the brand colors from a design document or website into the color picker box and don't have to go through the process of selecting the right color and hue (73166).

Dimension support for width and height [theme builder][site admin]

WordPress 7.0 expands the Dimensions block supports system with three significant improvements: width and height are now available as standard block supports under dimensions, and themes can now define dimension size presets to give users a consistent set of size options across their site.

The Dev Note Dimensions Support Enhancements in WordPress 7.0 has the details for block.development and theme builders.

Email notifications for Notes [all]

Collaborators can now get notified when someone leaves a note on their content. No more checking back constantly (73645).

Block Attributions Groups in the sidebar [all]

The block editor sidebar is being reorganized to make controls easier to find. Block settings will be grouped into four clear sections:

This means you won't need to hunt through toolbars or scattered panels - everything will live in a predictable place in the sidebar. Connected data sources will also appear directly next to the attributes they affect, so you can see at a glance what's linked and where. It also means that for the transition a reordering of the sidebar and controls to be in different place than before. For instance. For an image block that includes the "Alt" text setting is now to be found in the content tab rather than the settings tab. (73845)

Here's an example of the implementation for Patterns:

Link Control validation [end user] [site admin]

The Link Control component in Gutenberg now validates the URLs, you enter helping to avoid broken links (73486).

Improved Blocks and Block handling

Pseudo Styles for Button Blocks [theme builder][site admin]

Theme designers and developers can now style button states (hover, focus, active, and focus visible) directly within the theme.json, making it much easier to keep all design controls centralized and consistent. This reduces the reliance on custom CSS for things like button hover states (71418).

JSON

{
    "styles": {
        "blocks":{
                "core/button":{
                    "color":{
                        "background":"blue"
                    },
                    ":hover":{
                        "color":{
                        "background":"green"
                        }
                    },
                    ":focus":{
                        "color":{
                        "background":"purple"
                        }
                    }
                }
            }
    }
}

More details are available in the Dev Note: Pseudo-element support for blocks and their variations in theme.json.

Extra divs removed from blocks in the editor [theme builder][developer][site admin]

WordPress 7.0 introduced a new HtmlRenderer component, which renders HTML content as React elements with optional wrapper props. For theme authors, this means that several blocks will no longer have an extra wrapping <div> in the editor, allowing for consistent styling with the front end (74228).

Blocks that have been fixed are:

Universal Text Alignment [all]

Nearly all text blocks now support the standardized text-align block support system, including Paragraph, Button, Comment blocks, Heading, and Verse. Plus, text justify alignment is now available. See tracking issue to follow along on the progress (60763).

Cover Block Video Embeds [site admin][end user]

For the Cover block this release comes with the ability to use embedded videos (like YouTube or Vimeo) as background videos in the Cover block, rather than being restricted to locally uploaded files. Offloading video to 3rd-party services helps reduce hosting and bandwidth costs. Also, the focal pointer is now available for fixed background. (#73023, #74600).

Gallery Block

Lightbox navigation [site admin][end user]

The Gallery block's "Enlarge on click" lightbox now lets you navigate between images. When you click a gallery image, back/next buttons appear so you can browse through the rest of the gallery without closing the lightbox. Keyboard navigation (arrow keys) and screen reader announcements are fully supported. It also works with swiping on mobile, however the swiping isn't yet visual/animated. (62906) and lightbox items still miss captions.

Content Tab in sidebar [site admin][end user]

For fast access to Alt text box the sidebar of the Gallery block shows a new content tab in the sidebar.

Responsive Grid Block [site admin][end user][theme builder]

The Grid block is now responsive even when you set a column count. Previously, you had to choose between setting a minimum column width (responsive, Auto mode) or a fixed column count (Manual mode)-a binary toggle that confused many users. Now you can set both: when you do, the column count becomes a maximum, and the grid scales down responsively based on your minimum column width.

You can set neither, either, or both-the block handles all combinations gracefully. The confusing Auto/Manual toggle is gone entirely, replaced by clearer "minimum width" and "columns" labels with a plain-language description explaining the relationship between the two controls.. (73662)

Heading Block [site admin][end user]

Each heading level (H1-H6) is now registered as a block variation on the Heading block. These do not appear in the inserter, but the change does add icons to the block's sidebar for transforming it between variations (73823).

HTML Block Enhancement [site admin] [themebuilder] [end user]

The HTML block was redesigned to work now as a modal-based editor featuring separate tabs for HTML, CSS, and JavaScript. Admin can now use it for more powerful customizations, when HTML JS and CSS work on a single block. (73108).

Image block inline editing and controls [site admin][end user]

WordPress 7.0 comes with a revamp of the image editing feature in the editor. It's now easier to crop, rotate or zoom in on a particular image corner. (#72414) (#73277).

Advanced Image Controls [site admin][end user]

Image block now supports the focal point control and aspect ratio adjustments for wide and full alignments, plus reorganized inspector controls with a dedicated content tab. #73115, #74519, #74201

Math Block Improvements [end users][site admin]

LaTeX input now uses a monospaced font, and style options are available for better mathematical expression editing (72557, 73544).

Paragraph [all]

A new typography tool has been added for specifying the line indent of paragraph blocks (73114, 74889). Users and theme creators can specify line indentation rules for a single paragraph block and also at global styles / theme.json level for all paragraph blocks. For global styles and theme.json, it's possible to choose whether all paragraphs or only subsequent paragraphs are indented, which accounts for different indentation standards around the world.

The dev note on the new textIndent block support has all the details for developers working on blocks or themes.

The example code sets a default indent value of 1.5em globally for paragraphs:

JSON

{
  "settings": {
    "typography": {
      "textIndent": "true"
    }
  },
  "styles": {
    "blocks": {
      "core/paragraph": {
        "typography": {
          "textIndent": "1.5em"
        }
      }
    }
  }
}

More details can be learned in the Dev Note: New Block Support: Text Indent (textIndent)

Columns in Paragraph blocks [all]

Now that there is block support for typographical columns, the paragraph block can now handle text columns by default (74656).

On the front-end only, the Paragraph block now has a .wp-block-paragraph class. This change doesn't affect global styles, which still use the p selector.(71207)

Query Loop Enhancements [all]

Query loops now support excluding terms. When the block is locked it now hides design change and choose pattern options. #73790, #74160

Verse Block, renamed to Poetry [all]

The Verse Block has been renamed to Poetry block (74722) Also it now utilizes border-box for its box-sizing, which guards against overflow issues and should make it easier to style without additional custom CSS.

Admin / Workflow updates

Manage fonts for all themes in a dedicated page [site admin][theme builder] [enterprise]

A dedicated Fonts page is now available under the Appearance menu for all themes. Until now, font management has lived deep inside Global Styles, requiring navigation through several panels to install or preview a font. This new standalone page lets block theme users browse, install, and manage their typography collection in one dedicated space.

Under the hood, this page is built on a new routing infrastructure for the Site Editor, designed to improve navigation and support new top-level pages in wp-admin. View transitions are now wired into this routing layer, providing early zoom/slide animations when navigating between pages (73630, 73876, 73586).

The Font Library and Global Styles also work with classic themes (#73971, #73876). Like the Media Library, you can access the Font Library as a modal or through a dedicated admin section-regardless of your theme type.

Command Palette in Adminbar [all]

Instantly access all the tools you need with a single click using the new Command Palette shortcut in the Omnibar! In 7.0 Beta 5, logged-in editors will see a field with a ⌘K or Ctrl+K symbol in the upper admin bar that unfurls the command palette when clicked. The new command palette entry point streamlines navigation and customization, giving you full control from anywhere on your site - whether you're editing, designing or just browsing plugins.

View Transitions [all]

View transitions have been integrated into the WordPress admin in 7.0, enabling smooth transitions between screens. The implementation for the front end is slated for the next WordPress 7.1 (64470) The result is a smoother page-to-page transitions using the CSS View Transitions API - no markup or JavaScript changes required, just a progressive enhancement you'll notice immediately when navigating between admin screens.

Improved screens across WP-Admin [all]

WordPress 7.0 is getting a CSS-only "coat-of-paint" visual reskin of the wp-admin, bringing the classic admin screens closer to the visual language of the block and site editors - no markup changes, no JavaScript, no functional changes, and all existing CSS class names and admin color schemes preserved. (64308)

Developer Goodies [developer][enterprise]

Client-side Abilities API

WordPress 7.0 ships a JavaScript counterpart to the server-side Abilities API introduced in 6.9. The Client-Side Abilities API arrives as two packages: @wordpress/abilities for pure state management usable in any project, and @wordpress/core-abilities, which auto-fetches server-registered abilities via the REST API. You can now register browser-only abilities - navigation, block insertion, and more - opening the door to browser agents, extensions, and WebMCP integrations directly in the client.

WP AI Client

WordPress 7.0 ships a built-in AI Client, that gives your plugin a single, provider-agnostic PHP entry point - wp_ai_client_prompt() - for text, image, speech, and video generation. You describe what you need; WordPress routes it to whichever AI provider the site owner has configured via Settings > Connectors. Official provider plugins cover Anthropic, Google, and OpenAI. No credential handling, no provider lock-in, and graceful feature detection before any UI is shown.

PHP-only block registration

Developers can now create simple blocks using only PHP. This is meant for blocks that only need server-side rendering and aren't meant to be highly interactive. When possible this feature also auto-generates sidebars for user input for suitable attributes and design tools.

To do so, call register_block_type with the new autoRegister flag. A render_callback function must also be provided. (71792)

Dev note with all the details. PHP-only block registration

Pattern Overrides for custom blocks

Since WordPress 6.5, Pattern Overrides let you create synced patterns where the layout stays consistent but specific content can change per instance. The catch? Only four core blocks supported it: Heading, Paragraph, Button, and Image.

Not anymore. Any block attribute that supports Block Bindings now supports Pattern Overrides by default. Block authors can opt in through the server-side block_bindings_supported_attributes filter. This closes a long-requested enhancement and opens up synced patterns to custom blocks (73889).

DataViews, Data Form components and Fields API

A substantial API update introduces new layouts, validation rules, grouping options, and picker improvements affecting plugins using wordpress/dataviews. The Dev Note has all the pertinent details: DataViews, DataForm, et al. in WordPress 7.0

UI Primitives and Components

The WordPress UI package just got a significant update, adding multiple new components and tools to help developers create more polished and accessible interfaces for WordPress users.

A list of all the dev notes can be reviewed from the Make Core blog

27 Mar 2026 4:37pm GMT

feedThe Official Google Blog

Find out what’s new in the Gemini app in March's Gemini Drop.

Gemini Drops is our regular monthly update on how to get the most out of the Gemini app.

27 Mar 2026 4:00pm GMT

MLB pitches AI-powered commentary in its play-by-play app

MLB Scout Insights feature, powered by Gemini and Google Cloud AI, provides baseball commentary.

27 Mar 2026 3:49pm GMT

feed20SIX.fr

Maladies chroniques : pourquoi il y en a de plus en plus ?

medicaments pilulier réveil

Diabète, cancer, hypertension, mici… Pourquoi les maladies chroniques sont-elles de plus en plus fréquentes ? Toutes les explications.

L'article Maladies chroniques : pourquoi il y en a de plus en plus ? est apparu en premier sur 20SIX.fr.

27 Mar 2026 3:16pm GMT

DIY ou professionnel : quels travaux de plomberie peut-on vraiment faire soi-même ?

plomberie plombier toilettes

Plomberie DIY ou expert ? Comment faire le bon choix selon les travaux et les risques. Évitez erreurs et fuites avec nos conseils pratiques !

L'article DIY ou professionnel : quels travaux de plomberie peut-on vraiment faire soi-même ? est apparu en premier sur 20SIX.fr.

27 Mar 2026 2:43pm GMT

feedWordPress Planet

Open Channels FM: Shaping Data Sovereignty and Internet Resilience

In recent years, the concept of data sovereignty has become increasingly important. As more countries introduce or tighten regulations around where and how data must be stored and protected, companies serving the global internet community face a unique set of challenges. These regulatory requirements force hosting providers and infrastructure companies to think not just about […]

27 Mar 2026 11:19am GMT

26 Mar 2026

feedWordPress Planet

WordPress.org blog: WordPress 7.0 Release Candidate 2

The second Release Candidate ("RC2") for WordPress 7.0 is ready for download and testing!

This version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it's recommended that you evaluate RC2 on a test server and site.

Reaching this phase of the release cycle is an important milestone. While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 7.0 is the best it can be.

You can test WordPress 7.0 RC2 in four ways:

Plugin Install and activate the WordPress Beta Tester plugin on a WordPress install. (Select the "Bleeding edge" channel and "Beta/RC Only" stream.)
Direct Download Download the RC2 version (zip) and install it on a WordPress website.
Command Line Use this WP-CLI command:
wp core update --version=7.0-RC2
WordPress Playground Use the WordPress Playground instance to test the software directly in your browser. No setup required - just click and go!

The scheduled final release date for WordPress 7.0 is April 9, 2026. The full release schedule can be found here. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who helps with testing!

Please continue checking the Make WordPress Core blog for 7.0-related posts in the coming weeks for more information.

What's in WordPress 7.0 RC2?

What's new in WordPress 7.0? Check out the Beta 1 announcement and 7.0 Developer Notes for details and highlights. For technical information related to issues addressed since RC1, you can browse the following links:

How you can contribute

WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can help the world's most popular open source web platform, regardless of your technical expertise.

Get involved in testing

Testing for issues is crucial to the development of any software. It's also a meaningful way for anyone to contribute.

Your help testing the WordPress 7.0 RC1 version is key to ensuring that the final release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. This detailed guide will walk you through testing features in WordPress 7.0. For those new to testing, follow this general testing guide for more details on getting set up.

What else to test:

If you encounter an issue, please report it to the Alpha/Beta area of the support forums or directly to WordPress Trac if you are comfortable writing a reproducible bug report. You can also check your issue against a list of known bugs.

Curious about testing releases in general? Follow along with the testing initiatives in Make Core and join the #core-test channel on Making WordPress Slack.

Test on your hosting platforms

Web hosts provide vital infrastructure for supporting WordPress and its users. Testing on hosting systems helps inform the development process while ensuring that WordPress and hosting platforms are fully compatible, free of errors, optimized for the best possible user experience, and that updates roll out to customer sites without issue.

Want to test WordPress on your hosting system? Get started with configuring distributed hosting tests here.

Update your theme or plugin

For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.

Thanks for continuing to test your themes and plugins with the WordPress 7.0 beta releases. If you haven't yet, make sure to conclude your testing and update the "Tested up to" version in your plugin's readme file to 7.0.

If you find compatibility issues, please post detailed information to the support forum.

Help translate WordPress

Do you speak a language other than English? ¿Español? Français? Русский? 日本語? हिन्दी? বাংলা? मराठी? ಕನ್ನಡ? You can help translate WordPress into more than 100 languages. This release milestone (RC2) also marks the hard string freeze point of the 7.0 release cycle.

An RC2 haiku

At first just a dream,

RC2 flows like a stream

with seven-oh gleam.

Props to @amykamala @annezazu for proofreading and review.

26 Mar 2026 6:37pm GMT

feed20SIX.fr

Les différents types de sourires : voici ce qu’ils révèlent vraiment de vous

femme sourire

Sourire social, gêné, de séduction, triste… découvrez les différents types de sourires et ce qu'ils révèlent vraiment de nos émotions.

L'article Les différents types de sourires : voici ce qu'ils révèlent vraiment de vous est apparu en premier sur 20SIX.fr.

26 Mar 2026 3:00pm GMT

02 Jan 2024

feedL'actu en patates

Bonne année 2024

Acheter des originaux sur le site LesDessinateurs.com Vous pouvez me suivre sur Instagram, Bluesky ou Facebook.

02 Jan 2024 10:41am GMT

01 Jan 2024

feedL'actu en patates

Une année de sport

Dans le journal L'Equipe du dimanche et du lundi, vous pouviez trouver un de mes dessins en dernière page. Voici un petit échantillon des dessins réalisés en 2023 pour le quotidien sportif. Acheter des originaux sur le site LesDessinateurs.com Vous pouvez me suivre sur Instagram, Bluesky ou Facebook. Acheter des originaux sur le site LesDessinateurs.com Vous …

01 Jan 2024 9:11am GMT

30 Dec 2023

feedL'actu en patates

Attention aux monstres !

Acheter des originaux sur le site LesDessinateurs.com Vous pouvez me suivre sur Instagram, Bluesky ou Facebook.

30 Dec 2023 1:06pm GMT

15 Feb 2022

feedCooking with Amy: A Food Blog

How to Use Bean and Legume Pasta

Much as I love pasta, I'm not sure it loves me. Last year my carb-heavy comfort food diet led to some weight gain so I looked into low carb pasta as an alternative. There's a lot out there and I'm still trying different brands and styles, but I thought now would be a good time to share what I've learned so far.

Pasta with Butternut Squash and Brussels Sprouts

My introduction to legume and bean-based pasta was thanks to Barilla. I was lucky because I got to attend a webinar with Barilla's incredible chef, Lorenzo Boni. I tried his recipe for pasta with butternut squash and Brussels sprouts which I definitely recommend and have now made several times. If you've seen his wildly popular (150k+ followers!) Instagram feed you know he's a master at making all kinds of pasta dishes and that he often eats plant-based meals. I followed up with him to get some tips on cooking with pasta made from beans and legumes.

Pasta made with beans and legumes is higher in protein and so the recommended 2-ounce portion is surprisingly filling. But the texture isn't always the same as traditional semolina or durum wheat pasta. Chef Boni told me, "The nature of legume pasta makes it soak up more moisture than traditional semolina pasta, so you always want to reserve a bit of cooking water to adjust if needed." But when it comes to cooking, he says that with Barilla legume pasta you cook it the same way as semolina pasta. "Boil in salted water for the duration noted on the box and you'll have perfectly al dente pasta." They are all gluten-free.

Chickpea pasta

When I asked Chef Boni about pairing chickpea pastas with sauce he said, "Generally speaking, I prefer olive oil based sauces rich with vegetables, aromatic herbs and spices. Seafood also pairs well with chickpea options. If used with creamy or tomato-based sauces, keep in mind to always have some pasta water handy to adjust the dish in case it gets too dry." He added, "One of my favorite ways to prepare a legume pasta dish would be a simple chickpea rotini with shrimp, diced zucchini and fresh basil. The sauce is light enough to highlight the flavor of the pasta itself, while the natural sweetness helps keep the overall flavor profile more appealing to everyone." I like the Barilla brand because the only ingredient is chickpeas. Banza makes a popular line of chickpea pasta as well although they include pea starch, tapioca and xanthan gum.

Edamame pasta


I tried two different brands of edamame pasta, Seapoint Farms and Explore Cuisine. The Seapoint pasta has a rougher texture than the Explore. With the Seapoint I found the best pairings were earthy chunky toppings like toasted walnuts and sautéed mushrooms. The Explore Cuisine edamame & spirulina pasta is smoother and more delicate, and worked well with an Asian style peanut sauce. I was happy with the Seapoint brand, but would definitely choose the Explore brand instead if it's available.


Red lentil pasta

Red lentil pasta is most similar to semolina pasta. Barilla makes red lentil pasta in a variety of shapes. But for spaghetti, Chef Boni says, "Barilla red lentil spaghetti is pretty flexible and works well with pretty much everything. I love red lentil spaghetti with light olive oil based sauces with aromatic herbs and some small diced vegetables. It also works well with a lean meat protein." I have to admit, I have yet to try red lentil pasta, but I'm excited to try it after hearing how similar it is to semolina pasta. It is made only with red lentil flour, that's it. It's available in spaghetti, penne and rotini.

Penne for Your Thoughts

Do you remember seeing photos from Italian supermarkets where the shelves with pasta were barren except for penne? I too seem to end up with boxes of penne or rotini and not a clue what to do with them so I asked Chef Boni his thoughts on the subject. He told me, "Shortcuts such as rotini and penne pair very well with all kind of ragouts as well as tomato based and chunky vegetarian sauces. One of my favorite ways to prepare a legume pasta dish would be a simple chickpea rotini with shrimp, diced zucchini and fresh basil. The sauce is light enough to highlight the flavor of the pasta itself, while the natural sweetness helps keep the overall flavor profile more appealing to everyone." Thanks chef! When zucchini is in season I know what I will try!

15 Feb 2022 6:46pm GMT

23 Nov 2021

feedCooking with Amy: A Food Blog

A Conversation with Julia Filmmakers, Julie Cohen and Betsy West


Julia is a new film based on Dearie: The Remarkable Life of Julia Child by Bob Spitz and inspired by My Life in France by Julia Child with Alex Prud'homme and The French Chef in America: Julia Child's Second Act by Alex Prud'homme. Julia Child died in 2004, and yet our appetite for all things Julia hasn't waned.

I grew up watching Julia Child on TV and learning to cook the French classics from her books, And while I never trained to be a chef, like Child I also transitioned into a career focused on food, a subject I have always found endlessly fascinating. I enjoyed the new film very much and while it didn't break much new ground, it did add a layer of perspective that can only come with time. In particular, how Julia Child became a ubiquitous pop culture figure is addressed in a fresh way.


I reached out to the filmmakers,Julie Cohen and Betsy West to find out more about what inspired them and why Julia Child still holds our attention.



Julia Child died over 15 years ago and has been off TV for decades. Why do you believe we continue to be so fascinated by her?

In some ways Julia is the Godmother of modern American cooking - and eating. Her spirit looms over cooking segments on the morning shows, The Food Network, and all those overhead Instagram shots the current generation loves to take of restaurant meals. Beyond that, though, Julia's bigger than life personality and unstoppable joie de vivre are infectious. People couldn't get enough of her while she was living, and they still can't now.

There have been so many Julia Child films and documentaries, what inspired this one?

Well there'd been some great programs about Julia but this is the first feature length theatrical doc. Like everyone else, we adored Julie & Julia, but a documentary gives you a special opportunity to tell a person's story in their own words and with the authentic images. This is particularly true of Julia, who was truly one of a kind.

The impact of Julia Child how she was a groundbreaker really comes across in the film, are we understanding her in a different light as time passes?

People understand that Julia was a talented television entertainer, but outside the professional food world, there's been an under-recognition of just how much she changed the 20th century food landscape. As Jose Andres points out in the film, almost every serious food professional has a sauce-splashed copy of "Mastering the Art of French Cooking" on their shelves. We also felt Julia's role in opening up new possibilities for women on television deserved more exploration. In the early 1960's the idea of a woman on TV who was neither a housewife nor a sex bomb but a mature, tall, confident expert was downright radical. She paved the way for many women who followed.

The food shots add an extra element to the film and entice viewers in a very visceral way, how did those interstitials come to be part of the film?

We knew from the start that we wanted to make food a major part of this story, not an afterthought. We worked with cook and food stylist Susan Spungen to determine which authentic Julia recipes could be integrated with which story beats to become part of the film's aesthetic and its plot. For instance the sole meunière is a key part of the story because it sparked her obsession with French food, and the pear and almond tart provides an enticing metaphor for the sensual side of Julia and Paul's early married years.

Note: Susan Spungen was also the food stylist for Julie & Julia

Julia is in theaters now.

23 Nov 2021 11:30pm GMT

05 Oct 2021

feedCooking with Amy: A Food Blog

Meet my Friend & Mentor: Rick Rodgers of the Online Cooking School Coffee & Cake


Rick Rodgers

I met Rick Rodgers early in my career as a recipe developer and food writer when we were both contributors to the Epicurious blog. Not only is he a lot of fun to hang out with, but he has also been incredibly helpful to me and is usually the first person I call when I'm floundering with a project, client, or cooking quandary. His interpersonal skills, business experience, and cooking acumen explain why he's been recognized as one of the top cooking instructors in America. Literally.


You built a career as a cooking instructor and cookbook author. How many cookbooks have you written?

I was asked recently to make an official count, and It looks like an even hundred. Many of those were collaborations with chefs, restaurants, celebrities, bakeries, and business entities, such as Tommy Bahama, Williams-Sonoma, and Nordstrom. I made it known that I was available for collaboration work, and my phone literally rang off the hook for quite a few years with editors and agents looking for help with novice writers or those that wanted a branded book.


Which cookbook(s) are you most proud of?

There are three books that I get fan mail for almost every day: Kaffeehaus (where I explore the desserts of my Austrian heritage), Thanksgiving 101 (a deep dive into America's most food-centric holiday and how to pull it off), and Ready and Waiting (which was one of the first books to take a "gourmet" approach to the slow cooker). These books have been in print for 20 years or more, which is a beautiful testament to their usefulness to home cooks.


How did you get started as a cooking instructor and what are some highlights of your teaching career?

I was a theater major at San Francisco State College (now University), so getting in front of a crowd held no terrors for me. When more brick-and-mortar cooking schools opened in the eighties, I was ready for prime time. During that period, there were at least twelve cooking schools in the Bay Area, so I made quarterly trips here a year from the east coast, where I had moved. My Thanksgiving classes were so popular that I taught every day from November 1 to Thanksgiving, with a couple of days off for laundry and travel. The absolute pinnacle of my teaching career was being named Outstanding Culinary Instructor of The Year by Bon Appétit Magazine's Food and Entertaining Awards, an honor that I share with only a handful of other recipients, including Rick Bayless and Bobby Flay.

Flódni
Flódni


How have cooking classes changed since you started?

Because there are so many classes available, I can teach at any level of experience. At the cooking schools, we tended to walk a fine line between too difficult and too easy. The exposure to different cuisines and skill levels on TV also has seriously raised the bar. Unfortunately, students want to walk before they can run. They want to learn how to make croissants when I doubt that they can bake a pound cake correctly. It is best to build on your skills instead of going right to the top. That being said, in my online classes, I am concentrating on the more challenging recipes because that is what the market demands of me.


Tell me about your baking school, coffeeandcake.org

As much as I loved my cookbooks and in-person classes, I knew there was a more modern way to reach people who wanted to cook with me, especially since so many cooking schools had closed. I retired the day I got my first Social Security check. But…as I was warned by my friends who knew me better than I did…I was bored, and wanted a new project. I heard about online classes through other teachers who were having success. I found an online course specifically for cooking classes (Cooking Class Business School at HiddenRhythm.com), got the nuts and bolts down, and I finally entered the 21st century!


How do you decide which recipes to teach?

I felt there were plenty of other places to learn how to make chocolate chip cookies and banana bread-just take a look on YouTube alone. I had a specialty of Austro-Hungarian baking thanks to my Kaffeehaus book, so I decided to niche into that category. I have branched out to a few other locations, but my goal is to expose students to something new and out of the ordinary. I also survey my students on what they would like me to teach, and those answers are amazing. People are truly interested in the more difficult desserts. Perhaps it is because so many people discovered baking as a hobby during the pandemic?


For students who have your cookbooks, what are the advantages of taking an online class?

There is no substitute for seeing a cook in action. Plus you get to answer questions during class. In a recent class, I made six-layer Dobos Torte in two hours' real-time to prove that you can do it without giving up a week of your life. And we don't have to travel to each other to be "together." My classes are videotaped so you can watch them at your convenience.


What are some highlights of your upcoming schedule of classes?

Honey cake
Honey cake

In October, I am teaching virtually all Hungarian desserts, things that will be new to most people. I am making one of my absolute favorites, Flódni, which is a Jewish bar cookie (almost a cake) with layers of apple, poppy seeds, and walnuts between thin sheets of wine-flavored cookie dough. San Franciscans in particular will be happy to see a master class that I am teaching with the delightful Michelle Polzine, owner of the late and lamented 20th Century Cafe and author of Baking at the 20th Century Cafe. We will be making her (in)famous 12-layer honey cake on two coasts, with me doing the heavy lifting in New Jersey and Michelle guiding me from the west coast. That is going to be fun! In November and December, I am switching over to holiday baking and a few savory recipes for Thanksgiving, including my fail-proof turkey and gravy, which I have made over 300 times in classes over 30 years' worth of teaching. It ought to be perfect by now




Head to Coffee and Cake to sign up for classes or learn more.






05 Oct 2021 3:56pm GMT

03 Dec 2014

feedVincent Caut




!!!



Changement d'adresse !

Maintenant, ça se passe ICI



!!!

03 Dec 2014 8:12pm GMT

16 Jul 2014

feedVincent Caut

16 juillet 2014

16 Jul 2014 6:08pm GMT

14 Jul 2014

feedVincent Caut

14 juillet 2014

Après presque un mois et demi d'absence, deux bouclages d'albums et plein de projets, je trouve enfin le
temps de poster quelque chose sur ce blog ! Ces jours-ci, je vais avoir pas mal de choses à vous montrer !
On commence tranquille avec un petit dessin aux couleurs estivales.

14 Jul 2014 4:25pm GMT