رفتن به مطلب

تخته امتیازات

مطالب محبوب

در حال نمایش مطالب دارای بیشترین امتیاز در 26/08/02 در همه بخش ها

  1. از چه قالبی استفاده میکنید؟ این رو در فانکشن قرار بدید function df_disable_comments_post_types_support() { $post_types = get_post_types(); foreach ($post_types as $post_type) { if(post_type_supports($post_type, 'comments')) { remove_post_type_support($post_type, 'comments'); remove_post_type_support($post_type, 'trackbacks'); } } } add_action('admin_init', 'df_disable_comments_post_types_support'); // Close comments on the front-end function df_disable_comments_status() { return false; } add_filter('comments_open', 'df_disable_comments_status', 20, 2); add_filter
    1 امتیاز
×
×
  • اضافه کردن...