الوصف
يسمح هذا المكون الإضافي للمستخدمين باستنساخ المقالات من أي نوع، أو نسخها إلى مسودات جديدة لمزيد من التحرير.
كيفية عمله:
-
في “تحرير المقالة” / “تحرير الصفحات” ، يمكنك النقر فوق رابط “استنساخ” أسفل عنوان المقالة / الصفحة: سيؤدي هذا إلى إنشاء نسخة على الفور والعودة إلى القائمة.
-
In ‘Edit Posts’/’Edit Pages’, you can select one or more items, then choose ‘Clone’ in the ‘Bulk Actions’ dropdown to copy them all at once.
-
في “تحرير المنشورات” / “تحرير الصفحات” ، يمكنك النقر فوق رابط “مسودة جديدة” أسفل عنوان المقالة/ الصفحة.
-
On the post edit screen, you can click on ‘Copy to a new draft’ above “Cancel”/”Move to trash” or in the admin bar.
-
أثناء عرض المقالة كمستخدم مسجّل الدخول، يمكنك النقر فوق “نسخ إلى مسودة جديدة” في شريط الإدارة.
ستؤدي ٣ و ٤ و ٥ إلى صفحة التحرير الخاصة بالمسودة الجديدة: قم بتغيير ما تريد، وانقر فوق “نشر” ، وبذلك تكون قد انتهيت.
There is also a template tag, so you can put it in your templates and clone your posts/pages from the front-end. Clicking on the link will lead you to the edit page for the new draft, just like the admin bar link.
Duplicate Post has many useful settings to customize its behavior and restrict its use to certain roles or post types. Check out the extensive documentation on yoast.com and our developer docs.
المساهمة
إذا وجدت هذا مفيدًا وكنت ترغب في المساهمة، فهناك طريقتان:
- Submit your bug reports, suggestions and requests for features on GitHub;
- إذا كنت تريد ترجمته إلى لغتك (هناك فقط بضعة أسطر من النص) ، يمكنك استخدام مشروع ترجمة;
لقطات الشاشة
التنصيب
استخدم ميزة أضف مكون جديد في WordPress، أو ابحث عن “مقالة مكررة” ، أو قم بتنزيل الأرشيف و:
- فك ضغط الأرشيف على كمبيوترك
- Upload
duplicate-postdirectory to the/wp-content/plugins/directory - قم بتفعيل المكون الإضافي من خلال قائمة “الإضافات” في WordPress
- Go to Settings -> Duplicate Post and customize behaviour as needed
الأسئلة المتكررّة
-
الإضافة لا تعمل، لماذا؟
-
First, check your version of WordPress: the plugin is not supposed to work on old versions anymore. Make sure also to upgrade to the last version of the plugin!
ثم حاول تعطيل ثم إعادة التفعيل مرة أخرى، فقد أفاد بعض الأعضاء أن هذا الإجراء يحل المشكلة.
انتبه أيضًا إلى علامة التبويب “الأذونات” في الإعدادات: تأكد من تمكين المكون الإضافي للأدوار وأنواع المقالة المطلوبة.
If it still doesn’t work, maybe there is some kind of conflict with other plugins: feel free to write in the forum and we’ll try to discover a solution (it will be really helpful if you try to deactivate all your other plugins one by one to see which one conflicts with mine… But do it only if you know what you’re doing, I will not be responsible of any problem you may experience).
-
هذه الإضافة غير مترجمة لأي لغة!
-
From version 3.0 the plugin’s translations are managed by the WordPress.org platform and the plugin is shipped without language files, so first of all update translations under Dashboard->Updates.
If Duplicate Post is still in English, or if there are some untranslated strings, you can help translating to your language: you only need a WordPress.org account.
المراجعات
المساهمون والمطوّرون
“Yoast Duplicate Post استنساخ الصفحات والمقالات” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.
المساهمونلقد تم ترجمة ”Yoast Duplicate Post استنساخ الصفحات والمقالات“ إلى 51 لغة. شكراً إلى جميع المُترجمين لمُساهماتهم.
ترجمة ”Yoast Duplicate Post استنساخ الصفحات والمقالات“ إلى لغتك.
مُهتم بالتطوير؟
تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.
سجل التغييرات
4.6
Release date: 2026-03-09
Introduces smoother post duplication, more reliable rewrite workflows, and better compatibility across languages and configurations. Read more here!
Enhancements
- Improves the compatibility with the Block Editor.
- Improves the style of the Copy to a new draft and Rewrite & Republish actions in the Block Editor.
- Replaces the metabox with a sidebar panel in the Block Editor.
Bugfixes
- Fixes a bug where cloning an attachment did not copy its caption as expected. Props to @masteradhoc.
- Fixes a bug where cloning an attachment did not copy its description as expected.
- Fixes a bug where notices would not be appearing in the block editor, throwing console errors, with some locales.
- Fixes a bug where Rewrite & Republish copies could remain orphaned, blocking editors from creating a new Rewrite & Republish copy for the original post.
- Fixes a bug where the block editor button were not styled if the admin bar links where not present.
- Fixes a bug where translations where missing in the buttons and the notices in the Block Editor. Props to @petitphp.
Other
- Improves security of the Bulk Clone action and the republishing of a copy.
- Adds
duplicate_post_before_republishandduplicate_post_after_republishaction hooks fired before and after republishing. Props to @piscis. - Deprecates the
dp_duplicate_postanddp_duplicate_pagehooks and introduces a new unifiedduplicate_post_after_duplicatedaction hook that replaces them. The new hook includes the post type as a fourth parameter for flexible filtering. - Sets the minimum supported WordPress version to 6.8.
- Sets the WordPress tested up to version to 6.9.
- Drops compatibility with PHP < 7.4.
- Verified compatibility with PHP up to version 8.5.
- Fixes the Developer Guide link that was leading to a non-existent page. Props to @masteradhoc.
- Fixes the documentation link to use a shortlink. Props to @masteradhoc.
- Improves how the translations are loaded by relying on the WordPress mechanism for that. Props to @swissspidy.
- Improves discoverability of security policy in Packagist.
- Users requiring this package via [WP]Packagist can now use the
composer/installersv2.
4.5
Release date: 2022-06-28
Enhancements
- Improves the impact of the plugin on the performance of the site by avoiding useless calls on the
gettextfilter.
Bugfixes
- Fixes a bug where a section in the Classic Editor’s submitbox would be displayed with incorrect margins.
Other
- Sets the WordPress tested up to version to 6.0.
Earlier versions
For the changelog of earlier versions, please refer to the changelog on yoast.com.






