Post Duplicator

Описание

Этот плагин был создан, чтобы сделать точную копию выбранной записи. Поддерживаются пользовательские типы записей, а также пользовательские таксономии и кастомные поля.

*Примечание: комментарии к новой записи не передаются.

Этот плагин предназначен для быстрого и простого дублирования записей. Просто наведите курсор на сообщение на экране редактирования и выберите «Дублировать {post_type}», чтобы создать дубликат записи.

Я создал этот плагин в основном для себя. Когда я разрабатываю сайты на WordPress мне всегда нужен фиктивный контент, чтобы заполнить внешний вид веб-сайта, и мне нужен очень быстрый и простой способ создания нескольких записей.

Скриншоты

  • Пример дублирования ссылки
  • Просмотреть страницу настроек

Установка

  1. Загрузите директорию m4c-postduplicator в директорию /wp-content/plugins/
  2. Активируйте плагин используя меню ‘Плагины’ в WordPress

Часто задаваемые вопросы

ЕСуществуют ли какие-либо настройки, которые мне нужно настроить?

Нет, но есть пара параметров, которые вы можете изменить, если захотите.
Просмотрите настройки, перейдя в ‘Инструменты > Post Duplicator’.

Как мне установить плагин?

Проверьте вкладку «Установка».

Отзывы

10.01.2022
simple and it just works. But I had to delete it because I found in server logs it constantly communicates with the server, causing an unnecessary load even when I'm not using the plugin. It baffled me. Why..?
16.07.2021
It worked with duplicating posts from my custom taxonomy. nice 😉
17.05.2021
Much better than Yoast Post Duplicate and Page Duplicate plugins. It is a shame this plugin seems to be burried. It works better, and follows admin setting guidelines. And best of all, it does not have any obstrusive pro money swindling practices.
Посмотреть все 69 отзывов

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

«Post Duplicator» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

«Post Duplicator» переведён на 10 языков. Благодарим переводчиков за их работу.

Перевести «Post Duplicator» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

2.31

  • Disabled Polylang post_translations taxonomy from attaching to duplicated posts

2.30

  • Additional fix to issue with unicode characters in Gutenberg blocks

2.29

  • Resolved issue with unicode characters in Gutenberg blocks

2.28

  • Bug fix from last update

2.27

  • Sanitization and validation updates
  • Settings page optimization

2.26

  • Removed duplicate functionality from post trash pages
  • Database sanitization updates
  • Asset loading path updates

2.25

  • Multiple data sanitization updates

2.24

  • Settings sanitization updates

2.23

  • Added setting to limit post duplication to current user
  • Added setting to setup duplicated post author to current user
  • Set the default setting of duplicated post author to current user

2.22

  • Fixed Gutenburg escaping in returns for ACF blocks

2.21

  • Javascript update for WP 5.5

2.20

  • Added «do_action( ‘mtphr_post_duplicator_created’, $original_id, $duplicate_id, $settings )» action for custom actions on duplicated post
  • Added «mtphr_post_duplicator_action_row_link( $post )» function for custom post action rows
  • Separated post duplicated function outsite of ajax call for custom uses
  • Removed limitations of backend script to load only on specific pages

2.19

  • Added Duplicate button to published post edit pages

2.18

  • Modified javascript for allow duplication of duplicated page before page reload

2.17

  • Исправление уязвимости XSS
  • Языковые файлы обновлены

2.16

  • Modified how post meta is saved to database
  • Modified duplicate slug implementation
  • Added file duplication support for the WP Customer Area plugin

2.15

  • Added default value for duplicate post slug
  • New setting to append a custom string to the duplicate post title

2.14

  • New setting to append a custom string to the duplicate post slug

2.13

  • Fixed bug due to «wp_old_slug_redirect» function in core

2.12

  • Fixed page reload bug after duplication

2.11

  • Added ability to duplicate posts to other post types

2.10

  • Added page duplication support for the WP Customer Area plugin

2.9

  • Now supports multiple values of a single custom field during duplication

2.8

  • Добавлена немецкая локализация
  • Добавлена японская локализация
  • Обновлён файл настроек для локализации

2.7

  • Modified duplicated posts data: post_date_gmt, post_modified, post_modified_gmt

2.6

  • Changed the default published status to Draft

2.5

  • Changed the default post date of duplicated posts to be the current time.

2.4

  • Cleaned up some code.
  • Updated localization code and files.

2.2

  • Updated metaboxer code.

2.0

  • Added a settings page to set ‘post status’ and ‘date’ of duplicated posts.

1.1

  • Updated filenames and paths so the plugin works.