|
| Template Tags/the excerpt by 纵云 |
| Description
Displays the excerpt of the current post with [...] at the end, which is not a "read more" link. If you do not provide an explicit excerpt to a post (in the post editor's optional excerpt field), it will display a teaser which refers to the first 55 words of the post's content. Also in t ... |
| www.geekaa.com/topic/view/4779.html - 2009年11月22日 |
|
| wp insert post data by hgta |
| Plugin API/Filter Reference/wp insert post data
Contents
[hide]
1 Description
2 Usage
3 Parameters
4 Return Values
5 Examples
6 Notes
7 Change Log
8 Source File
9 Related
10 See Also
Description
A filter hook called by the wp_insert_post function prior to inserting into or updating the database.
U ... |
| www.geekaa.com/topic/view/4763.html - 2009年11月9日 |
|
| WordPress 永久链接设置 by hgta |
| WordPress 默认使用的 URL 格式包含问号和一些数字。然而,WordPress 还为您提供了自定义日志的永久链接和存档的功能。使用该功能可以使您的链接更美观,易用,并且向前兼容您以前使用的 Blog 系统。下面是一些常见的永久链接结构,在我们的网站上还提供了很多您可以使用的结构标签以便您自由设置任意格式的永久链接结构。
http://codex.wordpress.org/Using_Permalinks |
| www.geekaa.com/topic/view/4759.html - 2009年11月6日 |
|
| BuddyPress插件收集 by henry |
| Buddypress-Ajax-Chat
http://wordpress.org/extend/plugins/buddypress-ajax-chat/ |
| www.geekaa.com/topic/view/4758.html - 2009年11月4日 |
|
| WordPress Featured Listings by 隐藏人物 |
| http://wordpress.org/extend/plugins/wp-featured/screenshots/ |
| www.geekaa.com/topic/view/4751.html - 2009年11月1日 |
|
| Wordpress MU 分布式数据库插件Multi-DB by 温柔一刀 |
| Wordpress MU 的安装行为和Lyceum不同,默认安装条件下它为每个用户建立8个数据表,这样的好处是结构相对清晰,各个用户的数据可以方便地分别进行管理。但是它无法便捷地实现全站的索引与检索,同时最大的弊病在于这样的结构在可扩展性上存在缺陷。一旦用户数量达到数千人,wp数据库内将存在数万张表,这给管理与备份带来很大的不便,而单库的数据表总存在物理极限,因此必须切分数据库。
Wordpress.com 的用户数在写本文的时候达到了5,164,192,他们使用了多个数据中心同时建立了自己的负载均衡手段。这方面的细节将专文论述,本文主要讨论数据库结构的规划。他们开发了HyperDB 来划分 ... |
| www.geekaa.com/topic/view/4750.html - 2009年11月1日 |
|
| Intro to WordPress MU vs WordPress by 温柔一刀 |
| We’re proud to say that we’ve built our new site using WordPress MU. WordPress MU, which stands for multi-user, is a version of WordPress built to host multiple blogs within one site. It’s actually what is used to run WordPress.com - that plus a few server farms. It’s built around the core of WordPr ... |
| www.geekaa.com/topic/view/4748.html - 2009年11月1日 |
|
| WordPress MU Latest Posts by 温柔一刀 |
| This plugin get all latest post truly ordered by date or by posting modified date. How this plugin works are: First, get all posts in last 30 days (by default). Then, all this post transformed as array data. We use posting date as key array. After that, we short this array data and ordered by the ke ... |
| www.geekaa.com/topic/view/4746.html - 2009年11月1日 |
|
| is_taxonomy_hierarchical by 神墓 |
| is_taxonomy_hierarchical (line 123)
Whether the taxonomy object is hierarchical.
Checks to make sure that the taxonomy is an object first. Then Gets the object, and finally returns the hierarchical value in the object.
A false return value might also mean that the taxonomy does not exist.
return: ... |
| www.geekaa.com/topic/view/4732.html - 2009年10月29日 |
|
| get_object_taxonomies by 神墓 |
| get_object_taxonomies (line 42)
Return all of the taxonomy names that are of $object_type.
It appears that this function can be used to find all of the names inside of $wp_taxonomies global variable.
<?php $taxonomies = get_object_taxonomies('post'); ?>
Should result in
Array('category', ' ... |
| www.geekaa.com/topic/view/4731.html - 2009年10月29日 |
|
|