要開發wordpress 插件,當然少不了就是要熟悉一下wordpress的環境,然後再看開發說明啦。不過說明書實在太多了,如何入手都成問題,多數還是會參考別人的插件,再設計自己的插件。要上手,還是有些文章值得參考。
1. 教學:如何開發wordpress 插件
http://www.devlounge.net/extras/how-to-write-a-wordpress-plugin
十分詳細
2.官方開發說明書
http://codex.wordpress.org/Developer_Documentation
3.官方提供插件開發資源
http://codex.wordpress.org/Plugin_Resources
wordpress 有個十分重要的概念就是hook,因此要了解清楚。
插件開發有幾個十分重要,就喺action, filter,post,loop等,下面推薦收藏
http://codex.wordpress.org/Plugin_API
http://codex.wordpress.org/The_Loop
filter 介紹:http://codex.wordpress.org/Plugin_API/Filter_Reference
插入文章tag: http://codex.wordpress.org/Function_Reference/add_shortcode
http://codex.wordpress.org/Function_Reference/add_filter