Linux 软件免费装
Banner图

Basic Banner

开发者 hisman
更新时间 2021年4月26日 09:44
PHP版本: 4.5 及以上
WordPress版本: 5.7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

banner

下载

1.0.0 1.1.0 1.1.1 1.1.2 1.1.3

详情介绍:

Basic Banner is a plugin that allows you to create and display banners in WordPress. This plugin creates custom post type called banner to store all the banners. Displaying the Banner You can display the banners by using basic banner widget. There is also a shortcode : [basicbanner name="" class=""] And a function for displaying banners anywhere in your theme : <?php basic_banner_show( $name, $class = ''); ?> Parameter $name is the banner slug and $class is the additional HTML classes for banner container. To get the banner object, you can use this function : <?php $banner = basic_banner_get( $name ); ?> Override Banner Template
  1. Locate folder template in Basic Banner plugin folder (wp-content/plugins/basic-banner/template).
  2. Copy banner.php file to your theme folder under the folder called basic-banner (wp-content/themes/your-theme/basic-banner/banner.php).
  3. Modify banner.php file as you like.
Contribute on GitHub You can contribute to this plugin via the GitHub repository.

安装:

Automatic installation Automatic installation is the easiest option as WordPress handles the file transfers itself.
  1. Log in to your WordPress dashboard.
  2. Go to Plugins > Add New and search "Basic Banner".
  3. Once you’ve found our plugin, you can install it by simply clicking "Install Now".
  4. Activate the plugin.
Manual installation
  1. Download the plugin via WordPress.org.
  2. Upload the ZIP file through the 'Plugins > Add New > Upload'.
  3. Activate the plugin.
  4. For more detail about manual installation you can read it here.
Updating Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

屏幕截图:

  • Create a new banner

更新日志:

1.1.3 1.1.2 1.1.1 1.1.0 1.0.0