Title: بلوک‌ها
Author: WordPress.org
Published: دسمبر 1, 2025

---

# بلوک‌ها

اجزای بلوکی. بدون کد. فقط کلیک کنید و محتوا را درج کنید.

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

## بدون محدودیت بسازید

یادگیری فناوریی که بخش اعظم وب را تامین می کند، هرگز آسان‌تر از این نبوده است. بلوک‌ها
به شما اجازه می‌دهند تا به صورت بصری با هر محتوایی، با و یا بدون کد، تعامل داشته
باشید — آنها طرح‌بندی‌های غنی، نصب تعاملی و توسعه‌پذیری بی‌پایان را تامین می‌کنند.
به همان اندازه که برای طراحی و توسعه قدرتمند هستند، برای تازه واردان هم قابل درکند.

[ایجاد بلوک](https://developer.wordpress.org/block-editor/getting-started/create-block/)

[Browse the block directory](https://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’s secret power

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://fa.wordpress.org/showcase/)

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

## کنترل خلاقانه کامل

ویرایشگر وردپرس روشی پیش‌فرض برای درج، تبدیل، سبک‌دهی و جابجایی بلوک‌های شما در 
یک بوم دیداری به لطف یک رابط ساده‌ی کشیدن و رها کردن است.

[بلوک‌ها را زنده امتحان کنید](https://fa-af.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>;
        },
    } );
    ```

سلام دنیا (از ویرایشگر)

## بلاک خودت را بساز

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.

[Discover the latest WordPress release](https://wordpress.org/7.0)

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

## Only the beginning

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://fa-af.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/)