Skip to content

Instantly share code, notes, and snippets.

View manhleo93's full-sized avatar

Đức Mạnh manhleo93

View GitHub Profile
@manhleo93
manhleo93 / List-social-profile-links.txt
Last active August 23, 2023 20:15
+250 Social Profile Backlinks © Copyright 2018 by Vũ Đức Mạnh
@manhleo93
manhleo93 / backlink.txt
Last active August 4, 2023 07:45
+200 Forum Backlinks Việt Nam © Copyright 2018 by Vũ Đức Mạnh
@manhleo93
manhleo93 / style.css
Created December 11, 2017 04:41
Hướng dẫn ghim bài viết trong wordpress | https://sampres.com/ghim-bai-viet-wordpress/
.sticky {
background: #f5f5f5;
border: 1px solid #e8dfdf;
border-radius: 3px;
}
@manhleo93
manhleo93 / .htaccess
Created January 20, 2018 07:16
Bật tính năng nén Gzip .htaccess wordpress
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
# Tùy chỉnh lại giao diện comments trong genesis vữ đức mạnh #
.comment-respond,
.entry-pings,
.entry-comments {
color: #32373c;
padding: 20px 45px 40px 45px;
overflow: hidden;
background: #fff;
}
@manhleo93
manhleo93 / Hợp âm mầu
Last active December 7, 2022 01:13
Piano đệm hát (Nâng cao)
Vòng Canon C (Chuẩn)
C - G - Am - Em - F - C - Dm - G
Vòng Canon C (Nâng cao - 1)
C - G/B - Am - Em/G - Fmaij - E7 - Dm7 - G - C
Vòng Canon C (Nâng cao - 2)
Caad9 - G/B - Am - Em/G - Fmaij - E7 - E#m7 - Dm - G11 - Cmaij
# Gov Forum #
https://sampres.com/dien-dan-gov-edu#comment
http://bandophianam.gov.vn
http://www.ipc.daknong.gov.vn/
http://santmdttuyenquang.gov.vn
http://xaquyloc.gov.vn/dien-dan
http://ttth-stc.quangbinh.gov.vn/
http://thuvienso.khcnbackan.gov.vn/
http://quangtri-ict.gov.vn
http://chicucquanlythitruongangiang.gov.vn
$html .= ($numbered_items[$current_depth] + 1) . '</span> — ';
$html .= ($numbered_items[$current_depth] + 1) . '</span>';
//* Xóa menu trong quảng trị viên
function remove_admin_menus() {
remove_menu_page( 'joomdev-wpc-settings-menu-page' ); // Xóa menu Joomdev
remove_menu_page( 'accesstrade_coupon' ); // Xóa menu mã giảm giá
remove_menu_page( 'optimisationio-dashboard' ); // Xóa menu WP Disable
remove_menu_page( 'kk-star-ratings' ); // Xóa menu Kk Star Rating
remove_menu_page( 'wpsm_table_maker' ); // Xóa menu Table
}
add_action( 'admin_menu', 'remove_admin_menus' );