|
| 3 free WPMU DEV yearly memberships up for grabs by 纵云 |
| 3 free WPMU DEV yearly memberships up for grabs!
Just a few months ago we gave away 5 yearly subscriptions (each worth $419) to celebrate our 100th release, and now, for Christmas, we're giving away another three
Here's how you win one, it's really easy but make sure you follow all three steps t ... |
| bbs.geekaa.com/topic/view/4797.html - 2009年12月9日 |
|
| CCK Module Basics by 纵云 |
| Content Construction Kit (CCK) is one the most important and at the same time most mystifying features of the Drupal platform. In this drop I'll provide a high level overview explanation of CCK and why you might want to use it on your site.
What is CCK?
CCK is a contributed module that allows you ... |
| bbs.geekaa.com/topic/view/4795.html - 2009年12月7日 |
|
| 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 ... |
| bbs.geekaa.com/topic/view/4779.html - 2009年11月22日 |
|
| 通过正则环视结构只替换html标签外的内容 by 神墓 |
| 有这样一段代码
代码如下
$string='<div>
<a href="http://www.geekaa.com">pylong</a> is very good and I love geekaa.
<img src="http://www. geekaa.com/logo.gif">
This is the logo of geekaa.com
</div>';
现在要把geekaa着色,也就是要把geekaa替换成<font style='color:red'>geekaa</a>
因为ht ... |
| bbs.geekaa.com/topic/view/4767.html - 2009年11月11日 |
|
| 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 ... |
| bbs.geekaa.com/topic/view/4763.html - 2009年11月9日 |
|
| 8种免费开源PHP商城系统介绍 by hgta |
| Sometimes you can not afford to get a custom shopping cart coded, the perfect solution to this situation is to get the best of the Open Source Shopping Carts.
We have used, reviewed and tries our hands on plenty of open source shopping carts and put together a list of the best carts. Following are ... |
| bbs.geekaa.com/topic/view/4761.html - 2009年11月7日 |
|
| WordPress Featured Listings by 隐藏人物 |
| http://wordpress.org/extend/plugins/wp-featured/screenshots/ |
| bbs.geekaa.com/topic/view/4751.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 ... |
| bbs.geekaa.com/topic/view/4746.html - 2009年11月1日 |
|
| Function Reference/add meta box by 神墓 |
| Description
The add_meta_box() function was introduced in WordPress 2.5. It allows plugin developers to add sections to the Write Post, Write Page, and Write Link editing pages.
Usage
<?php add_meta_box( $id, $title, $callback, $page, $context, $priority ); ?>
Parameters
$id
(string) HTM ... |
| bbs.geekaa.com/topic/view/4728.html - 2009年10月29日 |
|
| 有奖大转盘FLASH程序的内部代码! by 纵云 |
| function loadUsers()
{
var ld = new LoadVars();
var _loc2;
ld.load("./getActiveUser.action", "_root", "GET");
ld.onLoad = function (succ)
{
if (succ)
{
trace (ld.arg1);
_root.mc_users.txt_users.htmlText = ld.arg1;
_root.mc_users ... |
| bbs.geekaa.com/topic/view/4677.html - 2009年10月28日 |
|
|