Linux 软件免费装
Banner图

Less Theme Support

开发者 Kopepasah
更新时间 2014年4月20日 20:41
捐献地址: 去捐款
PHP版本: 3.4 及以上
WordPress版本: 3.9
版权: GPLv2 or later
版权网址: 版权信息

标签

theme less lessjs lesscss

下载

1.0.1 1.0.2

详情介绍:

Using Less when developing a theme can both enhance the code and speed development. However, setting up Less in a every theme (not to mention updating Less for each theme) can make any saved time saved. This plugin solves that issue by setting up Less for the theme. Usage
  1. Add style.less at the root of the theme.
  2. Add the following to the after_setup_theme hook.
add_theme_support( 'less', array( 'enable' => true ) ); For more information on advanced usage, other options or to join development, visit the Github repo.

安装:

  1. Upload less-theme-support to your /plugins/ directory for WordPress
  2. Activate the plugin through the 'Plugins' menu in WordPress

更新日志:

1.0.2 1.0.1 1.0.0