WordPress 相关日志插件:WordPress Related Posts
2009年09月30日
WordPress 2.3 版本开始 WordPress 内置了 Tag 支持,由于 WordPress 使用的 MySQL 数据库默认不支持中文分词,所以在中文情况下产生相关日志的最好方法就是通过 Tag,根据日志含有相同的 Tag 数越多,就认为日志相关性越强,所以我根据这一原理开发了 WordPress Related Posts 这个插件。
所以 WordPress Related Posts Plugin 最基本的功能就是根据日志的 tag 的相关性产生一个相关日志列表,并且可以把相关日志列表添加到 Feed 中。
安装和使用:
- 上传整个插件文件夹到 /wp-content/plugins/ 目录下或者在后台直接安装
- 在插件菜单下激活插件
- 在模板文件中适当的位置插入 <?php wp_related_posts(); ?> 模板函数或者在后台使用自动插入相关日志功能
- 在管理界面下,Manage > Setting > Related Posts 中配置插件的输出
详细配置
WordPress 相关日志插件有详细的配置选项,下面讲解下每个选项的含义。

WordPress Related Posts Plugin 后台选项
- 相关日志列表标题:给整个相关日志列表整个标题,可以是 Related Posts 或者相关日志都可以。
- 相关日志标题标签:这里可以有 h2, h3, h4, p, div 等五种选择,你根据自己的主题进行选择,如果相关日志的标题为 Related Posts,这里选择的标签为 h3,最后标题在 HTML 中的形式为
<h3>Related Posts</h3> - 最多显示:是设置相关日志最多显示几条。
- 不包括(分类 ID):如果你不在某些分类下的日志显示相关日志,那么就把这些分类的 ID 输入到这个框中,用英文的分号(,)分开
- 其他设置:
- 显示留言数:在相关日志中显示日志的有多少条留言了
- 显示日志发布日志:在相关日志中显示日志的发布日期
- 自动插入相关日志:如果你不想手工在 single.php 中插入 <?php wp_related_posts(); ?> 模板函数,可以通过该选项自动插入。
- 在 RSS 中添加相关日志:如果你想 Feed 中,日志的末尾显示相关日志,那么请勾上该选项。
- 摘要设置:如果你想在相关日志的显示日志的摘要,就可以通过这里实现,选择之后,会让你输入摘要最大的文本。
- 无相关日志时的设置:当谋篇日志某相关日志的时候,你想显示什么?该插件可以让你选择:
- 简单显示没有相关日志文本
- 随机日志
- 最多留言日志
- 最流行日志(如果安装了 Popularity Contest 插件)
并且选择无相关日志时候显示的日志类别之后,还可以设置他们的标题或者文本。
- 缩略图设置:如果你的博客通过自定义字段给每篇日志设置了缩略图,那么还可以通过缩略图形式显示相关日志,其中该功能还有两个设置:
- 是否还显示标题等文本。
- 选择哪个自定义字段是用于显示缩略图的。
缩略图功能是给高级用户或者有需求的用户使用的,一般是用不到的,所以不明白这个是什么意思,那就请不要选择。
434 条评论 添加你的评论 →

1. libo | 2007:09:12 - 03:12:39 | #
貌似无法使用,有可能是你测试时使用的编码有问题.
我在一个DREAMHOST主机环境下,全部是utf8编码的全新安装没有任何插件的WP2.3 B3上测试,一旦激活这个插件,首页变成了空白,什么都没有了(还没有修改模板调用函数)
2. Denis | 2007:09:12 - 03:24:37 | #
我在我的 BH 主机上测试了没有问题!
3. libo | 2007:09:12 - 03:28:42 | #
楼上没明白我的意思 我强调的是站点的编码和数据库的编码全部为utf8的情况下没有测试通过
4. chengsun | 2007:09:12 - 08:59:47 | #
这是一个插件? 可是WP 2.3 不是 9 月 24 日才出来吗?
5. 爱斯湾 | 2009:12:23 - 17:06:26 | #
回复功能测试下,我不知道啊
6. ideaonly | 2007:09:12 - 09:49:40 | #
题外话,这篇日志的内容我没有具体学习和验证,但这篇日志的添加方式我比较喜欢,英中文对照,便于阅读和查看。不错!
7. Wady | 2007:09:12 - 09:58:33 | #
WordPress 中文团队第二个作品,顶,哈哈
8. Denis | 2007:09:12 - 11:36:52 | #
@ libo,我的 BH 空间也是全新安装的。另外这个插件和编码没有任何关系。
@ chengsun,这是在2.3 Beta 3测试的时候做的插件。
9. 沈蚊 | 2007:09:12 - 11:57:43 | #
怎么能让rss输出时候让相关文章显示在more前面,正文中则显示在正文最后呢?
ps.“欢迎来自 http://www.bloglines.com 的朋友。本站关注 WordPress 及其相关技术,如果您是第一次来到这里,建议您订阅本博客”——偶已经是bloglines来的,干嘛还要订阅呀~~XD
10. libo | 2007:09:12 - 14:54:15 | #
终于找到了原因,你试一下,开启gzip后,页面就无法显示了,刚刚在全新的WP 2.3B3上测试完
11. hanhao | 2007:09:12 - 15:07:41 | #
谢谢,已经使用了
12. Denis | 2007:09:12 - 15:27:35 | #
@ 沈蚊,我写的程序还不能辨别出 http://www.bloglines.com 是订阅器。因为太多订阅网站,不好写!
@ libo,和 gzip 没有关系,是我的插件 ?> 后多了几个空行,删除即可,或者使用我修改的版本!
13. libo | 2007:09:12 - 15:31:03 | #
我不知道有没有关系 我的意思只是在开启Gzip的情况下有异常
14. libo | 2007:09:12 - 15:52:03 | #
我手动修改了一下你的插件 不知道这样是否符合协议
1我把rated posts修改为了中文
2在FEED中显示的位置提前到紧挨文章,也就是把您位置参数中改成了9,否则位置会低于better_feed这个插件,不太符合阅读习惯
15. libo | 2007:09:12 - 15:52:57 | #
如果可以这样做的话请告知我 我自己已经用了
16. Denis | 2007:09:12 - 16:03:38 | #
@ libo,插件里面写了 GPL 协议, GPL 协议是允许你修改再发布的,你可以看看 维基 上面对 GPL 的说明。GNU通用公共許可證
另外我这个插件也是源自 UTW 相关日志函数。
17. libo | 2007:09:12 - 16:20:30 | #
哦 我主要是修改了一些显示上的样式,增加了“暂时没有相关文章”等,已经发出来了 http://www.sediyer.cn
18. paopao | 2007:09:12 - 16:33:32 | #
“可以功过参数 limit 来控制显示日志的数量”
错别字
19. Denis | 2007:09:12 - 16:47:25 | #
@ paopao,这个都被你看出来,不过我是经常写错别字的。
20. paopao | 2007:09:13 - 08:28:07 | #
@雪山飞猪 我可是看得很认真的噢 :lol
21. Schulte | 2007:09:13 - 23:32:35 | #
Great job. I’m sure this plugin will be well received.
22. vash | 2007:09:17 - 00:40:57 | #
When i call the function using
nothing happens it doesnt come up and it wipes the rest of my page out can you please help
23. Denis | 2007:09:17 - 00:50:49 | #
Hi vash, I had a look you blog, your blog is powered by WordPress 2.2.2 and this plugin only works on WordPress 2.3 beta 1 or above!
24. YouON | 2007:09:19 - 07:39:44 | #
i got this
Fatal error: Call to undefined function wp_get_post_tags() in /wp-content/plugins/wordpress-23-related-posts-plugin/wp23_related_posts.php on line 71
what’s means?
25. Denis | 2007:09:19 - 08:51:00 | #
hi YouON, this plugin is only available for WordPress 2.3 beta1 or above
26. 优酷吧 | 2007:09:21 - 12:07:52 | #
i got this
Fatal error: Call to undefined function wp_get_post_tags() in /wp-content/plugins/wordpress-23-related-posts-plugin/wp23_related_posts.php on line 71
27. Denis | 2007:09:21 - 20:54:44 | #
Hi 优酷吧 , again, this plugin is only available for WordPress 2.3 beta1 or above
28. Eleven | 2007:09:21 - 23:11:50 | #
麻烦一下,出了点问题。
我用wordpress 2.3RC,使用了这个插件后,在Related Posts列表里面出现了附件的链接。
* Joke
* Hahaha
* wlw4.jpg
* wlw.jpg
* wlinstaller.exe
我确认我没有这样的日志。更不会给附件添加tag,况且我不会。
请问下,这个问题是由什么引起的?
29. Denis | 2007:09:21 - 23:17:01 | #
@ Eleven,能否告诉我你的网址,我帮你看看,或许这个是这个插件的 BUG。
30. Eleven | 2007:09:22 - 00:03:37 | #
好的,谢谢,这个帖子下面就出现来这个问题。
http://skylast.com/2007/09/20/safari-303.html
31. Denis | 2007:09:22 - 00:08:15 | #
这个问题还真的没有考虑到,我这两天有点忙,我过些天修改之后,再给你!也希望能够到时候帮忙测试下!
32. Kretzschmar | 2007:09:23 - 19:57:08 | #
I found a small bug.
In line 150 change:
_e
to
__.
33. Denis | 2007:09:23 - 20:04:51 | #
Hi Kretzschmar, thanks for your help!
34. Kretzschmar | 2007:09:26 - 00:07:02 | #
Right now all your strings are gettexted BUT you didn’t add a proper textdomain. Are you interested in the needed fixes to make your plugin properly translate?
I could make a german translation too. I will do those changes if you add it to the base plugin. So future version will be translated too without needing me to change the plugin again and again.
35. Denis | 2007:09:26 - 00:20:56 | #
@ Kretzschmar, that is kind of you if you can translate it to German Version, I will contact with you when I finish add the textdomain. is it ok to send a mail to you?
36. Damien Riley | 2007:09:26 - 01:53:09 | #
Is there any way to somehow migrate all UTW tags to this new native system? I was previously using UTW tags to drive my related posts.
37. Emmanuel | 2007:09:26 - 02:10:45 | #
Hi,
Great plugin! I noticed that a few users suggested some bug fixes. I wanted to mention that I am having a problem with the text size of your plugin. If I do not enter any text in the text fields of your plugin’s options, the text displayed shows up at the correct size. However, if I enter some custom text in the fields then the text does not show up at the right size, even though your plugin is called within a span that adjusts the size to 95%. Could you please have a look at this, I’m not sure if it’s related to the previous bugs mentioned.
Thanks!!
P.S. Damien Riley, Wordpress 2.3 has a built in import feature that can import all your tags from UTW. Look for it in your dashboard under MANAGE > IMPORT.
38. Baris Unver | 2007:09:26 - 08:16:20 | #
When I try to edit the plugin, it always messes up eventually. The line starting with “$q=…” is so horrible, please fix it!
39. kimkof | 2007:09:26 - 15:14:46 | #
Pb in your plugin!
RelatedPost print the link of post which are no plublish….
40. Meyithi | 2007:09:26 - 16:38:40 | #
Great plugin that should be very popular, however the output won’t validate as XHTML which means that many will be reluctant to use it.
41. Mario | 2007:09:26 - 17:35:39 | #
Your plugin is really helpful but there is one problem I have found using it. You should escape the post titles correct. For example when I have a post with an “&” your plugin should output “&”.
Another thing could be helpful:
Can you integrate an input field in the admin panel to exclude/include categories per ID. Lots of wordpress sites are using one kategorie for photo post or for a portfolio. I don’t want them to be listed in the related posts section.
best
Mario
42. yuanzhu | 2007:09:26 - 17:48:44 | #
lol, eagering for the new version’s release!
43. Denis | 2007:09:26 - 18:19:36 | #
Thanks for all of you’s suggestion, I am working on the next version, I hope I can release it tomorrow morning (BJ time)
44. GoGo | 2007:09:27 - 15:25:19 | #
的确不错,很实用,下次更新可否添加个-是否显示列表标题的选项,这样就可以在修改模板的时候自定义标题样式,当然如果可以在设置里直接定义列表标题样式就更好啦
45. underone | 2007:09:27 - 22:19:25 | #
有个觉得合理的建议
增加一个选项:
当没有相关文章的时候,选择自动调用当前分类下的文章(随机N篇)
46. Denis | 2007:09:27 - 23:33:23 | #
@ underone,这个我也想过,这是第三版想到的是修正问题和出语言包,所以没有制作,下个版本,制作,呵呵!
47. Kretzschmar | 2007:09:27 - 23:46:28 | #
Nice to have a gettexted version but you should make a small change to have it a bit more conveinient.
I changed the textdomaincall so all mo files can resist in the plugin folder. In your version you have to copy them to the base plugin folder of wordpress.
I made a german translation too. So just write me a mail and I send you my commented changes plus the german translation.
48. 丁亮 | 2007:09:28 - 11:59:47 | #
怎么没有汉化呢.
怎么样设置才能汉化啊?
49. paopao | 2007:09:28 - 22:15:14 | #
@丁亮
设置WordPress的语言为zh_CN
把mo文件放到/plugins/目录
50. Iliyan Darganov | 2007:09:29 - 02:30:31 | #
Hi, here is the bulgarian translation for your plugin: http://www.darganov.com/internet-and-seo/balgarski-prevod-na-wp23-related-posts-130.html
Direct download link: http://www.darganov.com/wp-content/uploads/2007/09/wp23_related_posts-bg.zip
I found what I think is a bug. Even though wp23_related_posts.php is in a subdirectory, it searches for the translation files in the [wordpress_dir]/wp-content/plugins/ directory and not into the subdirectory.
51. Denis | 2007:09:29 - 02:36:52 | #
hi Iliyan Darganov, the new version 0.31 solve the problem you memtioned.
I will add your bulgarian translation next version, thanks for you help.
52. Iliyan Darganov | 2007:09:29 - 05:47:34 | #
The problem I mentioned was found using 0.31 + WP 2.3.
53. osez | 2007:09:29 - 14:58:55 | #
i dont see any related post in the feed after i choosed the feed option, must i add a code somewhere for that?
thanks
54. Denis | 2007:09:29 - 15:10:20 | #
Hi osez, coz you use the feedburner burned feed, if you check your oringnal feed, the related posts have been already added to your feed.
55. fxyjg | 2007:09:30 - 10:57:48 | #
为什么我的装了这个插件后,不但没效果,连别的内容都显示不出来了呢
http://www.idl-envi.org.cn
麻烦有知道的高手帮我看看啊
小弟在此谢过了
56. Denis | 2007:09:30 - 11:09:01 | #
@fxyjp,你修改模板文件修改错了吧?
57. fxyjg | 2007:09:30 - 11:14:52 | #
没有啊
我就在single.php里面找了个地方把调用函数放进去了,怎么就这样了呢
58. Denis | 2007:09:30 - 11:16:50 | #
肯定是你修改错误了,我给你发邮件了!
59. fxyjg | 2007:09:30 - 11:19:26 | #
谢谢你的热心啊
收到你的评论邮件了,没收到别的邮件啊
请问怎么才能正确引用,这个插件呢
60. fxyjg | 2007:09:30 - 11:23:56 | #
我发给你了啊,你看看
61. fxyjg | 2007:09:30 - 11:25:47 | #
真是非常感谢你的热心:)
62. dupola | 2007:10:01 - 02:45:33 | #
非常好。。我还没升级。升级后就用这个。。。
63. dupola | 2007:10:01 - 02:46:37 | #
怎么我的头像变这样了。。。。。
64. Denis | 2007:10:01 - 13:13:45 | #
@ dupola,我这里空间有问题,我是用了 Gravatar 缓存,可能过段时间就ok!
65. Cj B | 2007:10:02 - 02:57:40 | #
Hello. Great plugin, but it always returns 0 related posts. What do I have to do to get it to give me related posts?
66. nala | 2007:10:02 - 05:12:31 | #
Nice Site!
67. oline | 2007:10:02 - 19:15:53 | #
不错,比原来一个老外开发的好,老外那个没有调用代码,结果自定义不了在哪里显示相关内容。
68. Denis | 2007:10:02 - 23:11:41 | #
hi CjB, I just have a look your site, seems you don’t add tag to your post, so this plugin can’t work on your blog
69. Martin | 2007:10:03 - 12:59:21 | #
hi, thanks for making this excellent plugin, best one i have found.
could you tell me how to change the “related post” text that appears above the realted posts. changing the options in the plugin settings doesnt seem to alter the title displayed.
i viewed the source code and saw the title was wrapped in h3 tags, i would like to change it to h2 or make it bold. how do i do this?
70. Denis | 2007:10:03 - 14:06:19 | #
Hi Martin, in this case, you should modify the source code, change h3 to h2 or anything else you like!
71. Neil | 2007:10:05 - 16:58:31 | #
谢谢你们提供了一个这么好的插件,我做了一个繁体中文的翻译,欢迎到我的blog下载:
http://www.wmfield.idv.tw/487
再次感谢!
72. Scot Hacker | 2007:10:06 - 06:30:30 | #
This is great! Thanks. I’d really like the ability to insert the publication date of each related post before the the title, e.g.:
2007-05-11 | Who’s Tops in Chinese Literature?
I could hack the plugin to do this, but won’t if this is a planned feature.
Thanks,
Scot
73. Scot Hacker | 2007:10:06 - 07:50:25 | #
Ah – looks like SimpleTags has complete formatting options for the rendered output, so I’ll use that. Thanks though.
74. Denis | 2007:10:06 - 13:05:36 | #
Hi Scot, Somple tags is great plugin, it contain almost the functions related to tags, seems I will stop to development my plugin.
75. underone | 2007:10:09 - 14:05:24 | #
有0.4了?!
76. Denis | 2007:10:09 - 14:07:21 | #
@ underone,对,还没有写日志!先上传了!
77. Baris Unver | 2007:10:09 - 22:03:25 | #
I sent the Turkish translation weeks ago, but appearently you did not add it to the new version
I sent again, hop you’ll add it this time.
78. Denis | 2007:10:09 - 23:41:29 | #
Hi Baris Unver. sorry for I missed your mail last time, I will add it for you soon.
79. Fer | 2007:10:10 - 00:42:31 | #
Hi,
Great plugin! I have a question: how do you format the related post entry font size? I´ve been playing with the code without success, but I´ve managed to remove the bullet from the list. Specifically, I want to have bigger font size in the related post list. Any help would be greatly appreciated. Thanks.
80. Denis | 2007:10:10 - 00:57:54 | #
Hi Fer,
if you look inside the html souce code, the relate posts list have the related_post class, you can use this class to format it in CSS.
81. Mosey | 2007:10:10 - 08:56:03 | #
謝謝您continue ‘Related posts’…我到目前為止還沒換到2.3就是因為很多plugin不compatible. 讀了Comment 68 有一個很好的提議唷! 好像是說如果可以的話,可以算一算在找到的related posts中,有哪些是有比較多tag是match的…給的重要性也就比較大.不知有什麼想法呢?
謝謝!
82. treblam | 2007:10:12 - 18:31:54 | #
觉得gogo的提议不错,应该再增加一个是否显示列表标题的选项。
83. even | 2007:10:13 - 06:22:41 | #
水煮鱼,你好。
我装了这个插件也出现和60楼的fxyjg一样的情况,相关文章没有列出来,而且函数以下的内容都无法显示了。
我曾将分类转换成tag,之前的分类较多,大致是这种情况,不知道有什么解决办法,我发现即使是用Simple Tags也会出现同样的问题。
请问,知道如何解决吗?谢谢。
84. Trevor Greenfield | 2007:10:14 - 02:09:47 | #
Where in the coding do I add the line of code;
I am getting an error when I add it to the head area and body area in my template.
Error is;
Fatal error: Call to undefined function: wp_get_post_tags() in /home/sites/bettafishkeeping.com/public_html/wp-content/plugins/WP23RP/wp23_related_posts.php on line 38
Thank you,
85. Denis | 2007:10:14 - 02:23:52 | #
@ Trevor Greenfiled, this plugin is only availiable for WordPress 2.3, and I have checked your WP is 2.04
86. Rick | 2007:10:16 - 02:46:48 | #
In what wordpress file should I add the code?
87. Rick | 2007:10:16 - 02:53:13 | #
Nevermind. Figured it out. Add the code to your single.php file. That file will be in your template directory.
88. 嘉林 | 2007:10:16 - 08:09:22 | #
谢谢哟,我用上了。不错!
89. Nath @ Reformed Geek | 2007:10:16 - 17:53:48 | #
Is it possible for you to officially edit the code so that the “No Related Posts Text:” actually appears as text under the “Related Posts Title” heading. It looks a bit strange having the text be the heading. Thanks.
90. Skaldrom Y. Sarg | 2007:10:17 - 15:57:07 | #
A wonderful Plugin, thnx a lot!
One Problem: If you have apostrophes (“) in your blog title, it invalidates the html in the link. If you would change the following lines, the problem will dissappear (because of the htmlentities):
Line 172:
echo ‘<a>ID).’” title=”‘.htmlentities($relate_post-> post_title) .’”>’.$relate_post-> post_title.’</a>’;
Line 216:
$content = $content . ‘<a>ID).’” title=”‘.htmlentities($relate_post->post_title) .’”>’.$relate_post-> post_title.’</a>’;
91. Denis | 2007:10:17 - 16:38:13 | #
Hi Skaldrom, I think this problem is solved in verison 0.4
92. 小哀 | 2007:10:18 - 21:56:20 | #
Fatal error: Call to undefined function: wp_get_post_tags() in /home/skybob/domains/seops.cn/public_html/blog/wp-content/plugins/WP23RP/wp23_related_posts.php on line 38
这个是为什么????????????
93. Denis | 2007:10:18 - 22:07:36 | #
@小哀,这个只适合 WordPress 2.3
94. 安之成 | 2007:10:23 - 13:22:09 | #
我装的2.3怎么没有TAG功能啊,装上UTW后又不支持中文TAG…
95. Dhan | 2007:10:23 - 19:49:18 | #
I’m using your plugin (ver 0.4) on WP 2.3
This is good plugin since we use tag as relation key. The question is how can I/we limit the displayed related post? Say I want to limit only 10 displayed.
You can check the plugin in action on http://www.fundkitchen.com
Thanks
96. Shortd81 | 2007:10:26 - 08:39:10 | #
I’ve installed the plugin but where do I put the code?
I’ve tried putting in a number of places and it’s still not showing any related post at all.
97. 正月初一 | 2007:10:26 - 09:53:54 | #
恩,喜欢啊!这个比simple-tags更有特色,希望以后加点更加有用的东西进去.比如随即显示
98. 嘉林 | 2007:10:26 - 10:29:30 | #
呵,看到有好多评论……
我用起来觉得非常不错啊。
99. Laundro | 2007:10:26 - 20:47:39 | #
Exclude does not work with .40. I’ve tried using the ID# and the actual word. Am I missing something?
100. Denis | 2007:10:26 - 21:13:44 | #
@Laindro, try to only input 40, if you want exclude two categories, input 40,41
101. ilees | 2007:11:02 - 11:19:59 | #
3。在模板文件中适当的位置插入 模板函数
请问具体放在哪?
102. xBodhi | 2007:11:04 - 07:45:06 | #
貌似官方只更新到了0.4版…… 审核中?
小猪哥放一个本地连接吧 嘿嘿
103. Denis | 2007:11:04 - 15:16:14 | #
@xBodhi 现在可以了,昨天上传的时候有点问题!
104. hegfirose | 2007:11:04 - 19:20:06 | #
升级到0.5以后,遇到了几个比较大的问题:
1、评论功能自动关闭
2、TrackBack URI自动关闭
3、Tag读取错误,出现的为相关日志的Tag
不知是插件冲突还是其他原因?
谢谢!
105. Denis | 2007:11:04 - 19:30:08 | #
@hegfirose 你说的问题和这个插件应该没有关系吧?
给我地址,我帮你看看!
106. cnzzr | 2007:11:04 - 21:51:04 | #
升级到0.5以后,遇到了几个比较大的问题:
1、评论功能自动关闭
2、TrackBack URI自动关闭
3、Tag读取错误,出现的为相关日志的Tag
而换成0.4后就没有以上瓿。
应该是代码中的变量影响了程序其他函数的执行。
107. 正月初一 | 2007:11:04 - 22:27:11 | #
晕出错了 ,,,,没备份现在怎么半啊??
108. 正月初一 | 2007:11:04 - 22:50:00 | #
大哥你不带留一点余地的,所有的地方不是链接回这里就是被你更新了,气死我了.
109. cnzzr | 2007:11:04 - 22:53:28 | #
还是等水煮鱼把这问题解决再启用些插件吧。
110. 正月初一 | 2007:11:04 - 23:17:06 | #
真快马上0.51了
111. Denis | 2007:11:04 - 23:25:50 | #
不好意思,各位,请下在0.51版本,欢迎告诉我新版本的使用结果。
112. 老髦 | 2007:11:05 - 00:44:55 | #
还好睡觉前来看了下,果然是个BUG,找了一晚上关于评论被关闭的问题,不过还是感谢飞猪 这么及时的解决了问题!!
113. 無法顯示網頁 | 2007:11:05 - 01:17:03 | #
我用了新版本的 WordPress 2.3 Related Posts Plugin 發生一個問題,
我的 Blog 無法同時使用 Brian’s Threaded Comments 這個 Plug-in 耶!
如果同時使用會出現一個 Brian’s Threaded Comments 造成的錯誤訊息:
ERROR:
Threaded Comments can’t find the ‘addcomment’ div.
This is probably because you have changed the comments.php file.
Make sure there is a tag around the form that has the id ‘addcomment’
但我記得前幾天用 WordPress 2.3 Related Posts Plugin v0.40 的時候是正常的!
114. 無法顯示網頁 | 2007:11:05 - 01:22:50 | #
唉呀~ 我剛剛沒有注意您的更新,
目前更新為 WordPress 2.3 Related Posts Plugin v0.51 已經正常了!
嗚~ 害我查了好久才發現這個問題。
不過,你這個 Plug-in 很棒呢!感謝嘿~
115. Denis | 2007:11:05 - 01:23:52 | #
@無法顯示網頁 已经更新到0.51,麻烦重新下载下!
116. 正月初一 | 2007:11:05 - 09:47:36 | #
一切OK!
昨天更新了0.5害我一直找以前版本(由于对博主有太多的信心就没备份)
不过1个小时的样子已经更新到0.51了,现在感觉不错
117. 大猫 | 2007:11:05 - 16:39:22 | #
留言又出错了…
IE6内核 maxthon套子…
118. hegfirose | 2007:11:05 - 16:45:29 | #
呵呵,水煮鱼的效率还真高啊!
各位达人先试试用用看!
119. favorgame | 2007:11:06 - 12:53:35 | #
什么效果啊?图片不错哦
120. jfly | 2007:11:07 - 16:58:20 | #
希望能够按相关度排名。
如果A贴和B贴有2个相同的Tag,应该比只有1个Tag相同的相关度高吧。
121. Denis | 2007:11:07 - 17:00:53 | #
@jfly 第一个版本就是按照这个排的,你可以自己测试下看看!
122. 正月初一 | 2007:11:07 - 18:45:22 | #
要是把站静态化,然后选择“相关日志显示到Feed中”就会出现Trackback和rss不能正常。
不过如果你要不用静态话插件的话应该没什么问题。
我用的是cos-html-cache
123. Denis | 2007:11:07 - 18:53:16 | #
@正月初一 偶还研究不懂 cos-html-cache 这么高深的插件
124. 正月初一 | 2007:11:07 - 19:16:07 | #
你这个评论里面这些小图片真漂亮啊!
125. jfly | 2007:11:07 - 21:03:57 | #
已经按照相关度排序了吗?那很好哦。不过可不可以搞个排序的选项呢:相关度、日期、标题。
126. Ufuk Eskici | 2007:11:09 - 20:23:32 | #
Does it work under wp 2.3.1?
127. Denis | 2007:11:10 - 02:32:46 | #
@Ufuk Eskici, yes!
128. 刀客 | 2007:11:10 - 03:57:36 | #
“3.在模板文件中适当的位置插入 模板函数”我在page.php里插入了模板函数
“4.在管理界面下,Manage > Option > WP23 Related Posts 中配置插件的输出”但没有看到有WP23 Related Posts 菜单,不知如何输出。
请指教,谢谢!
129. kevindy | 2007:11:11 - 02:49:07 | #
why my posts are Unpublished?
130. ayssss | 2007:11:11 - 20:43:29 | #
首先谢谢您的这个插件,很不错。
我现在有个问题是,显示相关文章列表的时候,每一行前边会有一个圆点,而这圆点跟我blog的风格不太搭。请您指点一下,应该怎么样才能不显示那个圆点,而直接显示后边的文字呢,谢谢。
131. 傻瓜 | 2007:11:12 - 13:18:11 | #
非常不错
和 underone 相同的建议:
当没有相关文章的时候,选择自动调用当前分类下的文章(随机N篇)
132. My-Hou 乄吥務㊣業﹎ | 2007:11:12 - 18:44:53 | #
用上了·····想在侧栏显示相关日志应该怎样作??有时间就pm我邮箱帮下我!!!
谢谢
133. Ufuk Eskici | 2007:11:12 - 19:28:23 | #
Why dos the plugin only show the first 3 letters of the dates of the posts (I mean months)? How can I fix it?
134. Denis | 2007:11:12 - 19:34:58 | #
@Ufuk Eskici the date foramt is same as your setting on the options.
135. Ufuk Eskici | 2007:11:12 - 19:40:35 | #
I see, thank you.
136. Will | 2007:11:13 - 01:32:02 | #
Why is this site full of “??????????”
137. Denis | 2007:11:13 - 02:18:34 | #
It is Chinese, seem your opration system can’t support Chinese.
138. DT | 2007:11:13 - 03:33:57 | #
Hi…this looks like a great plugin, but I can’t seem to get it to work. Where am I inserting the code? I tried to find single.php file as mentioned above, but I get a file not found error.
thanks in advance for the help.
139. 安之成 | 2007:11:14 - 02:47:33 | #
用上了,多谢!!!
140. My-Hou 乄不務㊣業﹎ | 2007:11:14 - 23:48:24 | #
这个真的很不错!用上···
141. 果果 | 2007:11:15 - 12:08:10 | #
如果可以随机显示相关文章就好了
142. 裴庆新 | 2007:11:17 - 16:00:48 | #
下载完了不能用啊?
143. Sean | 2007:11:19 - 02:58:01 | #
I am redoing our Music Site and am trying to implement WP 2.3 for the news stories. Problem is it can’t generate related stories via tags for some reason. But it does work if I tell it to list ‘Random’ stories. In the ‘tags’ box I wrote ‘Doherty’ in several different posts thinking it would link them together – but it still doesn’t. Instead, it just says ‘No related posts’. Any suggestions?
144. Denis | 2007:11:19 - 11:50:57 | #
@Sean, would you please give me your WP blog address to have a look?
145. seo 'tukela | 2007:11:20 - 11:18:28 | #
您是从 http://www.google.com 搜索 WordPress 来到这里。本站关注 WordPress 及其相关技术,如果您是第一次来到这里,建议您订阅本博客
这个能看到来路插件是什么?知道的告诉下,谢谢了。
146. Denis | 2007:11:20 - 15:57:46 | #
Landing Site
147. Michael | 2007:11:20 - 23:04:47 | #
I have seen two people asking in this forum, about where one is suppose to add the code in the templates to make this work but they id not receive any reply, anyway nn posted here.
I would like to know the same, where does one add the code in the templates ????????
Thanks
148. Denis | 2007:11:20 - 23:07:49 | #
@michael. Single.php
149. jfly | 2007:11:23 - 20:31:43 | #
根据tag没有相关日志时,是否可以把同一分类的日志作为相关日志呢?
150. Sean | 2007:11:24 - 03:39:59 | #
@雪山飞猪. The temp site while we redesign it for WP is http://www.pensatos.com/news2. Like I said, I can get the random function to work. But I can’t get it to work but not the ability for it to link similar stories. I’ve typed the same keywords in the line for both articles (similar) but they still don’t find one another.
151. Sean | 2007:11:24 - 03:43:07 | #
@雪山飞猪. Sorry – they are working on the news code right now but a good example of two articles I am trying to link are http://pensatos.com/news2/2006/06/02/doherty%e2%80%99s-needle-in-a-haystack/ and http://pensatos.com/news2/2006/06/01/pete-doherty-detained-on-flight/
152. CrazySperm | 2007:11:26 - 02:00:50 | #
发现一个问题
wp2.3的tag是可以设定多个tag的,用了这个插件,当文章有多个tag的时候,两篇文章必须说有个tag都一样才能关联上,例如有一篇文章的tag是A,B,C,而另外一篇文章的tag是A,B就关联不上了。
可不可以修改一下比较的方式?
153. Sean | 2007:11:26 - 02:16:15 | #
Nothing? Help?
154. Denis | 2007:11:26 - 10:27:40 | #
@sean, I will write a mail to you!
@CrazySperm, 这个插件是如果两篇文章的 tag 相似的越多,越靠前面。然后仔细看了下你的博客,请在各个 tag 之间用英文的,区分开,用中文的,就会成文一个 tag,我的插件本身没有你说的问题!
155. CrazySperm | 2007:11:26 - 20:06:34 | #
原来是要用半角的逗号 -_-!
感谢感谢
156. nydalu | 2007:11:29 - 13:03:54 | #
我也爱上水煮鱼了.呵呵..你的插件很好.
157. 压克力 | 2007:11:30 - 14:20:07 | #
这插件我也想用,不过我是用在英文wordpress下的,不知道会不会有问题,先试下看
158. Julie | 2007:12:02 - 21:29:13 | #
How can I exclude a category id because when I write a number nothing happening, posts from that category continuing to display in random selection. Please help me!
159. Denis | 2007:12:02 - 23:55:23 | #
@Julie I think it is a bug of the plugin, I will fix it in the future!
160. Johan | 2007:12:04 - 16:15:39 | #
Is there a way to limit the number of related articles shown in the template itself ?
I used UTW before, and I showed 5 related articles in the sidebar, and 3 related articles below the article.
Great work btw !
161. Denis | 2007:12:04 - 16:42:53 | #
@Johan, no!
162. 黑色饼干 | 2007:12:04 - 23:59:39 | #
现在好像有新版本的了
163. 堕落鱼 | 2007:12:15 - 21:49:00 | #
我下0.21的时候提示SQL的一个错误,说什么gone away,不知道这个怎么样,先下来吧
164. Nick | 2007:12:16 - 00:25:06 | #
Great plugin but it seems like it just takes recent tags, i thing it should randomize the tags. That way new content can link back to old content and vice versa.
165. Denis | 2007:12:16 - 19:57:24 | #
@Nick the plugin will take having most same tags posts in the first.
166. Doug | 2007:12:19 - 10:56:22 | #
How can I have it ‘list’ the posts. . .like adding a BR tag after each one, so it’s readable
167. Denis | 2007:12:19 - 11:34:06 | #
@Doug my plugin don’t have the function you mentioned.
168. bgirl | 2007:12:21 - 19:06:22 | #
Thanks for making this plugin!
To make related posts appear, I need to add tags to each post as I write it?
Thanks!
169. Tim Wheatley | 2007:12:22 - 00:47:18 | #
bgirl – yes. If you assign “bgirl” as a tag to a post, then in another post assign “bgirl” as a tag, this plugin will show those posts to each other as related.
Thanks for the plugin!
170. SEO | 2007:12:22 - 12:06:37 | #
用的是z-blog,看到如此强大的wp,看来得转了。
171. evden eve | 2007:12:26 - 00:30:42 | #
thx for this plugin
172. china tour | 2007:12:27 - 22:00:02 | #
学习了,英文有没有像贵站的这种模板的?
173. Denis | 2007:12:28 - 00:22:34 | #
GOOGLE BLIX
174. Alessandro | 2007:12:31 - 19:10:37 | #
I found a BUG in your plugin. This bug is related to translation. I corrected the BUG and I add ITALIAN translation.
You can found all at this address: http://www.fiorotto.com/file/wordpress-23-related-posts-plugin.zip
Best regards.
175. Denis | 2007:12:31 - 19:21:13 | #
Alessandro, Thanks for your help!
176. Wolfie | 2008:01:01 - 05:34:19 | #
Hi,
The plugin works great on tags, but I’m looking for something that does the same thing but with categories; is there any way to edit your plugin so that it does this?
Thanks
177. Denis | 2008:01:01 - 09:53:21 | #
Hi Wolfie,
I think it can works with categories if you can edit it!
178. Wolfie | 2008:01:01 - 09:56:00 | #
Ah. That’s where the problems come in; I’ve got as much experience of PHP coding as I have of walking on the moon! Can you offer me any help and tell me which bits to edit?
179. Denis | 2008:01:01 - 12:38:50 | #
I am a little bit busy these days, so I can’t help you, sorry!
180. Wolfie | 2008:01:01 - 21:09:19 | #
Fair enough. Thanks anyway.
181. Supersky | 2008:01:07 - 15:50:54 | #
插件很不错,不过用下来提个建议哦,对于喜欢改模板的人来说,希望能把Related Posts Title做成可以定义为不显示,否则就无法融合到模板里去了。虽然自己改代码不难,不过既然插件化了就不需要再区改代码了对吧,全部后台能管理就好。
呵呵,这个其实是个小问题,总的来说还是很不错的!
182. Supersky | 2008:01:07 - 15:52:53 | #
刚想到的。。。或者可以自己定义Title所用的标签,不一定是,像我现在用的模板就是的标签。
183. 黄德峻 | 2008:01:09 - 20:03:10 | #
当我选择Random Post的时候,显示出很多文章。不知道能不能够设定文章显示数量?
184. BangkokDan | 2008:01:16 - 10:25:38 | #
Tks for this excellent plugin!
One request: I prefer to add my own TITLE with my own color.
What lines do I have to delete in the php-file to have no title?
(to delete, for instance, the whole line RANDOM POSTS)
Tks for your feedback!
185. BangkokDan | 2008:01:16 - 15:45:27 | #
Got it! Thank you. Simply changed the h3-code.
186. Denis | 2008:01:16 - 15:51:58 | #
Sorry, I just see your problme, great, you have solve it.
187. mickeylili | 2008:01:20 - 20:22:10 | #
原来这个插件就是煮鱼老兄做的,今天才知道~~~
188. mickeylili | 2008:01:20 - 21:56:56 | #
建议参考一下Simple Tags里的“Related Posts”功能,加入“Automatically display related posts into post content”的功能。
189. Denis | 2008:01:20 - 22:24:01 | #
这个功能其实很简单,呵呵,但是我在想有没有必要,很多的想法都不同的!
190. oal | 2008:01:23 - 12:40:27 | #
hi, this is a great plugin which i love but i have challenge with getting it to be showing on posts.
is there anything i can do?
191. Denis | 2008:01:24 - 11:55:56 | #
Sorry, I don’t follow you, do you mean you can show related posts on your single page?
192. Kay | 2008:01:24 - 11:39:21 | #
This is a great plug-in!
It works on 2.3.2 for me, but I have a few suggestions for improvements/new features.
Are you still developing this?
193. Denis | 2008:01:24 - 11:58:47 | #
yes, it is kind of you if you can give me suggestions
194. TheBloggerTips | 2008:01:24 - 18:01:28 | #
Hi,
I have installed the 4 times “related post plugin” but it still not showing in wordpress plugin and unable to activate it, do you know what problem with this installation?
195. shabooty | 2008:01:26 - 11:25:38 | #
good stuff thank you!
196. SUN | 2008:01:26 - 15:52:41 | #
quite good! many thanks!!
197. Sarah | 2008:01:26 - 16:54:58 | #
Hello
Thank you for the plugin. I read the comments and understand that I can style the output with css.
Would you be able to provide some sample code on how to change the font type, size, color.
I’m very new to the world of blogging and am not familiar with css.
Thank you
198. Denis | 2008:01:27 - 19:56:10 | #
have a look here!
199. Konenwebs | 2008:01:26 - 22:05:44 | #
Any one can tell me how to install it?
200. Denis | 2008:01:27 - 19:56:59 | #
1. Upload the WP23RP folder to the /wp-content/plugins/ directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
3. Place < ?php wp23_related_posts(); ?> in your templates
4. Navigate to Manage Panel > Option > WP23 Related Posts to configure plugin output.
201. Jenny | 2008:02:02 - 11:47:38 | #
awesome plugin. i am definitely gonna mess with this on my new theme. thanks.
202. Denis | 2008:02:04 - 00:11:11 | #
when you finish youre new them, can you tell me?
203. nanokultur | 2008:02:03 - 05:10:24 | #
Hello,
I have a feature request. Could you add a button like this
x only display related post in same category
So that posts are only displayed from the same category? this would be great!!!!!!!!
204. Denis | 2008:02:04 - 00:10:19 | #
Great idea, I will implement it when I have time!
205. Erick | 2008:02:04 - 02:11:06 | #
Hello. Very useful sounding plugin. But couple of things:
1. How long does it take to do the fullindex of MYSQL tables? All my posts are coming up with “No Related Posts”.
2. How can I set it up so that if there are no related posts, then there’s no such section at all? I mean, I dont even want to show the pointless text “No Related Posts”.
Thanks! Pls email me if you reply to this.
206. Denis | 2008:02:05 - 11:34:21 | #
1. the plungin use tag not fulltext to generate related posts.
2. if you don’t want to show No Related Posts. I think you should modify the source code.
207. jack | 2008:02:05 - 11:17:12 | #
Good question! Erick! “ I dont even want to show the pointless text “No Related Posts”. ” that’s what i want to ask fairyfish actually.
208. Denis | 2008:02:05 - 11:35:22 | #
same as my replay to Erick.
209. Erick | 2008:02:05 - 12:07:02 | #
Thanks, but I think related posts based on tag is not very useful.
I found this plugin for those who are interested: http://snipurl.com/wp_related_posts
Thanks!
210. Denis | 2008:02:05 - 12:56:15 | #
haha, it deponds, someone like use tags to generate related post, someone don’t like. anyway, thanks for your advince.
211. veryhanhan | 2008:02:18 - 19:34:02 | #
我想请教,在模板的适当位置,就是在哪里?
212. Jaymin Patel | 2008:02:22 - 01:34:25 | #
This plugin is really great. I have feature request. There should be one more option in the backend to display nothing, not even title ‘Related Posts’, when there are no related posts.
PS: I have checked out this plugin on Wordpress MU and it works with MU as well.
Cheers!
213. db0 | 2008:02:23 - 04:54:06 | #
Thanks for this plugin. It works great. however I am trying to use the exclude function but it does not seem to work correct. Whenever I put any id there, it ends up excluding posts that don’t fall into that category.
In any case this is just a very minor thing. A nice addition would be the ability to exclude tags as well.
Cheers!
214. panyanxiang | 2008:02:26 - 21:47:40 | #
我使用这个插件很久了,但是都没有反应,不知道是哪里有问题!?
215. Miki | 2008:02:27 - 05:08:45 | #
I like this plugin a lot
Is it possible to display a thumbnail instead of thread title?
Maybe I can use the thumbnail from your other plugin?
216. Mats Dagerlind | 2008:03:02 - 09:22:35 | #
The posts
http://demofon.se/?p=96
and
http://demofon.se/?p=81
share the tags
integration
and
invandring
as you can see at the bottom of each post.
Still your plugin won’t recognize them as related – as you can see at the upper right in the sidebar (Inga relaterade artiklar means No related posts in Swedish). What can be the problem? Surely two identical tags must be enough to make the post related – right?
217. Mats Dagerlind | 2008:03:03 - 07:17:06 | #
Since you haven’t yet answered my comment, I take the liberty to add some more to my complaint.
Now, I have added tags to all my blog posts, and now som related posts are showing in the list – or should I say ‘unrelated’ since they seem to be completely random and have no tags in common. And no, I have not checked the random post option in the settings.
To be honest, I don’t understand what this plugin is doing, if I can’t get it to show the relevant posts, I have to get rid of it. I hope there is an explanation or a simple bug or something.
/Mats
218. Denis | 2008:03:03 - 10:30:11 | #
Hi Mats, cos I don’t understand the language of your blog, it is hard for me to check the problem. do you have gtalk or anything else IM tools, we can talk it directly.
219. Mats Dagerlind | 2008:03:04 - 02:14:34 | #
Hi,
I have narrowed down the problem. Your plugin works just fine as long as the code snippet is in the main page (single.php) as I have done now. But if I try to place it in the sidebar, I get completely unrelated post suggestions.
Also, I noticed this is not only true for your plugin but for other tag-based related post plugins as well. Somehow these plugins does not correctly idetify which post is loaded, perhaps you need to reset some variable values in order to make it work, or there is something related just to the theme I’m using. Any suggestions?
The language is Swedish by the way. The only IM app I have installed is Windows Live Messenger. You ougt to find me if you search for Mats Dagerlind.
220. Denis | 2008:03:04 - 15:33:55 | #
I got your point, the plugin use one of global variables of WordPress $post, some theme or plugin don’t realise it is better DON’T use the variable name same as $post, so I think one of your plugin or your theme use the variable before the my plugin.
221. Mats Dagerlind | 2008:03:04 - 18:55:18 | #
Thanks for the reply. By rearranging the different parts in the sidebars (moving the widgetized part seemed to be most importand) I managed to avoid the problem. Now the correct related posts show up. I’m not sure exactly who the culprit is that messes up the $post variable, but at least I found a workaround.
/Mats
222. Denis | 2008:03:04 - 19:14:42 | #
congratulations
223. Shakira.es | 2008:03:07 - 07:50:26 | #
Many thanks.
224. yava | 2008:03:10 - 11:25:26 | #
我用过你这个插件,感觉很好!
提一点建议:我试过,两个日志的tag必须完全相同,才能相互关联,这样不太好吧,因为写的日志即使一样,tag也不一定写的一样。希望将tag的关联弱一些。
225. M. Bashir Al-Noimi | 2008:03:10 - 17:44:05 | #
Hi, I tried to use this nice plug-in but All my feeds disappeared!
What’s the problem?
Note:
I’m using wordpress 2.2.3
226. Denis | 2008:03:10 - 19:49:56 | #
This plugin is only available from WordPress 2.3 beta 1
227. yava | 2008:03:10 - 20:43:24 | #
我理解错了,抱歉啊
228. Faidon | 2008:03:14 - 09:52:56 | #
Great Plugin Thank you
Is there a way to format the titles (Relevant Post etc,,)?
Although the output post list is formatted according to my sites CSS, the title of your plugin cannot be formatted…
Thank you again
229. Gr.Zhang | 2008:03:14 - 15:43:39 | #
看起来不错哦
230. Gr.Zhang | 2008:03:15 - 19:24:45 | #
不能用,怎么回事啊
231. 2clicks | 2008:03:18 - 04:15:41 | #
hello.
Any plan to upgrade the plugin for Wordpress 2.5???
(Hope so!)
THANKS!
232. Denis | 2008:03:19 - 20:49:18 | #
this plugin is compatible for WordPress 2.5
but I will upgragde this plugin to make it more flexible.
233. Bobby | 2008:03:20 - 17:10:44 | #
excellent plugin for wp2.3
thanks
however, I still dont get what the option “related post for RSS” is for… can you explain further?
234. Denis | 2008:03:20 - 18:09:28 | #
it means it can automatically add related posts to your feed.
235. xinxin | 2008:03:21 - 01:12:09 | #
这个插件在WordPress 2.5版本下不能用吗,我上传上去了,可插件列表里面没有这个插件
236. dupola | 2008:03:22 - 01:31:57 | #
提个建议,在显示日期的时候,格式是先日期后标题。这样看起来有点不合习惯,而且文章标题上还有超链接。比如我某篇文章的相关日志是这样的:
* 2008年01月31日 — 向色情网站学习些什么? (25)
* 2008年03月07日 — 谈谈Vancl衬衫的网络直销 (3)
如果改成下面这样相信会更好看一些:
向色情网站学习些什么? (25) — 2008年01月31日
期望在新版中能做一下更新。
237. Calvin | 2008:03:26 - 00:40:55 | #
觉得0.6版有个改动很适合我,就是当我在Title里留空的时候,不会再像以前那样自作主张给我来个“相关日志”的标题,而且新版还可以自定义“No Related Posts”时的说明,不光只能从预设里选择,这比旧版也更人性化。
238. ego | 2008:03:30 - 06:40:02 | #
thx for this plugin!
239. Copes Flavio | 2008:03:31 - 16:30:52 | #
Hi, what about WP 2.5? is is compatible? Thanks
240. Denis | 2008:03:31 - 16:58:40 | #
yes, it works well on wp 2.5
241. foelin | 2008:03:31 - 17:51:41 | #
你好,请问
“在模板文件中适当的位置插入
模板函数”有什么作用啊?
我没有添加这么一句在模板中,但好像也能正确工作吧?
谢谢
242. 跑调麦霸 | 2008:04:02 - 17:19:17 | #
我在用了,很好用
找了好久这个相关日志的插件,不是附带功能太多,就是自己带有TAGS的系统,感谢~
243. lovemojo | 2008:04:03 - 17:07:39 | #
如果我在相关或者随机日志中想加入该日志的WP-PostViews 1.20 的post views ,不知道如何能实现
244. Denis | 2008:04:03 - 19:59:31 | #
修改源代码!
245. ally | 2008:04:05 - 04:05:11 | #
I’ve installed your plugin and tagged all of my posts to make them relate, but they’re still not showing up. It says ‘No Related Posts’ under every entry — Am I doing something wrong?
246. Denis | 2008:04:05 - 13:44:50 | #
Hi ally, are you sure tagged all posts?
247. Ginger | 2008:04:07 - 13:03:03 | #
Hi
Is there a way you could offer advice/direction on how to use this plugin for categories and not tags? I havent used tags and so I have to use Popilar posts instead of related posts.
Let me know if there is a way for me to use this with categories instead of tags. I dont know enough about PHP to edit the code on my own.
Thanks!
Ginger
248. Denis | 2008:04:19 - 19:51:31 | #
search
and delete them.
249. 不吃砸 | 2008:04:08 - 02:08:31 | #
无法开启RSS呀
http://www.mx30.com.cn
250. Brandon | 2008:04:13 - 04:39:54 | #
Excellent plugin, just what I needed!
Two questions:
1. How/where do I change the css style attributes of the title, like “Related Posts.” I know I can change the actual text, but what if I want to make the font smaller or a different color, etc.?
2. What exactly does “Auto Insert Related Posts” do? It was unchecked by default, and even though I left it unchecked, it still inserts the posts where I tell it automatically. Does this just bypass having to paste the “” into the templates?
Thanks again in advance!
251. Denis | 2008:04:19 - 22:01:30 | #
1. check the html code generated by this plugin, I think then you can know how to style it.
2.it means you needn’t to modify your theme file, it will automatically insert related post in your content.
252. cmopp | 2008:04:17 - 18:25:08 | #
你太出名了,我也受用了,谢谢
253. cmopp | 2008:04:17 - 18:41:24 | #
我把下载的传上去以后,没有显示这个插件出现,一点办法也没有,
254. Jukin | 2008:04:17 - 19:20:49 | #
我装了……也更新了……文章页面也出错了……
以前在2.3的时候不会的
是否不适应2.5?或者是自动更新没更新这个插件?
255. NinGoo | 2008:04:19 - 16:40:39 | #
function wp_random_posts ($number = 10){ $limitclause="LIMIT " . $number; $random_posts = wp_get_random_posts ($limitclause=""); foreach ($random_posts as $random_post ){ $output .= ''; $output .= 'ID).'" title="'.wptexturize($random_post->post_title).'">'.wptexturize($random_post->post_title).''; } $output = '' . $output . ''; echo $output; }这个函数有问题吧,wp_get_random_posts ($limitclause=”");这样调用,limitclause就是空了,不管你传的参数$number是多少,随机文章的显示哗啦一下都显示出来了
256. NinGoo | 2008:04:19 - 16:42:37 | #
PS:改成wp_get_random_posts ($limitclause);就行了
257. Denis | 2008:04:19 - 17:12:10 | #
谢谢你发现的bug。 我立刻修正。
258. sr | 2008:04:21 - 02:27:02 | #
Thx for the plugin
if you choose “random posts” the “Exclude(category IDs):” not working ?
is it possible to fix this ?
259. Denis | 2008:04:21 - 12:57:24 | #
really? I think it should works.
260. sr | 2008:04:21 - 16:15:40 | #
OK – if i wanna exclude cat=4 I just put the number 4 in “Exclude(category IDs):” right ?
261. Denis | 2008:04:21 - 16:18:08 | #
yes. exclude means the posts in the category ID=4 will don’t have the related posts.
262. sr | 2008:04:21 - 16:31:24 | #
arh OK
is it possible to make it so
the excluded cat. dont show up in random posts ? (in other cats.)
263. Denis | 2008:04:21 - 16:34:15 | #
yes, but don’t have such develop plan now.
264. sr | 2008:04:21 - 16:44:21 | #
damn i really need this
thx anyway – hope you will in plant this feature soon
265. Igor Shevkoplyas | 2008:04:24 - 07:35:18 | #
Hi, Fairyfish,
I have translated your Related Posts plugin to Russian and made the localization file wp_related_posts-ru_RU.zip available for download from http://www.russian-translation-matters.com/blog/wordpress-plugin-russian-localization/related-posts
This is my contribution for your great plugin!
266. Denis | 2008:04:24 - 12:28:45 | #
Hi Igor, Thanks very much for your translation, I will add your translation in next release. thanks again.
267. 小果 | 2008:04:25 - 00:27:19 | #
226. cmopp | April 17th, 2008 at 6:41 pm
我把下载的传上去以后,没有显示这个插件出现,一点办法也没有,
————-
我跟226楼的朋友问题一样,也是传上去以后根本没出现这个插件,奇怪啊,难道是在2.5的中文后台里不能用?
268. Denis | 2008:04:25 - 01:02:28 | #
汗,插件和语言不会有冲突!
269. 小果 | 2008:04:25 - 10:16:47 | #
那么这个是什么问题捏?
270. Jukin | 2008:04:26 - 01:36:41 | #
我也出现这个问题
我是用WP的自动更新更新的,更新完以后插件虽然还是正常启用中,但是在列表里面找不到这个插件名字。在Setting还是有相关的选项。
271. Denis | 2008:04:26 - 02:00:30 | #
把插件删除了,重新用Ftp上传下。
272. sichuan | 2008:05:14 - 15:36:49 | #
这样显然解决不了问题。
主要是因为作者在打包插件的时候多了一层文件夹。
这样是错的。
wordpress-23-related-posts-plugin.0.7\wordpress-23-related-posts-plugin\WPRP\wp_related_posts.php
这样就可以了。
\wordpress-23-related-posts-plugin\wp_related_posts.php
我看到用英文提问的话,作者回答会勤快点,大家有问题换成用英文来问吧。
273. shortd81 | 2008:04:27 - 03:30:47 | #
Where do I insert at? Can’t figure that out.
274. shortd81 | 2008:04:27 - 03:46:28 | #
I did ask this question about 6 months ago and keep saying single.php but where is that at?
275. Denis | 2008:04:27 - 19:38:23 | #
seach the_content function, then add it after it.
276. Maxim | 2008:05:02 - 11:26:25 | #
Hi. I have a feature request.
My blog contains mostly reviews, so each post is tagged with “review” and “movie review” tags. So when your plugin is used, all posts in the blog become related.
My request is to provide ability to specify in the settings which tags (or tag IDs) to disregard when building related posts list.
Other then that, love your plugin! Thanks!
277. xuxin | 2008:05:05 - 12:55:29 | #
我用的是WP 2.5。使用插件之后,出现如下情况:
WordPress database error: [Table 'sword.wpblog_term_taxonomy' doesn't exist]
SELECT tt.term_id FROM wpblog_term_taxonomy tt, wpblog_term_relationships tr WHERE tt.taxonomy = ‘category’ AND tt.term_taxonomy_id = tr.term_taxonomy_id AND tr.object_id = 3
Fatal error: Call to undefined function wp_get_post_tags() in D:\Oflife\blog\wp-content\plugins\WPRP\wp_related_posts.php on line 61
禁用之后就正常,有页面:
http://www.hixuxin.com/?p=3
另外,我不清楚到底在哪个模板文件里添加函数调用,请作者告知。谢谢。
278. xddxz | 2008:05:06 - 09:32:31 | #
请问这个插件支持 wpmu 吗?
我把这个插件的单一php文件放入到 wp-content/mu-plugins/ 里可以显示相关日志,但是不能修改显示数目,如果把整个插件目录放到 wp-content/plugins/ 下,从博客后台激活,也可以使用,但是修改插件设置时显示”Cannot load wp23_related_posts.php” 请求技术支持一下,谢谢!
279. John | 2008:05:10 - 04:00:47 | #
is there a way to change the titles “Related Posts” and “Most commented Posts” to “Related Articles” and “Most Commented Articles”
280. Nadine | 2008:05:11 - 06:05:24 | #
I’m a wp newbie. When you say add it to template, WHICH template? Thanks!
281. Denis | 2008:05:11 - 13:57:36 | #
single.php
282. yeardo | 2008:05:18 - 14:58:56 | #
下载页面进去后
没有下载链接呀
283. Jane | 2008:05:20 - 11:31:18 | #
Hi, I’m new to Wordpress. I found this plugin and followed the instructions of how to install as stated above, but I cannot find the Option>Wordpress Related Posts in the Manage Panel. Help.
Thanks in advance
284. 顾维 | 2008:05:22 - 09:55:19 | #
为什么我下的第一个,在英文版本里面也是显示随机日志啊 晕倒
285. Max | 2008:05:23 - 01:54:52 | #
I get this error –
Fatal error: Call to undefined function: wp_related_posts()
Since I started using the Vertigo 3 column theme. Can some one tell me why do I get it?
286. Dusibello | 2008:05:26 - 00:27:39 | #
Great plugin – many thanks.
Issue: Works nicely but am seeing double… There are two identical ‘Related Posts’ sections at the end of the post…
Please see example: http://spart7.info/techblog/?p=206
Cheers
287. Dusibello | 2008:05:26 - 09:29:34 | #
Removed the related posts line from single.php and that fixed the issue… Strange, but am pretty sure I did not put the line elsewhere… Joy nontheless, so thanks again for a great plugin..
288. Kosol | 2008:06:05 - 13:23:24 | #
Thank youverymuch. I just try to download today. I wish I can do anyhting well with your plugin. Thanks again.
289. Ivy | 2008:06:06 - 19:31:42 | #
Hello! I am just wondering why the plugin doesn’t appear in my Wordpress dashboard.
It has been uploaded in the correct folder and I have version 2.3.3 – do you have any thoughts as to why it’s not there?
Could it be that it’s not working because it’s ‘clashing’ with another plugin I have activated..?
Thank you for your time
Ivy
290. Matthias | 2008:06:07 - 03:17:07 | #
Thanks a lot for this great Plugin! But what about the Release History? What’s new in Version 0.8?
291. Denis | 2008:06:07 - 12:39:40 | #
cache.
292. Fram | 2008:06:08 - 20:47:24 | #
I really like this plugin (I’ve seen it in many sites) but I can’t make it work…
I’ve uploaded and activated the plugin and also added the code to index.php but it doesn’t generates related posts (it adds the no related post option)
any idea what’s wrong? (I use tags at my posts)
here is a link to my page: http://oh-jesse.org/
293. Dheer | 2008:06:09 - 13:16:28 | #
Hi,
I am trying to exclude categories but for some reason thats not working.
Thanks for a great plugin.
Dheer
294. Divvy | 2008:06:11 - 18:43:28 | #
Hello
Thank you for the plugin. It is great!
I have one question and I dont know if It is possible…
Is possible to make this plugin works without the tags relating? But with posts relating?
For example… I have 2 posts with the same tags, and they appearing like related.
But I dont want them related…
Is possible to choose what posts are relating? For example, puting the id´s of posts that I want in custom fields.
Another example:
X post with ID 49
X post with ID 53
On post with ID 49 I will put ID 53 in custom field and vice-versa.
And in the end, they appear as related.
Is possible, how?
Someone understood what I am trying to say? Sorry for my poor english
295. Busby | 2008:06:12 - 12:10:23 | #
works like a charm in wordpress 2.5.1. thanks
296. Edward | 2008:06:15 - 23:54:41 | #
Right now, the plugin doesn’t work when used with some language plugins such as Gengo. The problem is that the load_plugin_textdomain call needs to be done inside an ‘init’ hook. More information at: http://wp-multilingual.net/2006/12/10/compatibility/en/
297. Denis | 2008:06:18 - 16:28:40 | #
Hi Edward, thanks for your information, I will modify the plugin in the next versionm, thanks a lot.
298. Tyler Ingram | 2008:06:21 - 00:21:04 | #
Hello!
I just recently found out that i was using your plugin incorrectly and I wasn’t adding in Tags for my posts.
I added Tags for my post and it works somewhat alright. I had a recent post where I talked about a Sony Ericsson K850i and it points to no other posts on my site. I previously did a review on a Sony Ericsoon W580i and it shows that the Sony Ericsson K850i as a related post and another sony ericsson post as being related. The tags I used for the K850i post are the same if not more than that of the W580i post.
When I had my custom built blog script (prior to me using WordPress) I utilized MySQL’s FULLTEXT field search capabilities to do a Related Post function. Wouldn’t this be better than relying on the tags someone enters? It uses the body of the post to find similar words and bases its results on that.
Any thoughts as to why my recent post on the K850i shows no related posts when the W580 points to the K850 etc?
Thanks!
299. Denis | 2008:06:21 - 00:31:16 | #
I see there are related posts for your new W580 post, maybe the cache in version 0.8 cause your problem, it will cache the related posts 1 hour, So I think my plugin don’t generate the right related posts at the first time. Then but after 1 hour, it is back ok. sorry to make you confuse.
300. rexsky | 2008:06:24 - 15:37:10 | #
Hi Martin, in this case, you should modify the source code, change h3 to h2 or anything else you like!
301. Kenneth | 2008:06:26 - 15:14:14 | #
May I know which version of this plugin should I use? I am using Wordpress 2.0 by the way…
302. Denis | 2008:06:26 - 15:20:49 | #
you can’t use the plugin…
303. skybbx | 2008:06:29 - 11:11:19 | #
您好,我在使用related_post这个插件,但我对此插件在文章中显示的方式不是很满意,应该说是我自己不喜欢那样显示.所以我曾想到过用CSS来改变其显示方式.但我对CSS和PHP都不是很了解.新手!!!
我是在模版single.php中插入的,位置也找到自己满意的.
我很喜欢你风格上”相关日志”的显示方式,不知道能不能教我该如何实现!?如果你没时间教我,那你能否以附件的形式传相关文件给我,好让我自己慢慢研究!当然,最发就是写个简单的更改步骤.
谢谢
304. ZZ | 2008:07:02 - 16:18:16 | #
我下载了最新的0.9版本,可是打开是英文的,请问怎样改为中文版本?
等待你的回音…
305. Denis | 2008:07:02 - 16:24:56 | #
里面已经有中文包了,如果你使用中文版的 WP,应该没有问题。
306. ZZ | 2008:07:02 - 17:57:19 | #
你好,我是按你上面留得网址下载的0.9,一个压缩包哩有3个文件:screenshot-1.png、wp_related_posts.php、readme.txt。用得很不错,我用得是中文wp2.51,可是就是弄不成中文的,语言包是那个文件呢?还是要另下载?
307. SEO-PPC | 2008:07:09 - 15:29:13 | #
The right name is wp23_related_posts(), not wp_related_posts()
308. VIP Urlaub | 2008:07:09 - 19:26:02 | #
It don’t works! i always get: Call to undefined function: wp_get_post_tags() in /wp-content/plugins/wordpress-23-related-posts-plugin/wp_related_posts.php on line 64
309. Denis | 2008:07:09 - 19:35:31 | #
it only support Wordpress 2.3 or above
310. moserw | 2008:07:12 - 10:10:00 | #
Works like a charm. Been looking for something that will work so easily. Thanks a lot for sharing. Much appreciated.
311. jogocun | 2008:07:19 - 01:18:45 | #
什么时候支持WP2.6呢,现在有问题的~
312. LSvKing | 2008:07:20 - 13:46:50 | #
不行啊,还是不显示中文。
313. 阿喀琉斯 | 2008:11:28 - 00:17:34 | #
应该自行建立一个子目录“lang”,再把中文语言补丁放进去的~
314. Steve Luo | 2008:07:21 - 19:14:47 | #
2.6的好像有点问题呢~始终显示No Relate Posts晕。。是由于2.6 tag系统有变动吗?
315. Steve Luo | 2008:07:21 - 22:10:05 | #
突然又好了,怪事,应该没有缓存机制的吧。。。
316. Denis | 2008:07:21 - 22:35:19 | #
缓存了!
317. Fm | 2008:07:23 - 11:16:40 | #
感谢楼主,分享这么好的插件
318. stef | 2008:07:30 - 10:19:03 | #
Hi
How to make the related post displaying post in the same category?
regards,
stef
319. Prem | 2008:07:31 - 01:04:42 | #
I love this plugin…i have just one problem with it…..
I just want to know how to change the Font style, size etc of the Related posts Title and the Post links?
Cheers
320. Denis | 2008:07:31 - 01:29:10 | #
you need to change the source code, I think.
321. 流星 | 2008:08:02 - 16:54:13 | #
我从链接跳过去,是没看到中文包,只好按照图片模式填写了。压缩包只有3个文件
322. eongoo | 2008:08:03 - 10:24:00 | #
最好能有个widgets
另外好像有bug,设置了不显示日期不起作用,后来再把标题去掉也无效
323. Denis | 2008:08:03 - 11:56:55 | #
缓存没有写好!过10分钟就可以了。
324. Alex Frachetta | 2008:08:04 - 00:41:17 | #
Hello! There an option that show Related Post only in the post, excluding the pages??
325. Mosey | 2008:08:06 - 07:16:57 | #
很感謝Denis寫這個plugin. 想請問,最新的下載 (v 0.9) 其實沒有WPRP的folder, 所以我直接replace 我原本的 wp_related_posts.php.這樣也沒問題吧?
謝謝!
326. Kari | 2008:08:06 - 18:28:25 | #
It seems there’s a default limit of 10 to related posts. You might want to make it visible on the settings page.
327. Denis | 2008:08:06 - 19:13:09 | #
ok. you are right.
328. 嘎嘎 | 2008:08:09 - 15:25:38 | #
终于被我找到了!谢谢啦!
329. Anderson Nascimento | 2008:08:13 - 01:42:23 | #
Than you !!!
I also got !!!
AN
330. Khawla | 2008:08:13 - 15:28:19 | #
Good plugin. Thanks
331. BGR | 2008:08:17 - 02:29:45 | #
good idea. please provide more speicifc instruction re which templates should the snippet be placed nominally, thanks
332. Eduardo | 2008:08:19 - 09:08:40 | #
Hello! There an option that show Related Post only in the post, excluding the pages?? (2)
333. rusmir | 2008:08:22 - 21:11:42 | #
Hi what should I put in the custome files under related_post. I have tried cat number, post number, link from post. Can you help me please.
334. lior iluz | 2008:08:24 - 16:35:12 | #
Hello,
first I want to thank you for the plugin, it’s doing a great job!
second, a question.
I would like to break a line after each related post so instead of:
Related posts
1.
2.
3.
I will get
1.
2.
3.
I’ve tried everything , stuck and echo “\n”; everywhere with no success… can you please help me with this?
335. Patrik | 2008:08:26 - 22:04:00 | #
It would be really nice to be able to exclude Tags! Otherwise thanks for the plugin!
336. Funny | 2008:09:01 - 04:43:56 | #
请问有没有Wordpress 2.2.3可以用的阿?
337. 好天山 | 2008:09:04 - 10:52:27 | #
晕死了,今天忽然发现它不起作用了,咋回事不知道。。。
338. PiccoloSocrate | 2008:09:08 - 20:32:47 | #
ok, I downloaded it but after (correct?) installation, it didn’t work. now it seems to be…
boh! I don’t know!
339. DCD | 2008:09:10 - 01:28:12 | #
wordpress: 2.62
开启自动插入,并且在模板中加入。
自动插入正常显示,手工加入代码的地方显示没有相关文章,郁闷。
340. Gandolf. | 2008:09:10 - 16:29:09 | #
tx sooooooooooo
kissssssssss
341. dinu | 2008:09:24 - 20:24:37 | #
not working on my theme
it works on rss though
342. javed Khalil | 2008:09:26 - 01:26:18 | #
There is a problem in related posts plugin. Please see this location.
http://wordpress.org/support/topic/206177
Look the screenshots where I have pointed out the problem.
Plugin needs to be updated.
Thanks.
343. 都抓网都抓网 | 2008:10:06 - 15:27:30 | #
麻烦一下,出了点问题。
我用wordpress 2.3RC,使用了这个插件后,在Related Posts列表里面出现了附件的链接。
* Joke
* Hahaha
* wlw4.jpg
* wlw.jpg
* wlinstaller.exe
我确认我没有这样的日志。更不会给附件添加tag,况且我不会。
请问下,这个问题是由什么引起的?
http://www.douzhua.com
344. yinheli | 2008:10:09 - 03:05:06 | #
又有更新?
345. Toni | 2008:10:15 - 20:55:01 | #
Denis,
用了related-posts插件,在default模板下默认显示在日志下方,我想修改位置,请问如何修改?谢谢
346. Nicole | 2008:10:17 - 01:27:59 | #
I’m hoping you can help me make a mod to this plugin. I want to show related_post_category: related_post. So far my with my attempts I can only figure out how to show this_post_category: related_post which makes no sense.
Any suggestions as to how to get at the category name of the related post?
347. Bryce | 2008:10:17 - 23:47:52 | #
Version 1.0 doesn’t insert Related Posts into the RSS feed in WordPress 2.6.
348. HK | 2008:10:19 - 07:50:38 | #
那么多pingbacks呀,下载了,谢谢!
349. pilgrim | 2008:10:19 - 22:48:13 | #
I’ve been using this plugin for more than a year now, and there’s a small refinement I’d like to include. Strictly speaking, it’s outside the plugin itself, but I’d like some advice.
I want to wrap the related_posts function call in a conditional tag, so that my page will not break if the plugin is deactivated. My question is, what would be the best way to test that the plugin is present and active?
350. Denis | 2008:10:19 - 23:02:24 | #
use function_exists to test.
if(function_exists(wp_related_posts){
…
}
351. pilgrim | 2008:10:19 - 23:17:22 | #
Wow, that was quick!
It works, too, although you missed out the second closing bracket:
if (function_exists(wp_related_post)) {
…
}
Heh. I must be getting better at this…!
Many thanks..
352. Paul | 2008:10:20 - 14:58:30 | #
Fantastic plugin! I’m using it on my blog
http://www.mountainbikingnewzealand.co.nz
and the page views are increasing already.
Great work!
353. Flick | 2008:10:25 - 07:17:31 | #
Any chance of updating the changelog at all please?
I currently use v0.9 of this amazing plugin, but am not sure what happened between 0.7 to the latest 1.0. Thanks!
354. cocuklacocuk | 2008:10:31 - 19:47:05 | #
is it compatible with 2.6.3
355. Denis | 2008:10:31 - 22:36:01 | #
yes
356. fantasy027 | 2008:11:01 - 22:33:32 | #
你好,实在找不到地方问了,只好问您了。
我在yo2上用wp23相关日志这个插件,但是日志显示2次,在yo2最近阅读过此文章的网友: …上、下各出现一次。。不知道是什么情况,请帮我分析一下。谢谢。
最好能回email。谢谢。
357. 酷客 | 2009:05:17 - 21:38:26 | #
我也遇到了同样的问题 ,显示了两组相关日志 ,不知道怎么解决? 能不能帮帮我啊 ,我没有插入那段函数,一是不知道差哪,二是不知道用什么用,希望能email 告诉我
358. 时光漂流 | 2008:11:07 - 09:52:01 | #
用了一下,效果还不错.
359. Ben | 2008:11:30 - 23:42:24 | #
Hi, great plug-in, thanks.
Is there anyway to not have the related post function for the first post but have it for all others?
360. HK | 2008:12:03 - 17:43:22 | #
插件很好很强大,谢谢,下载了
Hong Kong
361. Cameron | 2008:12:06 - 12:02:35 | #
Hi!
Is it compatible with 2.7 RC1?
362. Denis | 2008:12:06 - 16:38:21 | #
yes, it is compatible with every WordPress after 2.3
363. 万亮 | 2008:12:08 - 21:30:29 | #
WP 2.63 安装测试,正常通过。效果参见:www.chaoxs.com
364. Jordan | 2008:12:09 - 02:13:31 | #
Hello,
Where can I change the way to diplay the date/time of each related post ?
I can’t find the usual “Y/M/D h:m” values…
Thanks !
365. Gomus | 2008:12:09 - 03:27:48 | #
I really like your work.
My question is: Is this plugin cpu intensive?
I have a blog with lots of traffic.
Will this plugin slow things down?
366. syak | 2008:12:09 - 03:54:01 | #
hye,i just instal your related post plugin but there was something like this occur –
WordPress database error: [Table 'myblogname_blog.wp_term_taxonomy' doesn't exist]
SELECT tt.term_id FROM wp_term_taxonomy tt, wp_term_relationships tr WHERE tt.taxonomy = ‘category’ AND tt.term_taxonomy_id = tr.term_taxonomy_id AND tr.object_id = 43
Fatal error: Call to undefined function wp_get_post_tags() in /home/myblog/public_html/wp-content/plugins/wordpress-23-related-posts-plugin/wp_related_posts.php on line 64
and where the exact should i place this command— i
367. John | 2008:12:12 - 14:38:34 | #
Great plugin! I would like to be able to include the “related posts” within the content, rather than at the end.
I can use exec-php to do this and then style it with css to look similar to a pullquote insert, but there must be an easier way.
Do you have a shortcode, eg. [related_post] that can do it, if not, would it be difficult to code this in?
368. 泉州生活网 | 2008:12:13 - 12:30:59 | #
顶~~~~我叫泉州生活网,希望能交个朋友哈!
369. dadishang | 2008:12:13 - 13:40:10 | #
readme文件里的3不用设置了吧。Place in your templates
370. Mole | 2008:12:26 - 13:48:51 | #
2.7 版本使用起来没问题~
对了, 请教一个问题.
如果要显示相关主题的custom field(比如题图), 该如何修改阿?
谢谢啦
371. zyg333 | 2008:12:28 - 11:04:50 | #
你好,很欣赏你这个插件的功能。但是,我有一个很小的要求,能不能帮我看看。我想在single页面只显示当前日志所属分类下的相关日志。不知道能不能实现?谢谢。
(当前日子只属于一个分类)
372. John | 2008:12:29 - 00:43:17 | #
It’s possible to show “Related Posts” after “the_tags” using the option “Auto Insert Related Posts”? How?
Thanks!
373. phy | 2008:12:30 - 18:02:55 | #
没想到这个插件是我们本土制造的,赞一个!非常好!
希望能自带语言包,我懒得下载……
PS:下面的评论表情不支持FireFox?难道是我的人品问题?
374. phy | 2009:01:07 - 12:18:34 | #
奇怪,下面的表情又好了……
375. zylew | 2009:01:03 - 15:52:05 | #
这篇文章好强大哇
376. wz | 2009:01:05 - 02:54:56 | #
奇怪呀,我在中文后台点击过来是中文介绍,在英文后台点击过来就成英文介绍了!
377. Paul Nelson | 2009:01:07 - 04:47:33 | #
Hi, I am interested in making some changes to a plugin i recently bought, i wanted to intergrate your plugin into it and use it on my blog
The plugin i bought is a content slider and it slides my most recent post from left to right whereever i decide, but what i would love to do is to make it show my related post instead of newest post
Could you possibly provide any shortcode that works with the plugin to generate the Wordpress Loop (array) of related content?
Cheers
Paul
378. loren | 2009:02:07 - 10:09:07 | #
有个问题,如果采用GOOGLE作为搜索引擎,会把每个页面中的“相关文章”也作为页面内容收录到GOOGLE的结果中,结果往往搜索的结果无法查看
请问可以解决这个问题么?
379. Saxman | 2009:02:15 - 12:02:35 | #
Dear admin, how to change the default function (related posts via WordPress tags) to related posts via WP title? Thx before
380. Denis | 2009:02:16 - 00:52:46 | #
don’t have such function.
381. Todd | 2009:02:28 - 06:03:03 | #
Needs to be updated for WP 2.7. No access to the settings in WP 2.7.
382. 玖伍贰柒 | 2009:02:28 - 22:05:21 | #
用上了,谢谢
383. jeff-TVQC | 2009:03:02 - 20:39:31 | #
in which template should i paste ?
i mean in single?index? footer, header
384. Denis | 2009:03:02 - 23:42:38 | #
in single.php
385. 藏獒 | 2009:03:05 - 23:05:51 | #
水煮鱼,打搅,这个插件我遇到一个困惑的问题,如下:
1.0安装后,未做第三步:
Place “ in your templates
但文章页面的末尾竟然会出现相关文章的显示;这并不要紧,关键是不希望这个调用出现在不该出现的地方——影响阅读。
于是再采用第三步方法后(single.php “in your templates”),调用出现在了合适的下方,而那段默认的调用不知该如何消除?特请教。
下面附上single.php的源代码:
<a href=”" target='_blank' rel=”bookmark” title=”Permanent Link to “>
<?php edit_post_link(”,”,”); ?>
By – Last updated: – Save & Sharea2a_linkname=document.title;a2a_linkurl=location.href; –
__(‘Pages:‘,’arthemia’), ‘after’ => ”, ‘next_or_number’ => ‘number’)); ?>
Posted in • • Top Of Page
Not Found
Sorry, but you are looking for something that isn’t here.
386. 藏獒 | 2009:03:08 - 15:20:41 | #
问题已经解决,自己犯了设置上的弱智错误。对不起。
387. 藏獒 | 2009:03:05 - 23:07:59 | #
请看这段网址:
http://www.zangao.us/archives/60
388. joacim | 2009:03:07 - 20:08:41 | #
Hi, great plug-in. But I would like it even more if there would be a function to don’t show the posts in a list …
Maybe this could be a choise in the next update of the plugin.
Tnx.
(Swedish is my language, threfor my english is awful, hope you understand.)
389. meihuakai | 2009:03:11 - 23:59:30 | #
正在找这个插件呢,哪里下载?
390. Kushal Koolwal | 2009:03:25 - 06:16:05 | #
Can you support HTML Text in the option “Related Post Title”? Because the title looks pretty out of place with respect to one’s CSS
391. allresellerpackage | 2009:03:31 - 06:14:31 | #
that bro …that plugin
392. haoz | 2009:04:06 - 15:11:04 | #
你好,看到很多人推荐你这款插件,但我安装激活后好像没有反应。是不是在我正在使用的主题的single.php文件中插入就可以了?或者请你帮我看看需要设置什么?我是一个新手,还请给予指导,非常感谢~
393. 铁血飘零客 | 2009:04:09 - 21:14:12 | #
希望下个版本可以自定义连接,比如说把日期放后面,期待
394. 沉默 | 2009:04:15 - 23:08:23 | #
为何我装了之后在发表评论的上下各出现了一次?请帮忙看看究竟是什么原因。
请看这里:http://mofun.me/57.html
395. 54ui | 2009:04:18 - 00:54:30 | #
想问下 飞猪现在用的那个相关日志,所有日志,本月排行那个用的是哪个插件实现的~~
396. Denis | 2009:04:18 - 01:26:52 | #
JS + Related posts+ postviews plus 制作的!
397. sosel | 2009:04:21 - 19:45:10 | #
老大,你的相关日志,本月排行,总排行也是用你自己这个插件吗?什么我实现不了~
398. Wendy Merritt | 2009:05:01 - 06:22:30 | #
Is there any code that I can use to have the related posts appear on pages? I don’t want it to appear on every page but rather embed the code in some pages. You can’t enter php in pages.
Thanks
Blessings,
Wendy
399. ronalito | 2009:05:08 - 04:32:57 | #
Gracias lo probare!
400. Tati Viana | 2009:06:05 - 15:00:36 | #
Hi!
Great plugin, but… May I suggest something?
Please, could it organise also the related posts as categories?
For example… my site has only two cats: blog-br and blog-eng (blog languages) and related posts are mixed with portuguese and english…
If you can add it in next update…
Thanks!
Hugs,
Tati
401. 贝库 | 2009:06:06 - 12:25:23 | #
不错的工具
402. 小Zen | 2009:07:09 - 18:43:11 | #
现在的2.8版本可以用么?
403. Denis | 2009:07:27 - 19:54:22 | #
当然可以!
404. kh7 | 2009:07:15 - 00:34:37 | #
Just wanted to come by and thank you for making and maintaining this essential plugin. I’ve featured it on my list of plugins I use here: http://www.squidoo.com/wordpress-plugins-thanks
405. Dianso | 2009:07:31 - 23:54:21 | #
请问删除这个插件后,发现wp_term_relationships还有几千条记录,请问如何删除啊?
谢谢。
406. Denis | 2009:08:02 - 00:37:29 | #
囧,这个和这个插件没有关系!
407. vagrantradio | 2009:08:25 - 00:02:30 | #
Great plugin, but something confuses me about it. Why do you generate related posts by tag only and why then do you include an exclude category box? It makes no sense.
I would be cool if you added categories also and maybe thumbnails.
408. Denis | 2009:08:25 - 00:03:57 | #
Good idea, I will think about it.
409. WyattFang | 2009:09:26 - 00:13:49 | #
请问博主,你的博客用的相关文章是什么插件?就是你的每篇文章下面显示的相关文章,热门文章和最新文章的插件是啥呢?
410. smartgeezer | 2009:09:30 - 05:27:16 | #
I upgraded but it didn’t work. Switched back to the old version.
btw – is there a way to not have related posts for the latest post, but allow it for all others?
411. Denis | 2009:09:30 - 16:09:49 | #
yes, but I think not all users want this option,
412. qiumoji99 | 2009:09:30 - 09:26:43 | #
嗯,看了,支持下啊
413. ChinaJimay | 2009:10:02 - 21:23:40 | #
Yo2用户发来捷报:除了load_plugin_textdomain….哪一行需要注释掉以外,Yo2自制主题可以完美内置这个插件上传使用,在functions.php 最后加上 <?php include(TEMPLATEPATH . ‘/wp_related_posts.php’; ?> 就可以了。
414. ChinaJimay | 2009:10:02 - 21:34:24 | #
不知道国内开发WP插件的人有没有为兼容Yo2特别考虑过,哈哈。
因为YO2支持主题上传,只要能将插件内置到主题里,Yo2的应用范围将会扩展很多,而测试表明,此方法可行。
415. bauhaus | 2009:10:03 - 14:08:50 | #
你这个评论栏是怎么做的啊??
好有型啊!
416. hu | 2009:10:14 - 15:34:56 | #
# 无相关日志时的设置:当谋篇日志某相关日志的时候,你想显示什么?该插件可以让你选择:
希望加一个随机显示同分类日志选项。
或者你应该提高同一分类下日志的相关性比重。
417. hu | 2009:10:14 - 15:55:29 | #
日期能不能显示在标题后面。
我自己修改过放在后面了,希望下个版本能有把日期显示在后面的选项。
418. sherry | 2009:10:15 - 19:41:03 | #
支持一下。。。。
419. Neolandscaper | 2009:10:17 - 20:30:29 | #
感谢这个插件。
另外,这个评论的插件是否DENIS自己做的,哪里可以下载?
420. Denis | 2009:10:17 - 22:14:56 | #
我汗!·
421. gil | 2009:11:07 - 11:45:04 | #
在 RSS 中添加相关日志 这个选项我在后台打勾了,为什么feed订阅里面不显示啊
422. 云帆 | 2009:11:10 - 08:46:14 | #
多谢博主分享!这个我已下载,试试!
423. 第三眼 | 2009:11:12 - 15:24:18 | #
能不能在侧边栏直接调用本插件的显示最多留言文章的功能?如果可以,如何调用呢?
424. askie | 2009:12:01 - 14:11:03 | #
虫子:
在mu中使用的时候,设置时总是提交到/wp-admin.php,设置表单应该使用绝对网址!
425. Denis | 2009:12:02 - 21:14:06 | #
好的,下个版本修改下!
426. Perfect.Tz | 2009:12:02 - 20:08:13 | #
问下。。 我也用的水煮鱼的主题 blix
添加这个相关插件后 输出出来的文章前面没有小图标
而是个黑点,请问如何改? 谢了
427. Denis | 2009:12:02 - 21:13:32 | #
使用 firebug 看看我的 CSS 设置。
428. 思维罗 | 2009:12:07 - 11:44:49 | #
wordpress2.86试了好像不能用。
429. kartin | 2009:12:22 - 11:34:45 | #
我的博客显示的时候,字体特别小,我在后台调CSS也没有弄出来,郁闷啊
请博主看看下
http://www.saveeuro.com/archives/83
430. 包子 | 2010:01:11 - 22:27:49 | #
是集成了Random Posts这个插件?
431. Denis | 2010:01:12 - 14:11:48 | #
恩,集成了!
432. 凤鸣岐山 | 2010:01:15 - 15:36:53 | #
现在可以不用这个插件啊,插件多了速度慢很多
433. dvr | 2010:01:15 - 15:57:33 | #
我只用一个谷歌地图生成的和一个 放AD的插件,别的一个都没弄
434. 原野之王 | 2010:01:26 - 19:06:43 | #
最新版的wordpress,用这个插件好像有问题,设置不显示啊