✨ Professional WordPress development, custom website builder, efficient on-line, cooperate and enjoy optimization services! 🚀

Batch Convert WordPress Articles (with Categories, Titles, Content, etc.) to WooCommerce Products

classifier for objects with a handle Articles (post) convert to WooCommerce Product, included:

article field WooCommerce Fields
caption Trade name (title)
element Product description (content)
summaries Short description of the product (excerpt)
categorization Product categorization (product_cat) or tagging (product_tag)
Featured image Product image

exist functions.php Or write a script to batch convert all articles to products via WP-CLI, this code will be run only once (to prevent duplicate imports).

function convert_posts_to_products() {
    $args = array(
        'post_type' => 'post',
        
        'post_status' => 'publish',
    );

    $posts = get_posts($args);

    foreach ($posts as $post) {
        // Create the product
        $product_id = wp_insert_post(array(
            'post_title' => $post->post_title,
            'post_content' => $post->post_content,
            'post_excerpt' => $post->post_excerpt, 'post_status' => $post->post_status
            
            'post_type' => 'product', .
        )).

        if (is_wp_error($product_id)) {
            continue; }
        }

        // Set to simple products
        wp_set_object_terms($product_id, 'simple', 'product_type');

        // Set the product categories (using the original article categories)
        $categories = wp_get_post_categories($post->ID, array('fields' => 'names'));
        if (!empty($categories)) {
            wp_set_object_terms($product_id, $categories, 'product_cat');
        }

        // Set the featured image
        $thumbnail_id = get_post_thumbnail_id($post->ID);
        if ($thumbnail_id) {
            set_post_thumbnail($product_id, $thumbnail_id);
        }
    }
}

add_action('admin_init', 'convert_posts_to_products_once');
function convert_posts_to_products_once() {
    if (get_option('posts_converted_to_products') ! == 'yes') {
        convert_posts_to_products();
        update_option('posts_converted_to_products', 'yes');
    }
}

 

WordPress Support Team
WordPress Support Team

💻 A sincere and meticulous young developer 🎓 specializing in the field of custom foreign trade website development.
🌟 specializes in WordPress website design customization and full-service development. Our unique advantage is not only proficient in website development technology, but also the international mainstream art design elements 🎨 skillful integration, while developing accurate and effective brand marketing strategy 📈.
💡 Services covered:
🔍 WordPress Theme Development for a unique website visual style and user experience.
💻 WordPress website customization, tailor-made exclusive website according to your foreign trade business needs.
Whether it's website architecture construction, interface aesthetic design, or brand promotion strategy, we can provide you with one-stop quality solutions to help your foreign trade business stand out on the Internet and step into the global market 🚀.

Articles: 45

Leave a Reply

Your email address will not be published. Required fields are marked *

Submit your request

Quote Collection Form

💥Website Builder | Strengths speak for themselves, not false!

Treasure, we say, a lot of parties are not happy with their own sites are peers copying homework, which is like you open a store, certainly do not want others to know your sources of supply is a reason, right? So, in order to give customers a full sense of security, we did not put any customer case work on the site of the link ha, this is our protection of customer privacy.

📌 But if there is a sincere desire to do the site of the boss, or treasure you just want to look at our case, then hurry up to add the contact information of our website, we snappy send you a few look at, the main one sincere!

If you have not decided to do what style of website, but also simple, you find a few peers of the site sent to us, according to do on the end of the matter. We choose to imitate the site does not mean that no skill, we just can not stand that kind of invalid communication and cumbersome to make people crazy process. Some parties to do a corporate display site, have to find dozens of suppliers to roll, to be honest, no real technology companies will be there to lick the party. We are not the same, we want to be down-to-earth to the customer to make cost-effective, so that customers are satisfied with the site straight pat. Those kneeling work, let those who only play lip service, no technology companies to do it, we do not serve! # Website Development

# Party A Party B # Rejected Inside Coil

Contact the WordPress Technical Team

We look forward to hearing from you.

Submit your request

Quote Collection Form