如何在WordPress.com博客上禁用trackback通知? 时间:2011-11-30 作者:InquilineKea 我试过了http://astroclimatology.wordpress.com/wp-admin/options-discussion.php 但它没有起作用。我确实希望未注册的用户能够发表评论。==我不想要的是这样的电子邮件通知:您的帖子“我们也分析了纬向风”网站上的新追踪:Quora(IP:107.20.3.229,ec2-107-20-3-229.compute-1.amazonaws.com)URL:http://www.quora.com/Planetary-Science/How-can-faster-rotation-rate-lead-to-an-increased-pole-to-equator-temperature-gradient-when-the-zonal-velocity-of-the-jet-stream-decreases-as-predicted-by-both-t 摘录:How can faster rotation rate lead to an increased pole-to-equator temperature gradient when the zonal velocity of the jet stream decreases, as predicted by both the Held-Hou model of circulation and one of the CAM3 simulations that I ran?...据推测,更快的旋转速度意味着更强的科里奥利效应,这意味着在子午方向向极地移动的热带空气团更有可能在纬向偏转。然而,霍尔德-侯模式的流通过程中。。。您可以在此处看到此帖子上的所有trackback: 2 个回复 最合适的回答,由SO网友:EAMann 整理而成 转到站点的仪表板。然后导航到“设置”;讨论并禁用“允许来自其他博客的链接通知(pingback和trackback)”选项: SO网友:Martin Zeitler 这个循环完全禁用了trackback,只需要挂接。。。foreach ( get_post_types() as $post_type ) { /* remove all trackbacks from any post types */ remove_post_type_support( $post_type, \'trackbacks\' ); } 或者只是在默认情况下禁用trackback。。。 结束 文章导航