duanang58939 2014-01-19 15:58
浏览 27
已采纳

在wordpress仪表板上编辑主题字符串变量

I have a website where weather parameters are very important. they are showing on every page and administrator should easy update them daily.

So it would be nice to have those four string variables on dashboard and then edit and save them.

Ss there a plugin way to add some string in dashboard and then output them in theme? or should i start learning how to write my first plugin?

Thanks for help.

[edit] we have some plugins which can do that but the question is now:

how to show admin plugin page as a widget on dashboard?

  • 写回答

1条回答 默认 最新

  • doudu2404 2014-01-19 20:36
    关注

    so the solution is based on two plugins and some copy-paste action.

    1. install: Just Variables plugin from http://wordpress.org/plugins/just-wp-variables/
    2. make some variables on admin > settings > just variables
    3. install Widget Builder from http://wordpress.org/plugins/widget-builder/
    4. make new widget and copy-paste form from yourdomain.com/wp-admin/themes.php?page=jv_theme_vars
    5. select "Available As Dashboard Widget", Save, and go to dashboard.

    you can change value of inputs to variables output and this should go like this:

    <form action="options.php" method="post">
        <input type="hidden" value="jv_theme_vars" name="option_page"/><input type="hidden" value="update" name="action"/><input type="hidden" value="ded28ad4c4" name="_wpnonce" id="_wpnonce"/><input type="hidden" value="/wp-admin/themes.php?page=jv_theme_vars" name="_wp_http_referer"/>
        <table class="form-table">
            <tr valign="top">
                <th scope="row">Your Variable</th>
                <td><input type="text" style="width: 15em" name="jv_values[your_variable]" value="[justvar code="your_variable"]" class="regular-text"/></td>
            </tr>
        </table>
        <p class="submit"><input type="submit" value="Save" class="button button-primary" id="submit" name="submit"/></p>       
    </form>
    

    good luck. :)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥60 ESP32怎么烧录自启动程序
  • ¥50 html2canvas超出滚动条不显示
  • ¥15 java业务性能问题求解(sql,业务设计相关)
  • ¥15 52810 尾椎c三个a 写蓝牙地址
  • ¥15 elmos524.33 eeprom的读写问题
  • ¥15 使用Java milo连接Kepserver服务端报错?
  • ¥15 用ADS设计一款的射频功率放大器
  • ¥15 怎么求交点连线的理论解?
  • ¥20 软件开发方法学习来了
  • ¥15 微信小程序商城如何实现多商户收款 平台分润抽成