//checkout page get_permalink(get_option('woocommerce_checkout_page_id')) //wooCommerce->settings->general tab->enabled Allow registration on the "My Account" page get_option( 'woocommerce_enable_myaccount_registration' ); //will return 'yes' continue... ... Đọc tiếp
Tạo theme options page trong wordpress
Theme option cho phép bạn lưu các cài đặt cần thiết của theme như logo, mầu sắc, thông tin header, footer...Ở bài viết trước mình liệt kê 1 loại những theme option framework đầy sức mạnh để thiết kế wordpress theme. Tuy nhiên bạn có thể tạo riêng theme option đơn giản phục vụ cho nhu cầu bình dân của bạn. Hướng dẫn cơ bản Chép code sau vào functions.php. Hàm register_setting dùng để đăng ... Đọc tiếp