用Related Posts插件,主页文章摘要中显示“相关文章”,怎去掉
本帖最后由 rdance 于 2014-1-2 19:43 编辑使用插件Yet Another Related Posts Plugin Options 4.0.6,结果不仅在post页显示,在主页post的摘要中也显示(如下图),请教各位如何只在post页显示呢???先谢过了
如图,在这个post的摘要中,出现 相关post的字样,位于摘要文字后,”read more"按键前
PS: 使用的主题是The Affiliate WP Theme
http://jinqipeng.cn/gxt/432请参考这个修改举一反三
FTP内把这个下载下来 content.php 改个名传上去 例如改成 content-index.php
然后将首页代码<!--?php get_template_part( 'content', get_post_format() ); ?-->
<!--?php endwhile; ?-->中的“content”替换成“content-index”:lol
如果还不行
设置插件
Display results from all post types把这个打上勾保存下
然后显示相关的内容 就用小工具里的 那个工具在侧边栏显示也行
etoole 发表于 2014-1-2 20:05 static/image/common/back.gif
请参考这个修改举一反三
FTP内把这个下载下来 content.php 改个名传上去 例如改成 content-index.php
感谢您的回复,我不是太懂PHP,所以我在所有PHP页中搜索了上述函数(包括拆开成各关键词),没有发现这个。。。请指教
etoole 发表于 2014-1-2 20:05 static/image/common/back.gif
请参考这个修改举一反三
FTP内把这个下载下来 content.php 改个名传上去 例如改成 content-index.php
感谢您的回复,我不是太懂PHP,所以我在所有PHP页中搜索了上述函数(包括拆开成各关键词),没有发现这个。。。请指教
etoole 发表于 2014-1-2 20:12 static/image/common/back.gif
如果还不行
设置插件
Display results from all post types把这个打上勾保存下
非常感谢您,etoole
Display results from all post types您说的这个选项在插件里吗?没有找到:dizzy:
侧边栏小工具显示确实可行,只是侧边栏已经很多东西了,还是希望能显示在下面
rdance 发表于 2014-1-2 20:17 static/image/common/back.gif
感谢您的回复,我不是太懂PHP,所以我在所有PHP页中搜索了上述函数(包括拆开成各关键词),没有发现这个 ...
PM我你QQ 我帮你看看:lol
本帖最后由 rdance 于 2014-1-2 21:14 编辑
哈哈,找到问题了,原文在这里http://wordpress.org/plugins/yet ... d-posts-plugin/faq/
有这么一段话I'm seeing related posts displayed on the home page. How do I prevent that?
Some WordPress themes treat the home page as an archive or a "page." Go to "Settings" then "Related Posts (YARPP)" and view the "Display Options" section. Make sure "Pages" and "Also display in archives" are not checked.
所以把那个在archive显示去掉就OK了~~~
最后,非常感谢etoole朋友的热心帮助,感谢!!:D
Yet Another Related Posts Plugin----
Settings---Related Posts (YARPP)---Display Options----
"Pages" and "Also display in archives" are not checked.
就在这选项搞好了,不需要代码
是的,呵呵,就是这样的。可能根主题本身的设定有关。
收藏做个记号,下次可以看~~
页:
[1]