首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在wordpress - Redux插件中添加字段(标题/描述)

在wordpress - Redux插件中添加字段(标题/描述)
EN

Stack Overflow用户
提问于 2013-11-08 09:49:41
回答 1查看 765关注 0票数 0

我想在这个插件中添加一个标题/描述字段。有人能建议我怎么做吗?

密码从这里开始..。

代码语言:javascript
复制
$sections[] = array(
    'title' => __('Home Settings', 'redux-framework-demo'),
    'header' => __('Welcome to the Simple Options Framework Demo', 'redux-framework-demo'),
    'desc' => __('Redux Framework was created with the developer in mind. It allows for any theme developer to have an advanced theme panel with most of the features a developer would need. For more information check out the Github repo at: 
<a href="https://github.com/ReduxFramework/Redux Framework">https://github.com/ReduxFramework/Redux-Framework</a>', 'redux-framework-demo'),

'icon_class' => 'icon-large',

'icon' => 'home',


'fields' => array(

    array(
        'id'=>'media',
        'type' => 'media', 
        'url'=> true,
        'title' => __('Media w/ URL', 'redux-framework-demo'),          
        'compiler' => 'true',
        'desc'=> __('Basic media uploader with disabled URL input field.', 'redux-framework-demo'),
        'subtitle' => __('Upload any media using the WordPress native uploader', 'redux-framework-demo'),
        ),                                              
    ),
);
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2013-11-10 06:32:54

应该不会太糟的。只是一个文本字段还是什么?我是Redux背后的核心开发人员之一。您可以跳到我们的问题跟踪器,查找在这里找到的特性请求:https://github.com/ReduxFramework/ReduxFramework/issues

我们对你的需求很感兴趣,所以请告诉我们。我们很乐意帮忙。

票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/19855976

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档