Shortcodes(簡短代碼),這是WordPress2.5版之後新增的功能,可以讓開發人員將功能簡化成方便使用,就像是UBB代碼一樣的方便,這對於熟悉UBB的使用者來說,是件好事情,但前提是該主題要有支援才行,也就是必須將shortcodes寫入function.php,這樣才方便使用,也許以後會變成WordPress內建也說不定。 Shortcodes的使用方式非常簡便,就像: [showcase] 、[showcase id="5"] 、[url href="http://www.smashingmagazine.com"]Smashing Magazine[/url] 原文在Smashingmagazine,有許多資源可以參考,可以應用在url,RSS,AdSense等等……。 轉貼原文的資源分享 WordPress Shortcodes Resources Shortcode API The WordPress Codex page related to the shortcode API. WordPress 2.5 shortcodes Excellent shortcodes tutorial. WordPress shortcode generator The page is in French but provides a very useful and easy-to-use app to create shortcodes online. Using WordPress shortcode to create beautiful download boxes [...]