wp-create-multiple-posts-pages
Last commit date
admin
1 month ago
includes
1 month ago
languages
1 month ago
public
1 month ago
README.md
1 month ago
index.php
1 month ago
license.txt
1 month ago
readme.txt
1 month ago
uninstall.php
1 month ago
wp-create-multiple-posts-pages.php
1 month ago
README.md
105 lines
| 1 | # WP Create Multiple Posts & Pages |
| 2 | |
| 3 | [](https://wordpress.org/plugins/wp-create-multiple-posts-pages/](https://wordpress.org/plugins/wp-create-multiple-posts-pages/](https://wordpress.org/plugins/wp-create-multiple-posts-pages/) |
| 4 | |
| 5 | **Tags:** post, create-post, edit-post, multiple-post, page, edit-page, multiple-page, create-page \ |
| 6 | **Tested up to:** 7.0 \ |
| 7 | **Requires PHP:** 8.0 |
| 8 | |
| 9 | Easily Create Multiple Wordpress Posts & Pages At Once With a Single Click. |
| 10 | |
| 11 | ## Description |
| 12 | |
| 13 | This plugin adds feature to create multiple posts / pages at once with empty content and given title or empty title. |
| 14 | |
| 15 | ### Features: |
| 16 | |
| 17 | - Bulk Add Posts: Create multiple posts at once. |
| 18 | - Bulk Add Pages: Quickly add multiple pages in one go. |
| 19 | - Set Post Status: Choose the publication status for each post or page. |
| 20 | - Assign Post Author: Select the author for the new content. |
| 21 | - Assign Categories: Apply categories to posts effortlessly. |
| 22 | - Custom Post Types (CPT) Support: Compatible with custom post types. |
| 23 | |
| 24 | ## Installation |
| 25 | |
| 26 | To add a WordPress Plugin using the built-in plugin installer: |
| 27 | |
| 28 | Go to Plugins > Add New. |
| 29 | |
| 30 | 1. Type in the name "WP Create Multiple Posts & Pages" in Search Plugins box |
| 31 | 2. Find the "WP Create Multiple Posts & Pages" Plugin to install. |
| 32 | 3. Click Install Now to begin the plugin installation. |
| 33 | 4. The resulting installation screen will list the installation as successful or note any problems during the install. |
| 34 | If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions. |
| 35 | |
| 36 | To add a WordPress Plugin from github repo / plugin zip file : |
| 37 | 1. Go to wordpress plugin page |
| 38 | 2. Click Add New & Upload Plugin |
| 39 | 3. Drag / Click upload the plugin zip file |
| 40 | 4. The resulting installation screen will list the installation as successful or note any problems during the install. |
| 41 | If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions. |
| 42 | |
| 43 | ## Frequently Asked Questions |
| 44 | |
| 45 | ### How to use this plugin? |
| 46 | |
| 47 | Just after installing WP Create Multiple Posts & Pages plugin, Go to Main Menu -> Multiple Posts. |
| 48 | |
| 49 | Insert you posts / pages title in each line and set type - status - category and author. Click to create a blast posts. |
| 50 | |
| 51 | ## Screenshots |
| 52 | |
| 53 | ### 1. Posts Creation Panel. |
| 54 | |
| 55 |  |
| 56 | |
| 57 | ### 2. Before Posts Created Screen. |
| 58 | |
| 59 |  |
| 60 | |
| 61 | ### 3. After Posts Created Screen. |
| 62 | |
| 63 |  |
| 64 | |
| 65 | ## Changelog |
| 66 | |
| 67 | ### 2.0.4 |
| 68 | - Compatibility checkup for latest wp version 7.0 |
| 69 | |
| 70 | ### 2.0.3 |
| 71 | - Checked for latest wp version 6.9 |
| 72 | |
| 73 | ### 2.0.2 |
| 74 | - Checked for latest wp version 6.8 |
| 75 | |
| 76 | ### 2.0.1 |
| 77 | - Minor changes in codebase only. |
| 78 | |
| 79 | ### 1.0.7 |
| 80 | - Updated code for latest version wp support |
| 81 | |
| 82 | ### 1.0.6 |
| 83 | - Updated code for latest version wp support |
| 84 | |
| 85 | ### 1.0.5 |
| 86 | - Updated code for latest version wp support |
| 87 | |
| 88 | ### 1.0.4 |
| 89 | - Updated code for latest version wp support |
| 90 | |
| 91 | ### 1.0.3 |
| 92 | - Updated code for latest version wp support |
| 93 | |
| 94 | ### 1.0.2 |
| 95 | - Added Custom Post Type Support |
| 96 | |
| 97 | ### 1.0.1 |
| 98 | - Added support for latest wp version 5.3 |
| 99 | |
| 100 | ### 1.0.0 |
| 101 | - Initial release. |
| 102 | |
| 103 | ## Upgrade Notice |
| 104 | |
| 105 | Always try to keep your plugin update so that you can get the improved and additional features added to this plugin up to date. |