This simple plugin allows you to import any type of data from large CSV files into your wordpress installation.
Plugin reads CSV file and performs import of its records one by one through AJAX requests, so there are no server timeout issues.
You only need to provide PHP function to perform import of CSV field values into post or taxonomy term or whatever you need.
Usage example:
For example, assume we want to import posts from such CSV file:
title,text,brand,image
“Check this”,”Samsung content”,Samsung,”https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Samsung_Logo.svg/2000px-Samsung_Logo.svg.png”
“Some news”,”News
Here are some news”,Philips,”http://www.underconsideration.com/brandnew/archives/philips_2013_logo_detail.png”
Here we have post title, post content, custom field Brand and thumbnail image.
We can use this code in theme’s functions.php file to implement import function:
add_action('lcih_import_csv_row', 'lcih_import_csv_row'); function lcih_import_csv_row($row) { $post_data = array( 'post_type' => 'post', 'post_status' => 'publish', 'post_title' => $row['title'], 'post_content' => $row['text'] ); $post_id = wp_insert_post($post_data); if (!$post_id) { echo "Error inserting post."; return; } update_post_meta($post_id, 'brand', $row['brand']); if ($row['image']) LargeCSVImportHandlerPlugin::download_post_thumbnail($post_id, $row['image']); echo "Created post ".$post_id; }
After that we can go to plugin admin page, select CSV file to upload and click “Start import” button. Import process will begin.
Starting from $0 per month.
Rating
Reviewers
1 reviews
Tags
Developed By
firimar
Quick & Easy
Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!
Testimonial plugins for Wordpress
Galleries plugins for Wordpress
SEO plugins for Wordpress
Contact Form plugins for Wordpress
Forms plugins for Wordpress
Social Feeds plugins for Wordpress
Social Sharing plugins for Wordpress
Events Calendar plugins for Wordpress
Sliders plugins for Wordpress
Analytics plugins for Wordpress
Reviews plugins for Wordpress
Comments plugins for Wordpress
Portfolio plugins for Wordpress
Maps plugins for Wordpress
Security plugins for Wordpress
Translation plugins for Wordpress
Ads plugins for Wordpress
Video Player plugins for Wordpress
Music Player plugins for Wordpress
Backup plugins for Wordpress
Privacy plugins for Wordpress
Optimize plugins for Wordpress
Chat plugins for Wordpress
Countdown plugins for Wordpress
Email Marketing plugins for Wordpress
Tabs plugins for Wordpress
Membership plugins for Wordpress
popup plugins for Wordpress
SiteMap plugins for Wordpress
Payment plugins for Wordpress
Coming Soon plugins for Wordpress
Ecommerce plugins for Wordpress
Customer Support plugins for Wordpress
Inventory plugins for Wordpress
Video Player plugins for Wordpress
Testimonials plugins for Wordpress
Tabs plugins for Wordpress
Social Sharing plugins for Wordpress
Social Feeds plugins for Wordpress
Slider plugins for Wordpress
Reviews plugins for Wordpress
Portfolio plugins for Wordpress
Membership plugins for Wordpress
Forms plugins for Wordpress
Events Calendar plugins for Wordpress
Contact plugins for Wordpress
Comments plugins for Wordpress
Analytics plugins for Wordpress
Common Ninja Apps
Browse our extensive collection of compatible plugins, and easily embed them on any website, blog, online store, e-commerce platform, or site builder.
Streamline Learning: Interactive, Customizable Definitions for Your Site
Create Stunning X Feeds & Improve User Experience
Easily Gather and Organize Event RSVPs and Registrations
Efficiently Collect and Manage Job Applications
Present Information in an Organized, Visually Appealing Manner
Effortlessly showcase event schedules
Create Stunning Mastodon Feeds & Improve User Experience
Empower Users to Suggest and Vote on Features
Engage Users, Boost Leads, and Elevate Conversions Seamlessly
Use WhatsApp Chat To Communicate, Support & Improve User Experience
Increase Trust & Improve Credibility To Drive Sales Up. The service is not endorsed, sponsored, or provided by Amazon.
Engage, Alert, and Convert with Innovative Notifications
More plugins
The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!