Bài 6: Hướng dẫn tải và cài đặt Theme WordPress miễn phí | Xuân Thiều Nguyễn
– Video hướng dẫn tải và cài đặt Theme WordPress miễn phí tốt nhất dành cho người mới bắt đầu.
– CSS loại bỏ bố cục dạng khối (block).
// Fully Disable Gutenberg editor.
add_filter(‘use_block_editor_for_post_type’, ‘__return_false’, 10);
// Don’t load Gutenberg-related stylesheets.
add_action( ‘wp_enqueue_scripts’, ‘remove_block_css’, 100 );
function remove_block_css() {
wp_dequeue_style( ‘wp-block-library’ ); // WordPress core
wp_dequeue_style( ‘wp-block-library-theme’ ); // WordPress core
wp_dequeue_style( ‘wc-block-style’ ); // WooCommerce
}
– Website:
– Email: contact@xuanthieunguyen.com