Title: Block Areas
Author: Felix Arntz
Published: <strong>4 ביולי 2019</strong>
Last modified: 20 באוגוסט 2019

---

חיפוש תוספים

תוסף זה **לא נבדק ב-3 הגרסאות הראשיות האחרונות של וורדפרס**. ייתכן והתוסף כבר לא
מתוחזק או נתמך על ידי יוצריו, וייתכן שיהיו לו בעיות תאימות בגרסות וורדפרס עדכניות
יותר.

![](https://s.w.org/plugins/geopattern-icon/block-areas.svg)

# Block Areas

 מאת [Felix Arntz](https://profiles.wordpress.org/flixos90/)

[הורדה](https://downloads.wordpress.org/plugin/block-areas.0.2.0.zip)

 * [פרטים](https://he.wordpress.org/plugins/block-areas/#description)
 * [סקירות](https://he.wordpress.org/plugins/block-areas/#reviews)
 *  [התקנה](https://he.wordpress.org/plugins/block-areas/#installation)
 * [פיתוח](https://he.wordpress.org/plugins/block-areas/#developers)

 [תמיכה](https://wordpress.org/support/plugin/block-areas/)

## תיאור

Introduces a simple method for defining block areas to use the block editor outside
of the post content.

This is an experimental plugin that explores basic usage of Gutenberg blocks outside
of the content bubble, on a sitewide level.

In the long term it will likely eliminate itself once WordPress core and Gutenberg
will have completed the next phase of advancing to the sitewide level. The plugin
exists as a baseline to have an easy way for experimenting with similar functionality
already today.

#### Usage

After activating the plugin, you can create and edit block areas under _Appearance
> Block Areas_. There should be two block areas already, `header` and `footer`.

Block areas are identified by their unique slug. Since `header` and `footer` are
expected to exist, make sure not to delete them.

In order to print a specific block area, for example in your theme, use `block_areas()-
>render( $slug )` (e.g. `block_areas()->render( 'header' )`).

You can also explicitly add theme support, specifying which block area slugs your
theme relies on (e.g. `add_theme_support( 'block-areas', 'header', 'footer' )`).

## צילומי מסך

 * [[
 * Block areas admin screen

## התקנה

 1. Upload the entire `block-areas` folder to the `/wp-content/plugins/` directory 
    or download it through the WordPress backend.
 2. Activate the plugin through the 'Plugins' menu in WordPress.

## שאלות נפוצות

  Where should I submit my support request?

For regular support requests, please use the [wordpress.org support forums](https://wordpress.org/support/plugin/block-areas).
If you have a technical issue with the plugin where you already have more insight
on how to fix it, you can also [open an issue on Github instead](https://github.com/wprig/block-areas/issues).

  How can I contribute to the plugin?

If you have some ideas to improve the plugin or to solve a bug, feel free to raise
an issue or submit a pull request in the [Github repository for the plugin](https://github.com/wprig/block-areas).
Please stick to the [contributing guidelines](https://github.com/wprig/block-areas/blob/master/CONTRIBUTING.md).

You can also contribute to the plugin by translating it. Simply visit [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/block-areas)
to get started.

## סקירות

![](https://secure.gravatar.com/avatar/6d7616c0b4c9dde076ce99c3dd4c5d36b7a522d1f7a129957de2c35b3d33a976?
s=60&d=retro&r=g)

### 󠀁[Simple & Powerful](https://wordpress.org/support/topic/simple-powerful-21/)󠁿

 [Paul Bystrzan](https://profiles.wordpress.org/inkm/) 12 בדצמבר 2019

I totally agree with @markhowellsmead – it's a real pleasure to use Your solution.
Hope we'll be able to work with it as core WordPress functionality soon.

![](https://secure.gravatar.com/avatar/a133e56712d12c4d2add2d1668313203eb3d5a76f41e793a2e7c2012131b6b16?
s=60&d=retro&r=g)

### 󠀁[Very simple yet very powerful](https://wordpress.org/support/topic/very-simple-yet-very-powerful/)󠁿

 [Mark Howells-Mead](https://profiles.wordpress.org/markhowellsmead/) 5 באוקטובר
2019

Great idea and reliable plugin, which we use to allow our clients to edit areas 
using Gutenberg outside of the main content area.

![](https://secure.gravatar.com/avatar/d6bc55c5cf788874e661bd742e1a9dcdcb180fd0010cbd53eacc96bbeeecf340?
s=60&d=retro&r=g)

### 󠀁[Easy To Use](https://wordpress.org/support/topic/easy-to-use-2700/)󠁿

 [dbm44](https://profiles.wordpress.org/dbm44/) 22 באוגוסט 2019

Works great! Simple to use and delivers block areas in page templates where I need
them

 [ קראו את כל 3 הסקירות ](https://wordpress.org/support/plugin/block-areas/reviews/)

## מפתחים

"Block Areas" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

 *   [ Felix Arntz ](https://profiles.wordpress.org/flixos90/)

[ניתן לתרגם את "Block Areas" לשפה שלך.](https://translate.wordpress.org/projects/wp-plugins/block-areas)

### מעוניינים בפיתוח?

[עיינו בקוד](https://plugins.trac.wordpress.org/browser/block-areas/), ראו את הקוד
ב-[SVN repository](https://plugins.svn.wordpress.org/block-areas/), או הירשמו ל[לוג פיתוח](https://plugins.trac.wordpress.org/log/block-areas/)
באמצעות [RSS](https://plugins.trac.wordpress.org/log/block-areas/?limit=100&mode=stop_on_copy&format=rss).

## שינויים

#### 0.2.0

 * Allow themes to explicitly add `block-areas` theme support and specify which 
   areas they use.

#### 0.1.0

 * Initial release

## מטא

 *  גרסה: **0.2.0**
 *  Last updated **לפני 7 שנים**
 *  Active installations **50+**
 *  WordPress version ** 5.0 ומעלה **
 *  Tested up to **5.2.24**
 *  PHP version ** 7.0 ומעלה **
 *  שפה
 * [English (US)](https://wordpress.org/plugins/block-areas/)
 * Tags
 * [blocks](https://he.wordpress.org/plugins/tags/blocks/)[editor](https://he.wordpress.org/plugins/tags/editor/)
   [gutenberg](https://he.wordpress.org/plugins/tags/gutenberg/)[theming](https://he.wordpress.org/plugins/tags/theming/)
 *  [תצוגה מתקדמת](https://he.wordpress.org/plugins/block-areas/advanced/)

## דרוגים

 5 out of 5 stars.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/block-areas/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/block-areas/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/block-areas/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/block-areas/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/block-areas/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/block-areas/reviews/#new-post)

[הצג הכל](https://wordpress.org/support/plugin/block-areas/reviews/)

## תורמים

 *   [ Felix Arntz ](https://profiles.wordpress.org/flixos90/)

## תמיכה

יש לך משהו לומר? זקוק לעזרה?

 [פורום תמיכה](https://wordpress.org/support/plugin/block-areas/)