Linux 软件免费装
Banner图

WP Admin Buttons

开发者 Michael Uno
miunosoft
更新时间 2015年2月1日 19:08
捐献地址: 去捐款
PHP版本: 3.3 及以上
WordPress版本: 4.1.0
版权: GPLv2 or later
版权网址: 版权信息

标签

widget shortcode button style buttons link button admin-ui

下载

1.0.0 1.0.1 1.0.2

详情介绍:

Features

安装:

Install
  1. Upload wp-admin-buttons.php and other files compressed in the zip folder to the /wp-content/plugins/ directory.,
  2. Activate the plugin through the 'Plugins' menu in WordPress.

屏幕截图:

  • ***Widget Form***
  • ***Front-end***

其他记录:

Shortcode and Function Parameters The following parameters can be used for the shortcode or the PHP function of the plugin, printWPAdminButton() [wp_admin_button href="http://my-download-url/file.zip"] ` 'http://my-download-url/file.zip') ); ?> ` - label - the text label shown in the button. [wp_admin_button label="Get" href="http://my-download-url/file.zip"] ` 'Get', 'href' => 'http://my-download-url/file.zip' ) ); ?> - **size** - the button size. This argument accepts eitherlarge,medium,small`. [wp_admin_button size="large" href="http://my-download-url/file.zip"] ` 'large', 'href' => 'http://my-download-url/file.zip' ) ); ?> - **type** - the button type. This argument accepts eitherbutton-primary, orbuton-secondary`. [wp_admin_button type="button-secondary" href="http://my-download-url/file.zip"] ` 'button-secondary', 'href' => 'http://my-download-url/file.zip' ) ); ?> ` The follwoing color arguments can override the defult colors. [wp_admin_button label_color="#ccc" background_color="transparent" href="http://my-download-url/file.zip"] ` '#ccc', 'background_color' => 'transparent', 'href' => 'http://my-download-url/file.zip', ) ); ?> ` The following additional HTML tag attributes can be set. [wp_admin_button title="Get the file now!" class="my-custom-class-selector" "style="text-align:center;" target="_blank" rel="nofollow" href="http://my-download-url/file.zip"] ` 'button-secondary', 'title' => 'Get the file now!', 'class' => 'my-custom-class-selector', 'style' => 'text-align:center', 'target' => '_blank', 'href' => 'http://my-download-url/file.zip', ) ); ?> `

更新日志:

1.0.2 - 2015/02/01 1.0.1 - 2015/01/31 1.0.0 - 2015/01/31 0.0.6 0.0.5 0.0.4 0.0.3 0.0.2 0.0.1 - 2015/01/27