_x('تبلیغات', 'post type general name'), 'singular_name' => _x('تبلیغات', 'post type singular name'), 'add_new' => _x('افزودن تبلیغات', 'video item'), 'add_new_item' => __('افزودن تبلیغات'), 'edit_item' => __('ویرایش تبلیغات'), 'new_item' => __('تبلیغات جدید'), 'view_item' => __('نمایش تبلیغات'), 'search_items' => __('جستجوی تبلیغات'), 'not_found' => __('مطلبی پیدا نشد'), 'not_found_in_trash' => __('مطلبی در سطل بازیافت نیست'), 'parent_item_colon' => '' ); $args = array( 'labels' => $labels, 'public' => true, 'publicly_queryable' => true, 'show_ui' => true, 'query_var' => true, 'rewrite' => true, 'capability_type' => 'post', 'hierarchical' => false, 'menu_position' => null, 'supports' => array('title','thumbnail','revisions'), 'menu_position' => 8, 'menu_icon' => get_stylesheet_directory_uri().'/assets/images/admin/ads.png', __FILE__ , 'has_archive' => true ); register_post_type( 'ads' , $args ); } add_action('init', 'ads_register'); */