wp-create-multiple-posts-pages
Last commit date
assets
8 years ago
includes
6 years ago
readme.txt
1 month ago
wp-create-multiple-posts-pages.php
6 years ago
readme.txt
69 lines
| 1 | === WP Create Multiple Posts & Pages === |
| 2 | Contributors: sajjad67 |
| 3 | Tags: post,create-post,edit-post,multiple-post,page,edit-page,multiple-page,create-page |
| 4 | Requires at least: 5.6 |
| 5 | Tested up to: 6.0 |
| 6 | Stable tag: 2.0.4 |
| 7 | License: GPLv2 |
| 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | |
| 10 | Easily Create Multiple Wordpress Posts & Pages At Once With a Single Click. |
| 11 | |
| 12 | == Description == |
| 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 | - Add multiple posts |
| 17 | - Add multiple pages |
| 18 | - Set post status |
| 19 | - Set post author |
| 20 | - Set post category (for posts only) |
| 21 | - Custom Post Types (CPT) Supported |
| 22 | |
| 23 | **Interested in contributing to WP Edit Username?** |
| 24 | Contact me sagorh672(at)gmail.com |
| 25 | |
| 26 | == Installation == |
| 27 | To add a WordPress Plugin using the built-in plugin installer: |
| 28 | |
| 29 | Go to Plugins > Add New. |
| 30 | |
| 31 | 1. Type in the name "WP Create Multiple Posts & Pages" in Search Plugins box |
| 32 | 2. Find the "WP Create Multiple Posts & Pages" Plugin to install. |
| 33 | 3. Click Install Now to begin the plugin installation. |
| 34 | 4. The resulting installation screen will list the installation as successful or note any problems during the install. |
| 35 | If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions. |
| 36 | |
| 37 | To add a WordPress Plugin from github repo / plugin zip file : |
| 38 | 1. Go to wordpress plugin page |
| 39 | 2. Click Add New & Upload Plugin |
| 40 | 3. Drag / Click upload the plugin zip file |
| 41 | 4. The resulting installation screen will list the installation as successful or note any problems during the install. |
| 42 | If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions. |
| 43 | |
| 44 | == Frequently Asked Questions == |
| 45 | = How to use this plugin? = |
| 46 | Just after installing WP Edit Username plugin, Go to user profile and edit user username by clicking Edit button. |
| 47 | |
| 48 | Insert you posts / pages title in each line and set type - status - category and author. Click to create a blast posts. |
| 49 | |
| 50 | == Screenshots == |
| 51 | 1. Posts Creation Panel. |
| 52 | 2. After Posts Created Screen. |
| 53 | == Changelog == |
| 54 | = 1.0.5 = |
| 55 | - Updated code for latest version wp support |
| 56 | = 1.0.4 = |
| 57 | - Updated code for latest version wp support |
| 58 | = 1.0.3 = |
| 59 | - Updated code for latest version wp support |
| 60 | = 1.0.2 = |
| 61 | - Added Custom Post Type Support |
| 62 | == Changelog == |
| 63 | = 1.0.1 = |
| 64 | - Added support for latest wp version 5.3 |
| 65 | = 1.0.0 = |
| 66 | - Initial release. |
| 67 | |
| 68 | == Upgrade Notice == |
| 69 | Always try to keep your plugin update so that you can get the improved and additional features added to this plugin up to date. |