selam arkadaşlar. daha önce

<?php

header('Content-Type: text/html; charset=utf-8');

require ("wp-load.php");
global $wpdp;

$limit = 100;
$sayfa=1;

$arg = array ('posts_per_page' =>2000, "post", 'post_status'=> "publish");
$myposts = get_posts ($args);

foreach ( $myposts as $post) : setup_postdata ($post) ;
$post_id=$post->ID;
echo $post_id. "<hr>";

//set_post_format (post->ID,'video') ;

update_post_meta($post->ID, 'tie_post_head' , 'video' );


endforeach;

?>
bu kod ile normal postta bulunan imframe 1600 içeriği jannah temasındaki video kısmına eklemiştim. fakat simdi tam tersi yapmam gerek bu kodu düzenleyip bana yollayabilcek bir babağit varmı acaba yukardaki kodun tam tersini istiyorum yani kodu yanlıs vermişim düzeltip tekrar ekledm