سلام فایل functions.php قالبم در زیر اومده ولی نمی دونم چرا امکان تصویر شاخص اضافه نمیشه ! <?php /* Being custom post types */ add_action('init', 'slideshow_register'); function slideshow_register() { $labels = array( 'name' => _x('اسلایدر', 'post type general name'), 'singular_name' => _x('اسلاید', 'post type singular name'), 'add_new' => _x('افزودن یک اسلاید تازه', 'slideshow item'), 'add_new_item' => __('افزودن یک اسلاید تازه'), 'edit_item' =>