[wordpress插件] Custom Theme Options自定义主题选项

wordpress 插件 文章 2020-04-10 03:00 1028 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Features

功能

    1. Admin interface to add, edit and manage custom theme options.
    2. 用于添加,编辑和管理自定义主题选项的管理界面。

    Theme Functions

    主题功能

    For Eg: if your label name is “Linked In”, please use these functions $options = get_option( ‘lumia_theme_options’ );

    例如:如果您的标签名称是“ Linked In”,请使用以下功能:$ options = get_option(‘lumia_theme_options’);

    echo $options[‘header_option_values’][‘linked_in’];

    echo $ options ['header_option_values'] ['linked_in'];

    Support

    支持

    So that others can share in the answer, please submit your support requests through the WordPress forums for Custom Theme Options

    为了让其他人可以分享答案,请通过WordPress论坛为自定义主题选项提交支持请求

    a>.

    a>。

    If you want private or priority support, please donate at least $5 USD to cover my time.

    如果您需要私人或优先支持,请捐赠至少$ 5 USD,以支付我的时间。

    >

    >

    Arbitrary section 1

    任意部分1

安装步骤

    1. Via WordPress Admin > Plugins > Add New, Upload the custom-theme-options.zip file
    2. 通过WordPress管理员>插件>添加新内容,上传custom-theme-options.zip文件

    3. Alternately, via FTP, upload Custom Theme Options directory to the /wp-content/plugins/ directory
    4. 或者,通过FTP将“自定义主题选项”目录上传到/ wp-content / plugins /目录

    5. Activate the ‘Custom Theme Options’ plugin after uploading or through WordPress Admin > Plugins
    6. 上传后或通过WordPress Admin>插件激活“自定义主题选项”插件

    Usage

    用法

    For Eg: if your label name is “Linked In”, please use these functions $options = get_option( ‘lumia_theme_options’ );

    例如:如果您的标签名称是“ Linked In”,请使用以下功能:$ options = get_option(‘lumia_theme_options’);

    echo $options[‘header_option_values’][‘linked_in’].

    echo $ options ['header_option_values'] ['linked_in']。

下载地址
https://downloads.wordpress.org/plugin/custom-theme-options.1.1.zip
-EOF-

AI助手支持GPT4.0