Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joseph Persie

    (@zmijevik)

    Hello Harry,

    What tables are the Custom Type File and ID field stored in WordPress?

    Hi,

    i have the same question.

    When i’m trying to extract, i find my custom type vehicles, click in the first extract button, and then the post fields show any wp_post table field except ID.

    When i’m trying to inject the export without ID, nothing happens no loading wheel… i expect the ID is missing.

    I just need to export some data, change them and update them.

    By the way your plugin is great. I hope i’ll work for me soon ??

    my dev manages to fix this with a bit of javascript :

    jQuery(document).ready(function() {
    jQuery(“#post_fields”).prepend(“<option value=’ID’>ID</option>”);
    });

    hope it helps.

    Plugin Author Joseph Persie

    (@zmijevik)

    Post ID export is released in the latest version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘able to export post ID?’ is closed to new replies.