WordPress如何将固定链接生成为/%CATEGORY%/%POST%/

时间:2011-08-27 作者:gavsiu

我不是在这里讨论使用类别作为永久链接基础的效率。

我想知道what file and what line is the code to how Wordpress picks out a category for the permalink if the post is in multiple categories. 不久前我在IRC上问过这个问题,但我再也找不到代码了。

谢谢

1 个回复
最合适的回答,由SO网友:Milo 整理而成

get_permalink in /wp-includes/link-template.php, line 80

结束

相关推荐

Calling Permalinks With PHP

我正在开发一个支持WordPress帖子格式的主题。因此,我使用了一个大if语句,可以在下面找到。我想将我的帖子标题链接到帖子,同时将我的主题保持为XHTML有效</我想在if语句中调用图像(带类),同时将我的主题保持为XHTML有效</如果有人能在下面的代码中添加适当的代码,我将不胜感激_if ( has_post_format( \'video\' )) { echo the_title(); echo the