Untitled RSS

Archive

Feb
16th
Mon
permalink

WordPress Shortcodes

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
Another great use of shortcodes: creating fancy 「Download」 boxes for your blog.
Easy way to advertise in WordPress using shortcodes
Great resource to manage and insert advertising on your blog, brought to you by WpEngineer.
Create a signature using WordPress shortcodes
Really simple but really cool: a shortcode to display a graphic signature on your blog.
How to: Use WordPress shortcodes with attributes
Concise tutorial on using shortcode attributes.


真的很實用喔 ^_^