Title: Block Areas
Author: Felix Arntz
Published: <strong>4 Temmuz 2019</strong>
Last modified: 20 Ağustos 2019

---

Eklentilerde ara

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

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

# Block Areas

 [Felix Arntz](https://profiles.wordpress.org/flixos90/) tarafından

[İndir](https://downloads.wordpress.org/plugin/block-areas.0.2.0.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/block-areas/#description)
 * [İncelemeler](https://tr.wordpress.org/plugins/block-areas/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/block-areas/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/block-areas/#developers)

 [Destek](https://wordpress.org/support/plugin/block-areas/)

## Açıklama

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' )`).

## Ekran Görüntüleri

[⌊Block areas admin screen⌉⌊Block areas admin screen⌉[

Block areas admin screen

## Yükleme

 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.

## SSS

  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.

## İncelemeler

![](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 Aralık 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 Ekim 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 Ağustos 2019

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

 [ 3 incelemeyi oku ](https://wordpress.org/support/plugin/block-areas/reviews/)

## Katkıda Bulunanlar ve Geliştiriciler

“Block Areas” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

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

[“Block Areas” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/block-areas)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/block-areas/), [SVN deposuna](https://plugins.svn.wordpress.org/block-areas/)
göz atın ya da [RSS](https://plugins.trac.wordpress.org/log/block-areas/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/block-areas/) 
abone olun.

## Değişiklik Kaydı

#### 0.2.0

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

#### 0.1.0

 * Initial release

## Meta

 *  Sürüm **0.2.0**
 *  Son güncelleme **7 yıl önce**
 *  Etkin kurulumlar **50+**
 *  WordPress sürümü ** 5.0 veya üstü **
 *  Test edilen sürüm **5.2.24**
 *  PHP sürümü ** 7.0 veya üstü **
 *  Dil
 * [English (US)](https://wordpress.org/plugins/block-areas/)
 * Etiketler
 * [blocks](https://tr.wordpress.org/plugins/tags/blocks/)[editor](https://tr.wordpress.org/plugins/tags/editor/)
   [gutenberg](https://tr.wordpress.org/plugins/tags/gutenberg/)[theming](https://tr.wordpress.org/plugins/tags/theming/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/block-areas/advanced/)

## Puanlar

 5 üzerinden 5 yıldız.

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

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

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/block-areas/reviews/)

## Katkıda bulunanlar

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

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/block-areas/)