Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter jjbgood

    (@jjbgood)

    ich habe nun rausbekommen, dass die kommentarfunktion standardm??ig deaktiviert ist und manuell eingeschaltet werden kann… gibt es keine m?glichkeit, dass sie bei importen standardm??ig aktiviert wird? ich habe in der import-stream.php folgendes gefunden:

    // Inserting raw post without content
    $post = array(
    ‘comment_status’=> ‘closed’, // ‘closed’ means no comments.
    ‘ping_status’ => ‘open’, // ‘closed’ means pingbacks or trackbacks turned off
    ‘post_date’ => date( ‘Y-m-d H:i:s’, strtotime( $entry->created_time ) ),
    ‘post_status’ => $post_status, //Set the status of the new post.
    ‘post_title’ => $post_title, //The title of your post.
    ‘post_type’ => $post_type, //You may want to insert a regular post, page, link, a menu item or some custom post type
    ‘post_excerpt’ => $entry->message,
    ‘post_author’ => $author_id

    kenne mich damit aber null aus. kann ich da irgendwas umstellen, damit die kommentare funktionieren?

Viewing 1 replies (of 1 total)