Bỏ qua cache css trên wordpress
23/07/2024
23/01/2023 - 210
if (function_exists('register_sidebar')){
register_sidebar(array(
'name'=> 'Cột bên',
'id' => 'sidebar',
));
}
Đây là code tạo ra 1 sidebar. Đặt code này vào file functions.php nhé!