Title: Блокі
Author: WordPress.org
Published: 1 снежня, 2025

---

# Блокі

Block components. No code. Just click and insert content.

![](https://wordpress.org/files/2024/05/blocks-feature-1.png)

## Стварайце без абмежаванняў

The technology that powers much of the web has never been easier to learn. Blocks
allow you to visually interact with any piece of content, with or without code—fueling
rich layouts, interactive onboarding, and endless extensibility. As powerful for
design as they are for development, but still intuitive enough for newcomers.

[Стварэнне блокаў](https://developer.wordpress.org/block-editor/getting-started/create-block/)

[Праглядзіце каталог блокаў](https://bel.wordpress.org/plugins/browse/block/)

![](https://wordpress.org/files/2023/08/block-paragraph.png)

Параграф

![](https://wordpress.org/files/2023/08/block-heading.png)

Загаловак

![](https://wordpress.org/files/2023/08/block-media-text.png)

Медыя

![](https://wordpress.org/files/2023/08/block-image.png)

Выява

![](https://wordpress.org/files/2023/08/block-video.png)

Відэа

![](https://wordpress.org/files/2023/08/block-audio.png)

Аўдыё

![](https://wordpress.org/files/2023/08/block-columns.png)

Слупкі

![](https://wordpress.org/files/2023/08/block-file.png)

Файл

## Сакрэтная сіла WordPress

Blocks are the visual foundation of WordPress, and can be used to create and manage
every part of your site. They're also easier than you think. Learn how to edit a
block and you learn how to use all of WordPress—without having to write code. For
inspiration, check out what others have done with WordPress in the Showcase.

[Паглядзець вітрыну](https://wordpress.org/showcase/)

![](https://wordpress.org/files/2024/05/patterns-collage.jpg)

## Complete creative control

The WordPress editor is the default way to insert, transform, style, and move your
blocks around on a visual canvas thanks to a simple drag-and-drop interface.

[Паспрабуйце блокі ўжывую](https://bel.wordpress.org/gutenberg?output_format=md)

    ```wp-container-content-0733e5d0
    registerBlockType( 'your-first-block/hello-world', {
        edit: function () {
            return <p>Hello world (from the editor)</p>;
        },
        save: function () {
            return <p>Hello world (from the frontend)</p>;
        },
    } );
    ```

Hello world (from the editor)

## Стварыце свой уласны

If you can’t find a block that suits your needs, create your own. Creating a block
is as simple as building a React component. Use the  `@wordpress/create-block` package
to jumpstart your creation.

[Стварыць блок](https://developer.wordpress.org/block-editor/getting-started/tutorial/)

## See what's new with blocks

The latest major WordPress version includes updates that can improve the blocks 
you use and enhance your overall site-building experience. Get more details about
what features are available in the current release.

[Даведайцеся пра апошні выпуск WordPress](https://bel.wordpress.org/6.9)

![](https://wordpress.org/files/2024/07/6-6-whats-new-i1.png)

## Толькі пачатак

While blocks are powerful on their own, they’re also part of something bigger and
can be combined or deployed in various ways. As a unified and open syntax, they're
easily understood by editors, browsers, and even AI. So whoever is editing will 
find it easy to make vibrant, personalized designs and experiences happen, fast.

[Create custom blocks](https://developer.wordpress.org/block-editor/getting-started/create-block/)

[Design block patterns](https://bel.wordpress.org/patterns/?output_format=md)

[Build block themes](https://developer.wordpress.org/themes/block-themes/)

[Deploy blocks](https://developer.wordpress.org/block-editor/how-to-guides/platform/custom-block-editor/)