Thêm Font Awesome
Mở file functions.php
trong child theme của bạn (nếu chưa có child theme, bạn nên tạo child theme để tránh mất thay đổi khi update theme). Thêm đoạn code sau:
1 2 3 4 |
function add_fontawesome_icons() { wp_enqueue_style( 'font-awesome', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css' ); } add_action( 'wp_enqueue_scripts', 'add_fontawesome_icons' ); |
Chào ! Bạn thấy nội dung này thế nào?
Xem thêm: