Changeset 2289020
- Timestamp:
- 04/22/2020 07:07:55 AM (6 years ago)
- Location:
- copy-delete-posts
- Files:
-
- 2 edited
-
tags/1.0.5/readme.txt (modified) (11 diffs)
-
trunk/readme.txt (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
copy-delete-posts/tags/1.0.5/readme.txt
r2286690 r2289020 1 1 === Copy Delete Posts === 2 Contributors: CopyDeletePosts 3 Tags: Copy posts, Copy pages, Duplicate posts, Duplicate pages, Clone posts, Clone pages, Delete posts, Delete pages, Duplicate post, Duplicator, copy post, copy page 2 Contributors: CopyDeletePosts, copydelete 3 Tags: Copy posts, Copy pages, Duplicate posts, Duplicate pages, Clone posts, Clone pages, Delete posts, Delete pages, Duplicate post, Duplicator, copy post, copy page 4 4 Requires at least: 4.9 5 5 Tested up to: 5.4 … … 8 8 Requires PHP: 7.0 9 9 10 Duplicate posts and delete posts 10 Duplicate posts and delete posts 11 11 12 12 == Description == … … 29 29 **How to use it** 30 30 31 For all you visual people out there: 31 For all you visual people out there: 32 32 33 33 [youtube https://youtu.be/lX8UbDy62Do] … … 50 50 You can remove copy post or copy pages button on any of these places from the plugin menu (Other options). Copy post function on the editor screen can help you quickly multiply post you are working on currently (and open it in the new tab immediately, too), so you can quickly create two variations, pick the one you like better, and later use the remove duplicates capabilities to trash duplicate that you didn’t like. 51 51 52 The copy posts plugin also offers an intuitive tool to define how the new posts or pages should be named (e.g. you can add a counter or the time/date of copying, etc.). So you can replicate post that will have a simple name, e.g. “ExamplePost - #4” - where number at the end will increase with each copy made; or you can replicate page with much more detailed copy-name such as: “ExamplePage created at 12:15:01 on Saturday, July 4th, 2020” - thanks to PHP date/time shortcodes being supported in custom date settings. Long name always help to spot the clone post more easily, either for further use or to remove duplicate. 52 The copy posts plugin also offers an intuitive tool to define how the new posts or pages should be named (e.g. you can add a counter or the time/date of copying, etc.). So you can replicate post that will have a simple name, e.g. “ExamplePost - #4” - where number at the end will increase with each copy made; or you can replicate page with much more detailed copy-name such as: “ExamplePage created at 12:15:01 on Saturday, July 4th, 2020” - thanks to PHP date/time shortcodes being supported in custom date settings. Long name always help to spot the clone post more easily, either for further use or to remove duplicate. 53 53 54 54 Need to multiply page but also it’s child-page(s)? You can multiply pages all together with child-pages with all the copy settings that are applied to the parent page copy. … … 71 71 Even if you used this replicator tool to multiply pages or multiply posts in huge numbers, and you want to use this tool to trash duplicates every now and then, but leave out a few specific ones - you will be able to easily find duplicates when you use our duplicates scanner. After setting the parameters to find duplicates, you can use a search box to make sure you don’t delete duplicates you don’t want to, or remove duplicates to the last one (original included!). The duplicate checker tool can help you find duplicate and immediately visually check the clone page by clicking on the URL/slug link, in case you can’t tell by the name or the date clone page was created. 72 72 73 You can select to throttle the delete posts or delete pages process - which you may want to do when you’re on a slow server (note however: the plugin codes to delete posts or delete pages are already optimized, so usually there shouldn’t be an issue). 73 You can select to throttle the delete posts or delete pages process - which you may want to do when you’re on a slow server (note however: the plugin codes to delete posts or delete pages are already optimized, so usually there shouldn’t be an issue). 74 74 75 75 Copy Delete Posts is a cloner tool with a beautiful, modern design and features going beyond today’s post duplicator tools. Hopefully this will make it your favorite posts duplicator tool :) … … 78 78 79 79 - Use several configuration sets to copy posts or delete posts - useful when you want to quickly switch between the copy types, without having to go to the settings page. 80 - Export and import configuration sets - a handy tool for all of us who manage multiple sites and regularly replicate posts. 80 - Export and import configuration sets - a handy tool for all of us who manage multiple sites and regularly replicate posts. 81 81 - Also include information from third party plugins when you copy posts (e.g. Yoast-information linked to pages/posts) 82 - Replicate pages across multisite will also prove to be a real time-saver for multisite administrators 82 - Replicate pages across multisite will also prove to be a real time-saver for multisite administrators 83 83 - Automatically delete pages or posts - extremely useful for users that multiply posts or pages at high levels. 84 84 - Apply automatic redirects for deleted pages or posts … … 107 107 If you are trying to delete posts and it doesn’t work try to append your wp-config.php with this line of code: 108 108 `define('ALTERNATE_WP_CRON', true);` 109 Does it work if you try to delete posts then? If not, please reach out to us in the support forum. 109 Does it work if you try to delete posts then? If not, please reach out to us in the support forum. 110 110 111 111 = When I copy post or copy page, why is title of the duplicate not the same? = … … 113 113 114 114 = If I duplicate posts, how do I know what their original page was? = 115 It can be a challenge to keep track of the original content if you duplicate posts.To prevent this we suggest to not leave the prefix and suffix fields empty (which define the name of the new posts) if you duplicate posts. However, even if you want to duplicate posts without any prefix or suffix, you can solve the issue as follows: Go to section “Other options” (on the duplicate post plugin configuration page), and at the bottom of this section you will find the option “Show reference to original item?”. Check this to ensure you can always keep track of original posts when duplicate pages or posts. 115 It can be a challenge to keep track of the original content if you duplicate posts.To prevent this we suggest to not leave the prefix and suffix fields empty (which define the name of the new posts) if you duplicate posts. However, even if you want to duplicate posts without any prefix or suffix, you can solve the issue as follows: Go to section “Other options” (on the duplicate post plugin configuration page), and at the bottom of this section you will find the option “Show reference to original item?”. Check this to ensure you can always keep track of original posts when duplicate pages or posts. 116 116 117 117 = Can I limit who can duplicate posts on my site? = 118 By default only Administrators can access the plugin and copy posts or copy pages. You can extend these permissions to other user roles by going to the section “Other options”, and then tick boxes next to WP user roles that you want to give permission to. Then also those roles can duplicate posts (or delete posts). 118 By default only Administrators can access the plugin and copy posts or copy pages. You can extend these permissions to other user roles by going to the section “Other options”, and then tick boxes next to WP user roles that you want to give permission to. Then also those roles can duplicate posts (or delete posts). 119 119 120 120 = I want to duplicate posts *only*, i.e. not duplicate pages. Is that possible? = … … 122 122 123 123 = How can I make bulk copies? = 124 If you want to duplicate posts en masse, select the copy posts option in the “Bulk actions” menu. You’ll see the lightbox asking you to specify your duplicate post options (i.e. which elements to copy). 124 If you want to duplicate posts en masse, select the copy posts option in the “Bulk actions” menu. You’ll see the lightbox asking you to specify your duplicate post options (i.e. which elements to copy). 125 125 126 126 = I can duplicate posts but it takes a long time. Why? = 127 If you duplicate posts and it takes long, then you may have selected to include attachments in the duplicate posts configurations. Go to the second chapter titled “Which elements should be copied?” and de-select the attachments option to exclude those when you duplicate posts. 127 If you duplicate posts and it takes long, then you may have selected to include attachments in the duplicate posts configurations. Go to the second chapter titled “Which elements should be copied?” and de-select the attachments option to exclude those when you duplicate posts. 128 128 129 129 = Can I bulk delete posts created by this plugin? = … … 131 131 132 132 = Which dupicate post features do you have which the other plugins don’t? = 133 Other duplicate post plugins mostly only allow you to duplicate post to the same site. With the Copy Delete Posts plugin (premium version) you can duplicate post to other sites, e.g. duplicate post to a multisite, or duplicate post to a site on a different domain altogether (we’re currently working on this duplicate post functionality). Also, other duplicate post plugins don’t give you the granularity to define how to duplicate post, e.g. which elements specifically should appear on the cloned posts. 133 Other duplicate post plugins mostly only allow you to duplicate post to the same site. With the Copy Delete Posts plugin (premium version) you can duplicate post to other sites, e.g. duplicate post to a multisite, or duplicate post to a site on a different domain altogether (we’re currently working on this duplicate post functionality). Also, other duplicate post plugins don’t give you the granularity to define how to duplicate post, e.g. which elements specifically should appear on the cloned posts. 134 134 135 135 = Is this plugin GDPR friendly? = … … 180 180 = 1.0.0 = 181 181 * Initial release 182 183 -
copy-delete-posts/trunk/readme.txt
r2286692 r2289020 1 1 === Copy Delete Posts === 2 Contributors: CopyDeletePosts 3 Tags: Copy posts, Copy pages, Duplicate posts, Duplicate pages, Clone posts, Clone pages, Delete posts, Delete pages, Duplicate post, Duplicator, copy post, copy page 2 Contributors: CopyDeletePosts, copydelete 3 Tags: Copy posts, Copy pages, Duplicate posts, Duplicate pages, Clone posts, Clone pages, Delete posts, Delete pages, Duplicate post, Duplicator, copy post, copy page 4 4 Requires at least: 4.9 5 5 Tested up to: 5.4 … … 8 8 Requires PHP: 7.0 9 9 10 Duplicate posts and delete posts 10 Duplicate posts and delete posts 11 11 12 12 == Description == … … 29 29 **How to use it** 30 30 31 For all you visual people out there: 31 For all you visual people out there: 32 32 33 33 [youtube https://youtu.be/lX8UbDy62Do] … … 50 50 You can remove copy post or copy pages button on any of these places from the plugin menu (Other options). Copy post function on the editor screen can help you quickly multiply post you are working on currently (and open it in the new tab immediately, too), so you can quickly create two variations, pick the one you like better, and later use the remove duplicates capabilities to trash duplicate that you didn’t like. 51 51 52 The copy posts plugin also offers an intuitive tool to define how the new posts or pages should be named (e.g. you can add a counter or the time/date of copying, etc.). So you can replicate post that will have a simple name, e.g. “ExamplePost - #4” - where number at the end will increase with each copy made; or you can replicate page with much more detailed copy-name such as: “ExamplePage created at 12:15:01 on Saturday, July 4th, 2020” - thanks to PHP date/time shortcodes being supported in custom date settings. Long name always help to spot the clone post more easily, either for further use or to remove duplicate. 52 The copy posts plugin also offers an intuitive tool to define how the new posts or pages should be named (e.g. you can add a counter or the time/date of copying, etc.). So you can replicate post that will have a simple name, e.g. “ExamplePost - #4” - where number at the end will increase with each copy made; or you can replicate page with much more detailed copy-name such as: “ExamplePage created at 12:15:01 on Saturday, July 4th, 2020” - thanks to PHP date/time shortcodes being supported in custom date settings. Long name always help to spot the clone post more easily, either for further use or to remove duplicate. 53 53 54 54 Need to multiply page but also it’s child-page(s)? You can multiply pages all together with child-pages with all the copy settings that are applied to the parent page copy. … … 71 71 Even if you used this replicator tool to multiply pages or multiply posts in huge numbers, and you want to use this tool to trash duplicates every now and then, but leave out a few specific ones - you will be able to easily find duplicates when you use our duplicates scanner. After setting the parameters to find duplicates, you can use a search box to make sure you don’t delete duplicates you don’t want to, or remove duplicates to the last one (original included!). The duplicate checker tool can help you find duplicate and immediately visually check the clone page by clicking on the URL/slug link, in case you can’t tell by the name or the date clone page was created. 72 72 73 You can select to throttle the delete posts or delete pages process - which you may want to do when you’re on a slow server (note however: the plugin codes to delete posts or delete pages are already optimized, so usually there shouldn’t be an issue). 73 You can select to throttle the delete posts or delete pages process - which you may want to do when you’re on a slow server (note however: the plugin codes to delete posts or delete pages are already optimized, so usually there shouldn’t be an issue). 74 74 75 75 Copy Delete Posts is a cloner tool with a beautiful, modern design and features going beyond today’s post duplicator tools. Hopefully this will make it your favorite posts duplicator tool :) … … 78 78 79 79 - Use several configuration sets to copy posts or delete posts - useful when you want to quickly switch between the copy types, without having to go to the settings page. 80 - Export and import configuration sets - a handy tool for all of us who manage multiple sites and regularly replicate posts. 80 - Export and import configuration sets - a handy tool for all of us who manage multiple sites and regularly replicate posts. 81 81 - Also include information from third party plugins when you copy posts (e.g. Yoast-information linked to pages/posts) 82 - Replicate pages across multisite will also prove to be a real time-saver for multisite administrators 82 - Replicate pages across multisite will also prove to be a real time-saver for multisite administrators 83 83 - Automatically delete pages or posts - extremely useful for users that multiply posts or pages at high levels. 84 84 - Apply automatic redirects for deleted pages or posts … … 107 107 If you are trying to delete posts and it doesn’t work try to append your wp-config.php with this line of code: 108 108 `define('ALTERNATE_WP_CRON', true);` 109 Does it work if you try to delete posts then? If not, please reach out to us in the support forum. 109 Does it work if you try to delete posts then? If not, please reach out to us in the support forum. 110 110 111 111 = When I copy post or copy page, why is title of the duplicate not the same? = … … 113 113 114 114 = If I duplicate posts, how do I know what their original page was? = 115 It can be a challenge to keep track of the original content if you duplicate posts.To prevent this we suggest to not leave the prefix and suffix fields empty (which define the name of the new posts) if you duplicate posts. However, even if you want to duplicate posts without any prefix or suffix, you can solve the issue as follows: Go to section “Other options” (on the duplicate post plugin configuration page), and at the bottom of this section you will find the option “Show reference to original item?”. Check this to ensure you can always keep track of original posts when duplicate pages or posts. 115 It can be a challenge to keep track of the original content if you duplicate posts.To prevent this we suggest to not leave the prefix and suffix fields empty (which define the name of the new posts) if you duplicate posts. However, even if you want to duplicate posts without any prefix or suffix, you can solve the issue as follows: Go to section “Other options” (on the duplicate post plugin configuration page), and at the bottom of this section you will find the option “Show reference to original item?”. Check this to ensure you can always keep track of original posts when duplicate pages or posts. 116 116 117 117 = Can I limit who can duplicate posts on my site? = 118 By default only Administrators can access the plugin and copy posts or copy pages. You can extend these permissions to other user roles by going to the section “Other options”, and then tick boxes next to WP user roles that you want to give permission to. Then also those roles can duplicate posts (or delete posts). 118 By default only Administrators can access the plugin and copy posts or copy pages. You can extend these permissions to other user roles by going to the section “Other options”, and then tick boxes next to WP user roles that you want to give permission to. Then also those roles can duplicate posts (or delete posts). 119 119 120 120 = I want to duplicate posts *only*, i.e. not duplicate pages. Is that possible? = … … 122 122 123 123 = How can I make bulk copies? = 124 If you want to duplicate posts en masse, select the copy posts option in the “Bulk actions” menu. You’ll see the lightbox asking you to specify your duplicate post options (i.e. which elements to copy). 124 If you want to duplicate posts en masse, select the copy posts option in the “Bulk actions” menu. You’ll see the lightbox asking you to specify your duplicate post options (i.e. which elements to copy). 125 125 126 126 = I can duplicate posts but it takes a long time. Why? = 127 If you duplicate posts and it takes long, then you may have selected to include attachments in the duplicate posts configurations. Go to the second chapter titled “Which elements should be copied?” and de-select the attachments option to exclude those when you duplicate posts. 127 If you duplicate posts and it takes long, then you may have selected to include attachments in the duplicate posts configurations. Go to the second chapter titled “Which elements should be copied?” and de-select the attachments option to exclude those when you duplicate posts. 128 128 129 129 = Can I bulk delete posts created by this plugin? = … … 131 131 132 132 = Which dupicate post features do you have which the other plugins don’t? = 133 Other duplicate post plugins mostly only allow you to duplicate post to the same site. With the Copy Delete Posts plugin (premium version) you can duplicate post to other sites, e.g. duplicate post to a multisite, or duplicate post to a site on a different domain altogether (we’re currently working on this duplicate post functionality). Also, other duplicate post plugins don’t give you the granularity to define how to duplicate post, e.g. which elements specifically should appear on the cloned posts. 133 Other duplicate post plugins mostly only allow you to duplicate post to the same site. With the Copy Delete Posts plugin (premium version) you can duplicate post to other sites, e.g. duplicate post to a multisite, or duplicate post to a site on a different domain altogether (we’re currently working on this duplicate post functionality). Also, other duplicate post plugins don’t give you the granularity to define how to duplicate post, e.g. which elements specifically should appear on the cloned posts. 134 134 135 135 = Is this plugin GDPR friendly? = … … 180 180 = 1.0.0 = 181 181 * Initial release 182 183
Note: See TracChangeset
for help on using the changeset viewer.