WordPress:Plugin Resources

来自站长百科
Fludlen讨论 | 贡献2008年6月19日 (四) 11:42的版本
跳转至: 导航、​ 搜索

WordPress:Plugins are tools to extend the functionality of WordPress. The core of WordPress is designed to be lean, to maximize flexibility and minimize code bloat. Plugins offer custom functions and features so that each user can tailor their site to their specific needs.

插件是工具,用来扩展WordPress的功能。WordPress设计的核心理念是设计要精简,要有最大的灵活性,最小化的代码冗余。插件提供了自定义的功能和特色,这样每个用户可以自定义站点来符合他们的特别需求。

This article is a comprehensive list of resources related to plugins and plugin development.

本文是有关插件和插件发展的资源的全面列表。

General Plugin References

一般的插件参考


  • 管理插件 –怎样找到插件,安装插件,管理站点,发现并且解决插件问题
  • 插件 - WordPress 插件列表, 以及连接到其它的插件集的链接
  • 插件/插件兼容性 – 哪个插件与哪个版本的WordPress是兼容的列表

Plugin Development Basics

插件发展要素

  • WordPress:Plugin API - Description of how to use Hooks (Actions and Filters) in your Plugins, and WordPress functions that plugins can override.
  • 插件API –描述怎样使用你的插件中的Hooks(Actions和过滤器),怎样使用插件可以覆盖的WordPress函数。
  • 移动插件和主题 –包含怎样更新你的插件的信息,插件不断更新,在WordPress每个版本中都适用。

External Resources: 外部资源:

Plugin Development - Reference




插件发展 – 参考

  • 插件API/过滤器参考 - Reference list of filter hooks available in WordPress中拥有的过滤器hooks的参考列表
  • 插件API/Action参考 - WordPress拥有的action hooks 的列表参考
  • 函数参考 – WordPress拥有的完全的PHP函数参考 ( 2.1版本, 有链接连接到先前的版本)
  • 选项参考 - WordPress 默认安装的选项的长列表(2.3.1版本, 没有链接连接到先前的版本)
  • 数据库描述 –WordPress数据库的描述 (2.1版本; 有链接连接到先前版本的文章)
  • 查询浏览 – 描述WordPress查询的过程,用于查找文章并且显示文章
  • WordPress编码标准 – 关于WordPress发展编码标准的概括信息
  • WordPress Deprecated Functions Hook - WordPress 2.4 添加了两个hooks,供deprecated 函数使用,下面是关于怎样使用这些hooks。







External Resources:

  • Pluggable Functions
  • Skippy's list of actions and filters
  • WordPress Hooks, a work in progress directory of all of WordPress’ hooks.
  • WordPress Hooks Database, a database of all WordPress' hooks, showing which version they come from, and linking to the source code spots that use them
  • Angsuman's list, a comprehensive listing of WordPress action hooks with documentation and source code location information. It contains all documented and undocumented action hooks in WordPress 2.0.




外部资源:

  • 可插入的函数
  • Skippy的列表 关于actions和过滤器
  • WordPress Hooks, 所有WordPress的hooks的目录,这个目录在不断变化
  • WordPress Hooks 数据库, WordPress所有的hooks的数据库,显示了这些hooks分别是来自于哪个版本的, 并且链接到使用这些hooks的源代码spots
  • Angsuman的列表, a comprehensive listing of WordPress action hooks的完整列表,拥有文件和源代码位置信息。包含了WordPress 2.0中所有的备有文件证明和不备有文件证明的action hooks.




Plugin Development - Special Topics




插件发展 – 特别话题

  • 创建管理主题 – 怎样创建一个插件,来更改管理版面的外观
  • 为插件创建表格 – 怎样将你的插件的数据储存在WordPress数据库中的一个新的表格中
  • 自定义查询 – 怎样执行一个自定义查询,使得一个插件能够控制显示那篇文章以及以什么样的顺序来显示文章
  • 插件中的AJAX – 怎样在管理界面或者面向访客的网页上将AJAX泛函性添加到你的插件上
  • Hacking WordPress – WordPress其它类型的"hacks"
  • 创建选项网页 – 怎样简便地创建自定义选项网页并且让WordPress为你完成所有的艰难的任务!
* 修改选项网页 – 怎样修改当前存在的选项网页,在这个网页上添加选项

External Resources:

外部资源: