Title: Lessify WordPress
Author: Nirmal Kumar Ram
Published: <strong>2013 年 11 月 8 日</strong>
Last modified: 2025 年 12 月 13 日

---

搜尋外掛

![](https://ps.w.org/lessify-wp/assets/banner-772x250.jpg?rev=800956)

![](https://s.w.org/plugins/geopattern-icon/lessify-wp_1f7d7f.svg)

# Lessify WordPress

 由 [Nirmal Kumar Ram](https://profiles.wordpress.org/sagarseth9/) 開發

[下載](https://downloads.wordpress.org/plugin/lessify-wp.1.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/lessify-wp/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/lessify-wp/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/lessify-wp/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/lessify-wp/#developers)

 [技術支援](https://wordpress.org/support/plugin/lessify-wp/)

## 外掛說明

**LessCSS**

LESS extends CSS with dynamic behaviour such as variables, mixins, operations and
functions.Implements LessCSS in order to provide lots of interesting features for
the theme development.

**How to use ?**

Just enqueue the LESS files (with .less extension) as it is usually done for the
CSS ones, and the corresponding CSS files will automatically be generated and added
to the site.

**Important Notes**

1.This plugin is based on [lessphp](http://leafo.net/lessphp/) by Leaf Corcoran

2.This plugin generates the css file under “/wp-content/uploads/lessify-cache” and
therefore you need to define your images and any external links on you less file
using the themeurl variable available with this plugin and if you use relative url
then it will not work as we are saving the css file in a different location.

3.In order to use themeurl variable with the images you can do something like this

body{ background-image: url(@{themeurl}/images/bg.png); }
 the plugin also comes
with

another variable `lessurl` which provides the url where the less file is present.

## 安裝方式

 * Download the plugin and extract it.
 * Upload the directory ‘/lessify-wp/’ to the ‘/wp-content/plugins/’ directory.
 * Activate the plugin through the ‘Plugins’ menu in WordPress.
 * That’s it you are done, you can now start creating your less files and enqueue
   to wordpress.

## 常見問題集

### What is lessify wordpress?

Now you can write less directly with your wordpress theme and just enqueue them 
like the traditional wordpress way. This plugin would take care of the rest of the
work.

### How to add LESS file to your theme?

To enqueue your less file you can simply do like this
 wp_enqueue_style( ‘less-style’,
get_stylesheet_directory_uri() . ‘/style.less’ );

## 使用者評論

![](https://secure.gravatar.com/avatar/b5fad1037b3705b4a026515dcf16c90c43d5557670e9bc2cdbedfebf0509e13f?
s=60&d=retro&r=g)

### 󠀁[Does not work with a child theme](https://wordpress.org/support/topic/does-not-work-with-a-child-theme/)󠁿

 [robotlove](https://profiles.wordpress.org/robotlove/) 2016 年 9 月 3 日

The less style sheet is showing up before the child theme style sheet in the source,
and I’m not sure how to change this. I wish there was documentation about how to
set this up for child themes. Otherwise, it seems good.

 [ 閱讀全部 5 則使用者評論 ](https://wordpress.org/support/plugin/lessify-wp/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Lessify WordPress〉的開發相關工作。

參與者

 *   [ Nirmal Kumar Ram ](https://profiles.wordpress.org/sagarseth9/)
 *   [ Magnigenie ](https://profiles.wordpress.org/magnigenie/)

[將〈Lessify WordPress〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/lessify-wp)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/lessify-wp/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/lessify-wp/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/lessify-wp/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/lessify-wp/)。

## 變更記錄

#### 1.2

 * Updated: plugin updated as per the new wp version 6.8
 * Colde clean up

#### 1.1

 * Fixed: Instalation issue fixed for PHP verison 8.0
 * Code cleanup

#### 1.0

 * Initial release.

## 中繼資料

 *  版本 **1.2**
 *  最後更新 **5 個月前**
 *  啟用安裝數 **300+**
 *  WordPress 版本需求 ** 4.4 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 5.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/lessify-wp/)
 * 標籤:
 * [less](https://tw.wordpress.org/plugins/tags/less/)
 *  [進階檢視](https://tw.wordpress.org/plugins/lessify-wp/advanced/)

## 評分

 4.6 星，滿分為 5 星

 *  [  4 個 5 星使用者評論     ](https://wordpress.org/support/plugin/lessify-wp/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/lessify-wp/reviews/?filter=4)
 *  [  1 個 3 星使用者評論     ](https://wordpress.org/support/plugin/lessify-wp/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/lessify-wp/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/lessify-wp/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/lessify-wp/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/lessify-wp/reviews/)

## 參與者

 *   [ Nirmal Kumar Ram ](https://profiles.wordpress.org/sagarseth9/)
 *   [ Magnigenie ](https://profiles.wordpress.org/magnigenie/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/lessify-wp/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=sagar.seth9@gmail.com&item_name=Lessify%20WordPress&return=http://wordpress.org/extend/plugins/lessify-wp/)