|
| 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日 |
|
| Intro to WordPress MU vs WordPress by 温柔一刀 |
| ave to be implemented in slightly different in WP-MU. For example, MU implements extra security for posting non-basic HTML tags. This caused a problem when creating our services section because we have some DHTML in the bottom of the page and are using a definition list. I found a plugin called TINY ... |
| 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日 |
|
| get_object_taxonomies by 神墓 |
| the names inside of $wp_taxonomies global variable.
<?php $taxonomies = get_object_taxonomies('post'); ?>
Should result in
Array('category', 'post_tag')
return: The names of all taxonomy of $object_type.
since: 2.3.0
usedby: get_post_taxonomies()
uses: $wp_taxonomies
array get_object_t ... |
| www.geekaa.com/topic/view/4731.html - 2009年10月29日 |
|
| Function Reference/add meta box by 神墓 |
| screen section.
$page
(string) The type of Write screen on which to show the edit screen section ('post', 'page', or 'link')
$context
(string) The part of the page where the edit screen section should be shown ('normal', 'advanced' or (since 2.7) 'side')
$priority
(string) The priority within the ... |
| www.geekaa.com/topic/view/4728.html - 2009年10月29日 |
|
| 让你能利用WordPress博客赚钱的插件:Advertising Engine by Brands 2.0 by 隐藏人物 |
| e to hand-over any of your prime real-estate as with other more obtrusive advertising engines.
Just post your editorial content as usual. Brands 2.0 does the rest.
One-time installation.
http://wordpress.org/extend/plugins/brands-20/ ... |
| www.geekaa.com/topic/view/4722.html - 2009年10月27日 |
|
| 导出Google Reader的Feed条目生成xml的ruby小程序源代码 by 隐藏人物 |
| require 'net/https'
require 'uri'
def getSID(email, passwd)
uri = URI.parse('https://www.google.com/accounts/ClientLogin')
req = Net::HTTP:ost.new(uri.path)
req.set_form_data({'Email'=>email, 'Passwd'=>passwd});
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = true
res ... |
| www.geekaa.com/topic/view/4699.html - 2009年10月26日 |
|
| 韩国各大网上购物网站大全 by henry |
| 品牌化妆品。非本国人不能加入。
http://www.ogage.co.kr/index.asp
多种风格时尚服装,皮包,鞋帽等购物网站。海外也可加入。
http://mall.epost.go.kr/
韩国邮局网上购物。以其国营的地位,霸占了如辣白菜等食品的运输权。主要是经营各种农产品,食品,可以海外配送。
http://www.twang.co.kr/
韩国品牌服装网站。非本国人不能加入。
http://www.cherrya.com/
与11番街联盟,主要经营各种化妆品。
http://www.gujejoa.co.kr/
... |
| www.geekaa.com/topic/view/4693.html - 2009年10月21日 |
|
| servlet生命周期 by wzzz |
| servlet 有良好的生存期的定义,包括如何加载、实例化、初始化、处理客户端请求以及如何被移除。这个生存期由 javax.servlet.Servlet 接口的 init,service 和 destroy 方法表达。
1 、加载和实例化
容器负责加载和实例化一个 servlet 。实例化和加载可以发生在引擎启动的时候,也可以推迟到容器需要该 servlet 为客户请求服务的时候。
首先容器必须先定位 servlet 类,在必要的情况下,容器使用通常的 Java 类加载工具加载该 servlet ,可能是从本机文件系统,也可以是从远程 文件系统甚至其它的网络服务。容器 ... |
| www.geekaa.com/topic/view/4681.html - 2009年10月20日 |
|
|