Archives: code

Code Comment bình luận

4 Tháng mười một, 2023 | By toanbingo | No Comments | Filed in: Chưa phân loại.

/*code comment binh luan*/ .comment-content { margin-top: 6px; border-radius: 6px; margin-left: 5px; position: relative; border-radius: 10px!important; text-decoration: none; background-color: #f8f8f8; • Read More »

Code trò chuyện

28 Tháng 10, 2023 | By toanbingo | No Comments | Filed in: Chưa phân loại.

.cld-count-wrap { margin-left: 5px; position: relative; border-radius: .25em; font-size: 13px; text-decoration: none; background-color: #fff; margin-left: 8px; line-height: 30px; display: inline-block; • Read More »

Ẩn SĐT người Comment

16 Tháng 10, 2023 | By toanbingo | No Comments | Filed in: Chưa phân loại.

/*an sdt nguoi comment */ add_filter( ‘comment_text’, ‘edit_comment_text’); function edit_comment_text( $comment_text ) { if(!current_user_can(‘administrator’)){ preg_match_all(‘/(09|01[2|6|8|9]|0[3|7|5|8])+([0-9]{8})/m’, $comment_text, $phones); if($phones && isset($phones[0][0])){ • Read More »

Thay đổi Avatar mặc định

16 Tháng 10, 2023 | By toanbingo | No Comments | Filed in: Chưa phân loại.

// Thay doi Avatar mac dinh add_filter( ‘avatar_defaults’, ‘wpb_new_gravatar’ ); function wpb_new_gravatar ($avatar_defaults) { $myavatar = ‘https://thichyeu.com/wp-content/uploads/2021/04/icon-thichyeu3.jpg’; $avatar_defaults[$myavatar] = “Default • Read More »

Code liên hệ

15 Tháng 10, 2023 | By toanbingo | No Comments | Filed in: Chưa phân loại.

1- <a href=”tel:0964237168″><img src=”https://vinatrain.edu.vn/wp-content/uploads/2023/10/hotline3.gif” class=”hotrohl” style=”position:fixed; z-index:99; bottom:9px; left:9px;height:40px;”></a> <a target=”_blank” rel=”noopener” href=”https://zalo.me/0931705774″><img src=”https://vuatham.com/wp-content/uploads/2020/08/zalo-chat.png” class=”hotrozl-pc” style=”position:fixed; z-index:99; bottom:9px; right:5px;height: 40px;”></a> • Read More »