30个能增加读者数量的Wordpress插件,博客推广因此将不会再那么困难。

同步

DJ-Email-Publish - 发表新日志的同时通过邮件将该日志发表到你的其它博客,如Live Spaces.

Live Space Sync - 可以将你的所有日志导入到Live Space。

LiveJournal Crossposter - 自动将你的最新日志发表到LiveJournal或其他基于LiveJournal的网站上。

Vox Crossposter - 同步发表日志到Vox。

Xanga Crosspost - 同步发表日志到Xanga。

RSS Feed 工具

©Feed - 在Feed中添加版权信息和数字指纹,防止日志遭到剽窃。

Add to Any Subscribe Button - 增加多个订阅按钮。

AddThis Sidebar Widget - 在侧边栏添加RSS信息和社会性书签。

Better Feed - 加强Feed输出,添加“Read More”、版权信息等内容。

DeCat - 允许你在Feed中排除某个分类日志。

Feed Control - 增强Feed输出功能,可以选择不输出某些日志、输出页面等等。

Feed Footer - 在Feed中添加版权信息和广告内容。

Feed Master - 将Feed读者编号从而更好的统计Feed订阅等细节信息。

Feed Styler - 自定义Feed输出风格。

FeedBurner FeedSmith - 将博客上的所有Feed全部重定向到经过FeedBurner重新烧制的地址上。

FeedStats - 获取Feed的统计信息。

Feedvertizer - 在Feed中日志的末尾处添加文本链接。

RSS Flashfeeder to Myspace - 将最新的两篇日志通过RSS投递到MySpace页面。

Slash Comments - 在Feed中添加日志评论数目的显示。

Subscribe-Remind - 在日志的末尾处提示读者订阅Feed。

社会性网络书签

Digg Button - 使用简单的代码将Digg按钮添加到日志的任意位置。

Digg IT - 另一个在日志中添加Digg按钮的插件。

JPF Add to Reddit - 提供读者将日志提交到Reddit的功能。

Share This - 添加多个社会性书签链接,同时还允许读者通过邮件分享日志。

Sociable - 超过61个社会性书签网站的提交链接。

Social Bookmark Buttons - 多个社会性网络书签提交按钮。

Social Bookmarks Plugin for WordPress - 快速访问社会性网络书签网站。

Socializer Plugin - 允许向接近40个社会性书签网站提交日志链接。

SocialList - 查看博客上的那些日志文章被提交到del.icio.us和Digg。

Socialogs.com - 允许将日志提交到 Socialogs.com.

WP-Notable - 在所有日志中添加多个社会性书签网站的提交图标。

wphotspots - 获取你的日志在多个社会性网络书签网站中的被提交情况。

Tags: , ,

因为最近WordPress的Theme directory开放了,所以大家可以自己制作一些主题曲提交。由此获得高质量的外链。
但是提交也是有要求的,下面根据官方的要求的中文翻译。大家也可以去看原版
1. 主题比较打包成ZIP文件。注意,不要打包成RAR文件了。
2. style.css 中必须包含
1. 主题名字,要唯一
2. 主题标签 (比如说一列,二列,三列,蓝色等)
3. 主题的版本号(x.x 或者 x.x.x 以便以后维护和升级)
4. 必须有这几个类: .alignright, .alignleft, .aligncenter,而且分别定
为右浮动,左浮动和居中(使用 margin:0 auto 即可)
3. 截图必须是真实的,且名字是 screenshort.png
4. 必须遵守GPL
5. 不能包含隐藏链接,赞助链接。但是可以链向作者自己。(通常大家可以为自己的模板开一个帖子。然后可以在模板的底部加两个链接。一个是主页,一个是模板的帖子地址。)
6. 须支持Gravatars
7. 须显示日志的所在类别和标签。
8. 必须是自己的原创。
9. 不能是成人内容。
以上9点,就是官方的要求。如果自己会制作模板,不妨也花上一两天的时间。给自己的网站增加一个质量极高的连接。

Tags:

I use godaddy hosting.

if you error code is:
Warning: Invalid argument supplied for foreach() in /home/mymaindomain/public_html/mydomain/wp-includes/widgets.php on line 676

This is due to the text widget not having the right kind of data in it. A lot of people get it after upgrading for some reason.

If you go and edit all your text widgets and then save changes, this should go away. Worst case, manually edit your database, find the widget_text row in wp_options, and remove it. Then put your text widgets back.

I narrowed it down to this line from the newer wp-config.php:

define(’DB_CHARSET’, ‘utf8′);

I use dreamhost, maybe they’re not using utf8? In any case, after removing that line, all was well. I hope this helps someone.

I’ve found my problem :
1) There was a difference between my two database. The first was UTF-8 Unicode (utf8) and latin1_leneral_ci, but the second was UTF-8 Unicode (utf8) and utf8_bin.
2) When I’ve imported the data from the first base to the second the character of the sql file was set to utf8 instead of latin1.

So I did the following :
Set my second database to UTF-8 Unicode (utf8) and latin1_leneral_ci.
Choose latin1 character set during the backup importation on the second base.

If you ve yhe same error take a look on the character paramters of your new database, and you’ll find the solution.

Hope it’ll help somebody.

Luffy.
(WORDPRESS 2.5.1)

Tags: ,

wordpress 2.6终于千呼万唤始出来了。

新功能概览:
1. 移动wp-config.php–在wordpress2.6中,你将可以把wp-config.php移动到public root下的一级目录。这或许可以允许多个wordpress共用一个相同的wp-config.php文件;
2. 支持Google Gears–此功能将允许Google Gears用户离线管理其Wordpress博客-是不是很酷?!
3. 用户头像–如果您还没有开通Gravatar头像,当您在用Wordpress2.6搭建的网站注册时,也可以选择一个icon来作为你自己的头像;
4. 编辑历史–可以像修改Wiki条目那样修改博客帖子;
5. 巧用shift键进行“多选”操作–在wordpress2.6中,你将可以像使用gmail一样,按下shift键,在分类、评论、tag、文章、页面、多媒体中进行“多项选择”;
6. 字数统计–这是wordpress.com中早就有了的功能,将被移植到wordpress2.6;
7. 多媒体书签–这不是正式名称。matt在WordCamp Dallas已经谈到这一功能。

Tags: ,

All in one AdSense and YPN 是一个我们常用的,并且很好用的wordpress 广告插件。我也在用。
但现有的功能满足不了我们更多的需要。特地修改加强一下。

大家都知道,链接单元的作用是非常显著的。甚至强于展示广告位。对于高手而言,更是用的炉火纯青,将其效果发挥的淋漓尽致,那么对于更多的普通用户而言,我们有更简便的办法,那就是All in one AdSense and YPN pro。

加强版说明:
1.在原有广告位之上增加链接单元模块。(可选,如果不选择广告位大小,则不显示)

2.链接单元的颜色可单独设置,如果不设置则继承展示单元的颜色。

3.链接单元可以选择大小,可多选,随机展示。

4.链接单元可选择四个链接或五个链接。

5.修改原展示广告,如未选择大小即算未设置,则不显示,避免安装了插件但未设置时挣出来的空白区域。

6.还没想好。有需要给我留言。

更新日期:2008-08-06

此次更新,更改了插件目录,细微的更改了一些地方以便更适用于wordpress 2.6版本
由于此次更新改变了插件目录,以防止自动更新会将原普通英文版覆盖回去。
所以下载上传后,先将原有插件设置记下,然后禁用并删除原插件,再上传新插件激活并设置。

All in one AdSense and YPN Pro 英文加强版 (81)
All in one AdSense and YPN Pro 中文加强版 (168)

中文版分流下载:中国站长站

Tags: ,

WordPress对插件的支持是完美的,一键启用,一键停用,一键升级。

卸载一个WordPress插件并 不只是简单的在插件页点击一下禁用就OK的。有些时候,当然使用这种方法来禁用一个插件的时候,会在首页显示错误:”Fatal error: Call to undefined function.”,这也就说明了,一键停用并不不能完全卸载一个WordPress插件。

今天和大家一起分享卸载插件的几个方法。

1,首先查看插件是否有管理页面,如果有,那么在该插件的具体设置页面的最下方,可以看到“Uninstall xxxx”的字样,并且附带有红色字体的警告,这是卸载插件最好的方法。

拿”WP-PageNavi“为例,在激活插件以后,到插件的管理页面,就可以看到卸载插件的相关选项,这种是卸载插件最好的方法。

2,在插件列表页面一键禁用插件,一键完成。

3,使用FTP工具删除插件。

4,介绍一款插件:Clean Options,插件作者称可以检测到插件被卸载后所有遗留在Wp-options表内的没有被清楚掉的插件代码。WordPress.org官方有截图,看看就知道了。

Tags: ,

BE VERY CAREFUL WITH THIS.
IT WILL HURT. IT WILL HURT.
BACKUP YOUR DATABASE FIRST: Backing Up Your Database . BACKUP YOUR DATABASE FIRST: Backing Up Your Database .
The following is irreversible. There is no “undo” or “undelete” button. This is permanent. Be warned that it can do harm. The following is irreversible. There is no “undo” or “undelete” button. This is permanent. Be warned that it can do harm.

When moving the domain, you will need to restore the database . You then need to upload your files to their new location.

At this point, your blog will NOT work. At this point, your blog will NOT work.

1. Database
1. Follow the guide above to alter the information in the database. Follow the guide above to alter the information in the database.
2. Database Entries Database Entries
1. Log into phpMyAdmin . Log into phpMyAdmin .
2. Backup your database and save the copy off-site. Backup your database and save the copy off-site.
3. Login to phpMyAdmin . Login to phpMyAdmin .
4. Click the link to your Databases . Click the link to your Databases .
5. A list of your databases will appear. Choose the one that is your WordPress database. A list of your databases will appear. Choose the one that is your WordPress database.
6. Look for the name of the table within your database used to hold your post information. Usually it is called wp_posts , but it may have been changed. Write it down. Look for the name of the table within your database used to hold your post information. Usually it is called wp_posts , but it may have been changed. Write it down.
7. Clicking the Browse icon or link, open the wp_posts table. Clicking the Browse icon or link, open the wp_posts table.
8. Look for the field that holds your post “guid”. It is usually called guid , but it may have been changed. Write it down. Look for the field that holds your post “guid”. It is usually called guid , but it may have been changed. Write it down.
9. Click the tab at the top for SQL . Click the tab at the top for SQL .
10. Using the information you wrote down from above and the old and new URL addresses you wish to update or search and replace within your database, type in the following ( CAREFULY ): Using the information you wrote down from above and the old and new URL addresses you wish to update or search and replace within your database, type in the following ( CAREFULY ):

 UPDATE wp_posts SET guid = REPLACE ( guid, 'http://exampleoldsiteurl.com', 'http://examplenewsiteurl.com');

1.
1. Make sure that the names of wp-posts and post_content match the tables and fields within your database. Change them if not. Make sure that the names of wp-posts and post_content match the tables and fields within your database. Change them if not.
2. Ensure that the ONLY content you want to change are within the little single ‘quotes’ . Make sure EVERYTHING is spelled right and that you are sure this is correct. Ensure that the ONLY content you want to change are within the little single ‘quotes’ . Make sure EVERYTHING is spelled right and that you are sure this is correct.
3. Review everything within the SQL input box again. Make sure it is correct. There are no second changes when you take the next action. The change is permanent. Review everything within the SQL input box again. Make sure it is correct. There are no second changes when you take the next action. The change is permanent.
4. When you are sure, click Go . When you are sure, click Go .
5. At the top of the screen will be generated a list of how many of the tables and fields have been changed. At the top of the screen will be generated a list of how many of the tables and fields have been changed.

Tags: , , , ,

1. Backup your database and save the copy off-site. Backup your database and save the copy off-site.
2. Login to phpMyAdmin . Login to phpMyAdmin .
3. Click the link to your Databases . Click the link to your Databases .
4. A list of your databases will appear. Choose the one that is your WordPress database. A list of your databases will appear. Choose the one that is your WordPress database.
5. All the tables in your database will appear on the screen. All the tables in your database will appear on the screen.
6. From the list, look for wp_options . Note: The table prefix of wp_ may be different if you changed it when installing. From the list, look for wp_options . Note: The table prefix of wp_ may be different if you changed it when installing.
7. Click on the small icon indicated as Browse . Click on the small icon indicated as Browse .
8. A screen will open with a list of the fields within the wp_options table. A screen will open with a list of the fields within the wp_options table.
9. Under the field option_name , scroll down and look for siteurl . Under the field option_name , scroll down and look for siteurl .
10. Click the Edit Field icon which usually is found at the far left at the beginning of the row. Click the Edit Field icon which usually is found at the far left at the beginning of the row.
11. The Edit Field window will appear. The Edit Field window will appear.
12. In the input box for option_value , carefully change the URL information to the new address. In the input box for option_value , carefully change the URL information to the new address.
13. Verify this is correct and click Go to save the information. Verify this is correct and click Go to save the information.
14. You should be returned to your wp-options table. You should be returned to your wp-options table.
15. Look for the home field in the table and click Edit Field . Note There are several pages of tables inside wp_options . Look for the > symbol to page through them. Look for the home field in the table and click Edit Field . Note There are several pages of tables inside wp_options . Look for the > symbol to page through them.
16. In the input box for option_value , carefully change the URL information to the new address. In the input box for option_value , carefully change the URL information to the new address.
17. Verify this is correct and click Go to save the information. Verify this is correct and click Go to save the information.
18. Delete the folder wp-content/cache (this is a new folder added with WordPress 2.0). Delete the folder wp-content/cache (this is a new folder added with WordPress 2.0).
19. That is it. That is it.

Tags: ,

google一下seo wordpress themes
前两个结果,在上周末看的时候,现在排在第三的http://www.easywebtutorials.com/blogging-tutorial/wordpress-themes.php
排在第一位。而排在第一第二的
http://courtneytuttle.com/seo-wordpress-themes/
则排于第三位。
个人认为,第一第二的SEO优化于文章的名字,即seo-wordpress-themes/ 这跟搜索的关键字有着绝对的关系。
这两个作者都号称自己的模板是如何如何优化的。其实仁者见仁,智者见智,大家完全可以试用一下。
个人觉得如果真要给自己找一个好面子,还是要修改一下。比如,样式,比如,你要写中文的话,字体的大小等。
另外,发现www.easywebtutorials.com所提供的这个模板,如果你装了All in One Adsense and YPN这个插件的话,那么在首而则显示不出广告来。在post页倒是可以。

Tags: , ,

一直用着的wp-download_monitor插件,在后台用wp的自动升级功能,结果导致附件全部丢失。惨痛啊。
因为它的上传目录在插件目录里,结果wp升级的时候,删除旧文件,连同附件目录一并删除。
估计这个插件会害惨一批人。
而且,关键是这个插件还不能设置附件目录,虽然可以去改,但现在没那时间,将就着点了。以后升级的时候小心点,像这种在插件目录存东西的插件,最好还是手动升级。

Tags: ,

Page 1 of 212»
© 2008 Snow silent