0 weeks ago
Last Updated
The Advanced CSV Importer will import the following content from a CSV file. Advanced CSV Importer is fully unit-tested. The plugin is stable and ready to be used in large projects like enterprise applications. Posts, pages and other custom post types Custom fields and post meta Categories, tags https://github.com/miya0001/advanced-csv-importer This plugin requires PHP 5.3 or later. Default CSV field names ID post_content post_name post_title post_status post_type post_author ping_status post_parent menu_order to_ping pinged post_password guid post_content_filtered post_excerpt post_date post_date_gmt comment_status post_category tags_input page_template You can change field name via acsv_post_object_keys hook like following. add_filter( 'acsv_post_object_keys', function( $post_object_keys ){ $post_object_keys['title'] = 'post_title'; $post_object_keys['content'] = 'post_content'; return $post_object_keys; } ); Other columns will be saved to the custom field. There is a sample of the CSV. Action Hooks acsv_after_insert_post Filter Hooks acsv_post_object_keys acsv_post_defaults acsv_import_upload_size_limit acsv_pre_get_post_objects acsv_after_get_post_objects acsv_csv_format acsv_csv_to_hash_array acsv_get_user_by_field WP-CLI Importing: $ wp csv import tests/_data/wp/sample.csv +------+-----------------------+------+---------+------------+---------------------+ | ID | Title | Type | Status | Author | Date | +------+-----------------------+------+---------+------------+---------------------+ | 1720 | CSV Import Test | post | publish | admin | 2013-09-13 00:00:00 | | 1721 | define author test | post | publish | admin | 2014-12-27 18:44:46 | | 1722 | define author id test | post | publish | themedemos | 2014-12-27 18:44:46 | | 1 | Hello world! Updated! | post | publish | admin |...
Are you an author of this plugin? Want to write a more detailed review?
Sorry, pal! The plugin couldn’t pass all our tests. No hard feelings, right?
Last Updated
This week
on WordPress
on WordPress
This section is not meant to be comprehensive.
Why don’t you compare the plugin side by
side with another plugin”
24 Jan, 2020
Saif Hassan
Overall
Easy of Use
Customer Support
Feature of Functionality
Value of Money
Pros & Cons: This is a review from the Editorial staff of WP Hive for test purposes. We are sure the plugin made it with good heart for WordPress users and we want to encourage his/her efforts by the first review.
Overall:The plugin should be working great. Even if it does not, we respect the time and effort. If you are using this plugin - leave a review with more information.