sdfsdafsdfsdaf sdfdsafasdfsdfsdaf
Archives: Chưa phân loại
Ẩ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 »
Custom Description vs Title
16 Tháng 10, 2023 | By toanbingo | No Comments | Filed in: Chưa phân loại.Nguồn: Steps to Add Custom Title Tags for WordPress Using Custom Fields (2021 Version) – Orbiting Web Adding Custom Meta • 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 »
Ẩn nội dung đối với khách từ Google
15 Tháng 10, 2023 | By toanbingo | No Comments | Filed in: Chưa phân loại.<h1>Title</h1> <div id=”ad_code_maven”> Internal visitor arriving from another Code-Maven page. </div> <div id=”ad_others”> This is shown to people arriving from • Read More »
Chặn index Ảnh
15 Tháng 10, 2023 | By toanbingo | No Comments | Filed in: Chưa phân loại.sdfsdaf // Disable Image Attachment Pages in WordPress function myprefix_redirect_attachment_page() { if ( is_attachment() ) { global $post; if ( • Read More »
Code Htacess
15 Tháng 10, 2023 | By toanbingo | No Comments | Filed in: Chưa phân loại.Code mẫu Htacess # END WordPress # DISABLE XML RPC <Files xmlrpc.php> Order Deny,Allow Deny from all </Files> # END • Read More »
DIV Shortcode
15 Tháng 10, 2023 | By toanbingo | No Comments | Filed in: Chưa phân loại.Cách thêm DIV Shortcode //them div shordcode function div_html($atts, $content = null) { extract( shortcode_atts( array( ‘class’ => ”, ), • Read More »
Viết Code trong Post
15 Tháng 10, 2023 | By toanbingo | No Comments | Filed in: Chưa phân loại.https://blog.hubspot.com/website/how-to-display-raw-codes-on-wordpress-blog-posts https://wordpress.com/support/wordpress-editor/blocks/syntax-highlighter-code-block/ https://kinsta.com/blog/wordpress-display-code/ Các plugin: Enlighter 4.6.1, SyntaxHighlighter Evolved, Code Snippet DM If you’ve ever tried to share code snippets • Read More »