Archives : Tháng 10-2019

if( function_exists('acf_add_options_page') ) { acf_add_options_page(array( 'page_title' => 'Theme options', // Title hiển thị khi truy cập vào Options page 'menu_title' => 'Theme options', // Tên menu hiển thị ở khu vực admin 'menu_slug' => 'theme-settings', // Url hiển thị trên đường dẫn của options page 'capability' => 'edit_posts', 'redirect' => false )); } get_field(‘field_name’, ‘option’); ..

Read more