• Resolved corpcomm

    (@corpcomm)


    Hello,
    Love the plugin but having a small issue or two.
    First issue. Is it possible to set each imported item to a specific Post Category? I have a list of items that is being pulled in through a custom query via a Post Category.

    Second issue. I have a ACF Google Map field. My import file has an Address field with address, city, state, zip code. However when I import this field to the Google Map field I created using ACF Pro it is not being imported.

    Any ideas on each of these?
    Please let me know
    Thanks
    Marc

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Smackcoders Support

    (@smacksupport)

    Hi,

    Using WP CSV Importer , you can import posts with post_category. In your CSV, relevant to the post_title value create a post_category value and map it in the mapping section before importing.

    I have a list of items that is being pulled in through a custom query via a Post Category.

    Can you explain in detail about the quoted text ?

    ACF fields import created by the ACF plugin is supported only in the Pro version of the CSV Importer plugin.

    [ Signature moderated ]

    Thread Starter corpcomm

    (@corpcomm)

    I am pulling the list of posts in using the following query within a custom page template:

    			<?php 
    $args = array( 'post_type' => 'post', 'cat' => 4 , 'posts_per_page' => 10 );
    $the_query = new WP_Query( $args ); 
    ?>
    <?php if ( $the_query->have_posts() ) : ?>
    
    	<?php while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
    Thread Starter corpcomm

    (@corpcomm)

    On the post_category. I have the field added to the CSV however, I am not sure where I select this field with in the Mapping Section. Would this be under the Advanced Mode or the Drag & Drop Mode? I’ve looked under the Drag & Drop Mode but there is nothing listed under Taxonomies, Categories & Tags.
    Can you provide any screenshots or more detailed info on where I can make this adjustment.

    Plugin Contributor Smackcoders Support

    (@smacksupport)

    Hi,

    You can import post_category through the drag and drop mode, Kindly download the image from the below link for more clarifications,
    https://www.dropbox.com/s/c5p3oqitrepnsas/category.png?dl=1

    for further queries, create a support ticket at [email protected]
    [ Signature moderated ]

    • This reply was modified 7 years, 5 months ago by Jan Dembowski.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post Categories / ACF Google Map’ is closed to new replies.