WP general purpose shortcodes

描述

General purpose shortcodes for WordPress.
Just install the plugin from the WordPress plugins directory and start adding the shortcodes to your content. That easy.

Shortcodes

[ahl_year]

This shortcode adds the current year with 4 digits.

E.g.: You write [ahl_year] and you get something like 2018.

[ahl_yearsFromDate]

This shortcode adds the number of years from a given day to present. You must pass that date as an attibute named date.

E.g.: You write [ahl_yearsFromDate date="2003-01-01"] and you get something like 2015.

Note that date must be written in the format showed in the example: yyyy-mm-dd

常見問題

Please, send me any questions you have so I can answer them.

評價

There are no reviews for this plugin.

貢獻者及開發者

“WP general purpose shortcodes” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP general purpose shortcodes 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.2.4

  • Updated version compatibility

0.2.0

  • Added the shortcode: [ahl_yearsFromDate]

0.1.0

  • Added the first shortcode: [ahl_year]