[wordpress插件] Awesome Progress Bar很棒的进度条

wordpress 插件 文章 2020-02-27 00:50 587 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

This plugin will enable progress bar in your wordpress theme.

此插件将在您的wordpress主题中启用进度栏。

You can embed progress bar via shortcode in everywhere you want, even in theme files.

您可以通过简码将进度条嵌入到所需的任何位置,甚至主题文件中。

安装步骤

This section describes how to install the plugin and get it working.

本节介绍如何安装插件并使其正常工作。

e.g.

例如

    1. Upload plugin-directory to the /wp-content/plugins/ directory
    2. plugin-directory 上载到 / wp-content / plugins / 目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

    5. Use shortcode in page, post or in widgets.
    6. 在页面,帖子或小部件中使用简码。

    7. If you want progess bar in your theme php, Place

    8. 如果要在主题php中显示进度条,请放置 <?php echo do_shortcode('YOUR_SHORTCODE');

      ?> in your templates

    9. ?> 在您的模板中

    Basic Progess Bar

    基本进度条

    [progressbar_basic width="33" height="50" bg_color="green" text="hello world" font_size="20"]

     [progressbar_basic width =“ 33” height =“ 50” bg_c​​olor =“ green” text =“ hello world” font_size =“ 20”] 

    Stripped Progees Bar

    剥离的进度条

    [progressbar_stripped width="44" height="50" bg_color="teal" text="hello world" font_size="20"]

     [progressbar_stripped width =“ 44” height =“ 50” bg_c​​olor =“ teal” text =“ hello world” font_size =“ 20”] 

    Animated Progees Bar

    动画的进度条

    [progressbar_animated width="78" height="50" bg_color="blue" text="hello world" font_size="20"]

     [progressbar_animated width =“ 78” height =“ 50” bg_c​​olor =“ blue” text =“ hello world” font_size =“ 20”] 

下载地址
https://downloads.wordpress.org/plugin/awesome-progess-bar.zip
-EOF-

AI助手支持GPT4.0