ĐĂNG TIN
logo
Online:
Visits:
Stories:
Profile image
Tác giả: fcwordpress
Trang tin cá nhân | Bài đã đăng
Lượt xem

Hiện tại:
1h trước:
24h trước:
Tổng số:
Hướng dẫn sử dụng reduxframe work tạo option
Tuesday, January 5, 2016 9:42
% of readers think this story is Fact. Add your two cents.


  • Reduxframework là gì?

Reduxframework là tool đã được viết sẳn các chức năng tạo option, từ các filed của form đến việc lưu dữ liệu vào table wp_option. Anh chị có thể download nó tại https://reduxframework.com/

  • Tại sao sử dụng reduxframework

-Nó là một reduxframework mở anh chị có thể sử dụng cho các dự án của mình mà không cần lo về vấn đề bản quyền

-Giúp chúng ta tiết kiệm thời gian trong các dự án theme hoặc plugin

  • Cách include reduxframework vào dự án theme hoặc plugin của chúng ta
include 'options/redux-framework.php'; include 'options/sample/sample-config.php';

File sample-config.php chính là file ví dụ anh chị có thể copy nó vào và tham khảo

Ở đây tôi chỉ lưu ý hai chỗ( nó liên quan tới việc get giá trị của chúng ta)

$opt_name = "popup_subscribe_feedburner"; 'fields' => array( array( 'id' => 'config_feedburner', 'type' => 'text', 'title' => __( 'Config Feedburner', 'popup-subscribe-feedburner' ), 'subtitle' => __( '', 'popup-subscribe-feedburner' ), 'desc' => 'B4INREMOTE-aHR0cDovL2Zjd29yZHByZXNzLm5ldC8nLlRMX1BPUFVQX0ZFRURCRVJORVJfSU1BR0VTX1VSTC4nL2NvbmZpZy1mZWVkLnBuZw==', 'default' => 'fcwordpress'// 1 = on | 0 = off ), )

$opt_name = “popup_subscribe_feedburner”;
‘id’ => ‘config_feedburner’,

Anh chị cần nhớ opt_name và id của các phần tử form để get giá trị

  • Cách get giá trị như thế nào
$options = get_option('popup_subscribe_feedburner'); //popup_subscribe_feedburner chính là $opt_name $options['popup_show']; //popup_show chính là id của field trong form
  • Download bộ reduxFramework đã được cắt bỏ một số chức năng không cần thiết và tích hợp bộ font awesome

Anh chị có thể tải bộ reduxframework đã được tối ưu theo link Download reduxframework đã tối ưu

Tin nổi bật trong ngày
Tin mới nhất

Register

Newsletter

Email this story

If you really want to ban this commenter, please write down the reason:

If you really want to disable all recommended stories, click on OK button. After that, you will be redirect to your options page.