Title: Pagely MultiEdit
Author: joshua strebel
Published: <strong>14.02.2010</strong>
Last modified: 10.05.2016

---

Шукати плагіни

Цей плагін **не перевірявся з останніми 3-ма основними випусками WordPress**. Можливо,
він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності
при використанні з більш новими версіями WordPress.

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

# Pagely MultiEdit

 Від автора [joshua strebel](https://profiles.wordpress.org/joshuastrebel/)

[Завантажити](https://downloads.wordpress.org/plugin/pagely-multiedit.zip)

 * [Деталі](https://uk.wordpress.org/plugins/pagely-multiedit/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/pagely-multiedit/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/pagely-multiedit/#installation)
 * [Розробка](https://uk.wordpress.org/plugins/pagely-multiedit/#developers)

 [Підтримка](https://wordpress.org/support/plugin/pagely-multiedit/)

## Опис

One thing I always wished WP would do better is allow for multiple editable content
blocks on page templates. This plugin uses custom fields to create simple tinyMCE
editable regions on page templates.

See Instructions and Usage Examples here: [Pagely MultiEdit plugin](https://pagely.com/multiedit-plugin/)

NOTE: Must be used inside/after the opening loop statement:
 while (have_posts()):
the_post(); multieditDisplay(‘YourBlockName’);

Brought to you by: [Pagely WordPress Hosting](https://pagely.com)

Follow [@strebel](http://twitter.com/strebel) and feel free to check out [Pagely](https://pagely.com)

## Встановлення

[Instructions here](https://pagely.com/multiedit-plugin/)

## Відгуки

Для цього плагіна немає відгуків.

## Учасники та розробники

“Pagely MultiEdit” — проект з відкритим вихідним кодом. В розвиток плагіну внесли
свій вклад наступні учасники:

Учасники

 *   [ joshua strebel ](https://profiles.wordpress.org/joshuastrebel/)

[Перекладіть “Pagely MultiEdit” на вашу мову.](https://translate.wordpress.org/projects/wp-plugins/pagely-multiedit)

### Цікавитесь розробкою?

[Перегляньте код](https://plugins.trac.wordpress.org/browser/pagely-multiedit/),
перегляньте [сховище SVN](https://plugins.svn.wordpress.org/pagely-multiedit/) або
підпишіться на [журнал розробки](https://plugins.trac.wordpress.org/log/pagely-multiedit/)
за допомогою [RSS](https://plugins.trac.wordpress.org/log/pagely-multiedit/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змін

#### 0.9.8.6

Tested w/ 4.5.2
 Patched: https://github.com/strebel/multiedit-plugin/pull/1

#### 0.9.8.5

Tested w/ 4.1.1 did some cleanup to make sure we save properly
 Hat tip: [rado.at](
https://wordpress.org/support/topic/change-request-tinymce-cleanup?replies=5)

#### 0.9.8.4

Tested w/ 3.8

#### 0.9.8.3

 * proper plugins_url() usage, Hat tip: [Scott Cariss] (https://wordpress.org/support/
   topic/plugin-pagely-multiedit-plugin-assets-not-loading-from-https)
 * added global $post; to drawMultieditHTML function, Hat Tip [adamnbowen](https://wordpress.org/support/topic/undefined-post-variable)
 * Render underscores in Declared names as spaces, and Camelcase as normal case,
   Hat Tip [adamnbowen](https://wordpress.org/support/topic/feature-camelcase-and-underscores-to-spaces-in-admin)

#### 0.9.8.2

 * Simple tweak to .js file to add new handles used in WP 3.3

#### 0.9.8.1

wp_enqueue_style and wp_enqueue_script. #facepalm

#### 0.9.8

 * tested with 3.1.2
 * commented out the print_r that shows the array of multi edit elements at the 
   bottom of the admin screen.
 * added file_exists to prevent error output for non-existent template file addressing
   [jmalleck’s comment](https://wordpress.org/support/topic/plugin-pagely-multiedit-compatibility-of-multiedit-097-and-wp-301)
 * added support for shortcodes (ONLY TESTED WITH [gallery]) in multi-edit regions.
   Thanks [Nick Ciske](https://wordpress.org/support/profile/nickciske)
 * clean some mce tags from regions, thanks [inpixelitrust](https://wordpress.org/support/profile/inpixelitrust)
 * added options page (with advert) to toggle shortcode usage. With shortcodes on
   it will apply filters to post data.. like displaying tweetmeme buttons.. again.
 * added a second param to multieditDisplay function for return, if true will return
   the value instead of echo. example: Assign content to $foo, `<?php $foo = multieditDisplay('
   Right',true)?>` then at some other time echo $foo `<? echo $foo ?>`
 * added a closing php ?> tag.. go figure.

#### 0.9.7

Re-assigned $post->page_template to page.php if “default”. Respects multiedit declaration
in header of page.php now. Still need to publish/update the page a couple times 
before the multi edit tabs appear above tinymce. I figure this is becuase $post-
>page_template is null until the page is actually saved.

#### 0.9.6

Tested with 3.0.. added post.php to array in init check

#### 0.9.5

 * force tinymce to visual mode when saving post
 * fixes the bug that main content was being overwritten if saved in html mode

#### 0.9.4

 * added some trim() to a few places.

#### 0.9.3

 * Did some refactoring, made sure no php notices were being thrown, added a notice
   if you have existing multiedit regions on the page, then change template to another
   multiedit enabled template with different declarations.

#### 0.9.2

 * check for empty $post->page_template and ignore

#### 0.9.1

 * changed version number so wp repo will show update

#### .9g

 * fixed weird behavior when saving a page not using multiedit.. basically does 
   not load the js

#### .9f

 * Fixed bug that would replace tinymce content before save if no multiedit fields
   avail. You deleted or changed content, and hit update page and it would put your
   old content back in.

#### .9e

 * Added disabled message if tinymce is not being used.. for now

#### .9d

 * Mo betta

#### .9c

 * Better check for edit page and custom template before running

#### .9b

 * Fixed dumb oversight that borked 0.9, plugin can now find the .js and .css file.

#### .9

 * Ported from an [old plugin](http://saint-rebel.com/2008/09/26/multiedit-region-wordpress-plugin/)
   we wrote.

## Мета

 *  Версія **0.9.8.6**
 *  Останнє оновлення **10 років тому**
 *  Активних встановлень **300+**
 *  Версія WordPress ** 2.9 або вище **
 *  Tested up to **4.5.33**
 *  Мова
 * [English (US)](https://wordpress.org/plugins/pagely-multiedit/)
 * Позначки
 * [admin](https://uk.wordpress.org/plugins/tags/admin/)[cms](https://uk.wordpress.org/plugins/tags/cms/)
   [formatting](https://uk.wordpress.org/plugins/tags/formatting/)[page](https://uk.wordpress.org/plugins/tags/page/)
   [pages](https://uk.wordpress.org/plugins/tags/pages/)
 *  [Розширений перегляд](https://uk.wordpress.org/plugins/pagely-multiedit/advanced/)

## Оцінки

 4.2 out of 5 stars.

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

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

[See all reviews](https://wordpress.org/support/plugin/pagely-multiedit/reviews/)

## Учасники

 *   [ joshua strebel ](https://profiles.wordpress.org/joshuastrebel/)

## Підтримка

Є що сказати? Потрібна допомога?

 [Перейти в форум підтримки](https://wordpress.org/support/plugin/pagely-multiedit/)