Awesome Progress Bar

描述

This plugin will enable progress bar in your wordpress theme. You can embed progress bar via shortcode in everywhere you want, even in theme files.

屏幕截图

  • Installed in demo server.

安装

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. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use shortcode in page, post or in widgets.
  4. If you want progess bar in your theme php, Place <?php echo do_shortcode('YOUR_SHORTCODE'); ?> in your templates

Basic Progess Bar

[progressbar_basic width="33" height="50" bg_color="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"]

Animated Progees Bar

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

常见问题

How do I install this plugin?

You can install as others regular wordpress plugin. No different way. Please see on installation tab.

评价

此插件暂无评价。

贡献者及开发者

“Awesome Progress Bar” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Awesome Progress Bar”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0

  • Initial release