WP Plugin(s): GaMerZ

WP PLugin(s): GaMerZ Prolific WordPress hacker Gamerz has updated all of his plugins to work with WordPress 1.5. Lots of fun and useful plugins including WordPress 1.5 Stats, WordPress 1.5 WAP, WordPress 1.5 Poll, WordPress 1.5 Page Navigation, WordPress 1.5 Print, WordPress 1.5 E-Mail and WordPress 1.5 Users Online

» WordPress 1.5 Stats //流量统计[update:统计blog的一些信息,不是统计流量的:oops:]
Display your WordPress statistics.

» WordPress 1.5 WAP //手机wap上网浏览blog,记得狗兄也做了这个plugin
Browse your WordPress weblog entries on a WAP enabled mobile phone.

» WordPress 1.5 Poll //投票系统,这个是我想要的!!
Adds an integrated poll system to your WordPress.

» WordPress 1.5 Page Navigation //页面导航条,就是:Pages (7) : « 1 [2]3 4 » … Last »
Adds a page navigation with paging elements to your WordPress.

» WordPress 1.5 Print //打印版本
Displays a printable version of your WordPress weblog post.

» WordPress 1.5 E-Mail //通过email推荐blog给好友
Enable you to send your webblog entry to a friend.

» WordPress 1.5 User Online //在线人数,Search Bots??还统计了搜索蜘蛛??好像很不错耶
Enable you to display how many users are online on your WordPress with detailed statistics of where they are and who there are(Members/Guests/Search Bots).

在新窗口打开链接

每次写blog时总要在加上链接的时候自己写上target="_blank",而使链接在新窗口打开呢?
这里有个方法,可以解决:Open Links in New Window, WP Tutorial

1. Global Change for links to open new window
File: index.php
Find: <head> tag
Add: <base target="_blank">

2. Article Titles
File: index.php
Find: <a> tag with “storytitle” class
Add: target="_self" inside </a><a> tag

3. Category Links
File: /wp-includes/template-functions-category.php
Find: function the_category
Add in 3 spots: target="_self" inside </a><a> tags

4. Comments Link
File: /wp-includes/template-functions-comment.php
Find: function comments_popup_link
Add: target="_self" inside </a><a> tag

5. Calendar (sidebar)
File: /wp-includes/template-functions-general.php
Find: function get_calendar
Add in 3 spots: target= inside </a><a> tags

6. Category Links (sidebar)
File: /wp-includes/template-functions-category.php
Find: function list_cats
Add: target="_self" inside </a><a> tag (near bottom inside Foreach loop)

7. Archive Links (sidebar)
File: /wp-includes/template-functions-general.php
Find: function get_archives_link
Add in 2 spots: target="_self" inside </a><a> tags

8. Search Form (sidebar)
File: index.php
Find: <form> tag
Add: target="_self" inside </form><form> tag

9. Misc. Links (sidebar) i.e. About Me
File: /index.php
Find: any instances
Add: target=”_self” inside <a> tags

10. Comments Form submit
File: /wp-comments.php
Find: <form> tag
Add: add target="_self" attribute</form></a></form></a></base></head></blockquote>

WP用email发blog的功能


WordPress是支持用email来发blog的,这个我是从第一次安装Wordpress就知道的了,也一直在测试这个功能,但一直都没有成功!
我不知道怎么用,但搜索知道!!我就在官方论坛上搜索,没有!(可能是我的英语水平问题,看不懂!)在codex中搜索,又没!!怎么搞的,这里又没,让人有点泄气了。幸好这个功能对我极具有吸引力(要不早就放弃了!!),还有一个地方是没有找的,就是已被WordPress弃用的wiki!一搜索,嘿,有了!!这篇东西,可让我好找!How To Blog By Email
方法也是如同WordPress其他设置方法那样极其简单(我可不是说wordpress不强大哦)只需在后台的Options的writing栏中把Writing by e-mail选项正确填写好后(很遗憾gmail暂时不支持,官方论坛中讨论过了),就可以发邮件到你填写的email了,发完email后,马上运行 http://你的域名/安装blog的地址/wp-mail.php 即可!!(就是这步最关键了,以前不知道,所以就不成功!)
但很遗憾的是:用email发blog好像不支持中文,因为邮件会把中文转换为特殊的编码,而wordpress不能把这些编码转换为中文字!!故只能发英文的了~~

加速WordPress的加载


当我们使用除了english的其他语言时,Wordpress转换到这种语言时通常会降低加载的速度!我看了一下其他使用了本地化方案的wordpress果然有这样的现象(就是使用了mo文件的wordpress,加载普遍在1-2sec.而没用mo文件的可以在1sec.内),下面的这个hack就可以解决这个问题了!!
我们到Here下载这个压缩包-php-gettext-1.0.3.tar.gz,解压缩后,用gettext.php和streams.php覆盖在wp-includes文件夹中的原文件即可!
另外,用$input = new CachedFileReader($mofile)代替wp-l10n.php(在 function load_textdomain 函数中)中的$input = new FileReader($mofile),也可以节省几毫秒的时间!
原文地址:
http://www.m-e-x.de/blog/index.php/archives/2005/03/01/wordpress-15-speedup/
As anyone who uses foreign language support in WordPress 1.5 may have noticed, switching to language to something other than english slows down WordPress. On my server, no request was finished in under 2 seconds.

So I had a look at the “gettext.php” and optimized it a little bit (pushes request time down to 0.1 secs again), and Danilo Segan (the author and maintainer of php-gettext) made a new release with these changes:

https://savannah.nongnu.org/projects/php-gettext/

1. Download the package
2. Replace gettext.php and streams.php (in wp-includes)

Additionally you can replace
$input = new FileReader($mofile)
in function load_textdomain (wp-l10n.php) with
$input = new CachedFileReader($mofile)
which also saves a few microseconds.

在comment中拥有你的“个性签名”

gravatar-globally recognized avatar(我就叫它“个性签名”)

你只要注册后就可以上传一个任意大小的图片(jpg、gif或png格式,会自动帮你调整到80×80),经过他们的审核后(审核时间大概要一天,分为四个级别,只要没有sex、暴力内容都可以评上g,表示可以在任何地方显示,其他级别显示就有一些限制),你在支持gravatar的站上留言都会显示出你的“个性签名”了!

注册你的个性头像-signup
Read More »

用手机发blog??

这位仁兄就有了这个想法,他也试着去实现了!!
WordPress是可以通过email来发blog的,他正是应用了这个方式来实现的,用sms发到邮箱,然后就能发到blog上了!!就是这么简单!!(不过,我用email发blog还没试验成功过,看什么时候再搞搞它!因为这样太方便啦!)
在这里查看全文:http://georgewalkley.com/index.php?p=39

Top 10 Posts/Views

自己成功装了第一个(以前安装过一些插件,但还没成功过0_o!!)wordpress plugin-Top 10 Posts/Views,其实,WordPress的Plugin是很容易安装的,只要把Pluin放到特定的目录下,在后台激活就搞定的了.但这个Plugin需要改模板,改模板还没什么,但他写的安装指南有点模糊,而且有一点bug,故也花了一点时间.安装过程如下: Read More »

WordPress正式升级到1.5版

是一个简洁的blog。支持插件,可以弄自己的模板。你也不用担心自己不会弄,因为已经有大把现成的插件和模板供你使用了!!

刚用这个网上工具制作了一个header的图片,还不错吧!!