$insert_post = array();
$insert_post['post_title'] = $baslik;
$insert_post['post_content'] = $embed;
$insert_post['post_status'] = 'publish';
$insert_post['tags_input'] = $etiket;
$insert_post['post_author'] = 1; //Admin
$insert_post['post_category'] = array($kat);
if ($inserted_id = wp_insert_post($insert_post))
add_post_meta($inserted_id, 'ibizmag_postimg_100px', $bresim1);
add_post_meta($inserted_id, 'ibizmag_postimg_184px', $bresim1);Bu kod birçok botumda işe yarıyordu. ama temadan kaynaklı sanırım, fonksiyon ile ilgili hata veriyor. onun için temanın fonksiyon dosyasını include ettim gene hata veriyor. Hata ise ;
Fatal error: Cannot redeclare custom_excerpt() (previously declared in /home/wwwtopl/public_html/wp-content/themes/iBizPressOrangeMagazine/functions.php:3) in /home/wwwtopl/public_html/wp-content/themes/iBizPressOrangeMagazine/functions.php on line 12
bunun çözümü nedir acaba ?