如何取得当前文章所在分类的id

讨论程序使用中的问题
回复
Kylin
帖子: 5
注册时间: 2007年 12月 21日 10:54

如何取得当前文章所在分类的id

帖子 Kylin »

在index.php里,官方模版里直接就是显示分类的连接了,我需要的是分类的id或者缩略名。
头像
ShingChi
帖子: 910
注册时间: 2010年 6月 16日 10:11

Re: 如何取得当前文章所在分类的id

帖子 ShingChi »

不明白~~~~
Kylin
帖子: 5
注册时间: 2007年 12月 21日 10:54

Re: 如何取得当前文章所在分类的id

帖子 Kylin »

就是在首页模版index.php中获取文章的分类缩略名。
freshwind
帖子: 62
注册时间: 2009年 10月 31日 19:20
来自: madone.ga
联系:

Re: 如何取得当前文章所在分类的id

帖子 freshwind »

<?php echo $this->categories[0][mid]; ?>
Kylin
帖子: 5
注册时间: 2007年 12月 21日 10:54

Re: 如何取得当前文章所在分类的id

帖子 Kylin »

3q,解决。
slug应该就是缩略名,name就是分类名了。
头像
ShingChi
帖子: 910
注册时间: 2010年 6月 16日 10:11

Re: 如何取得当前文章所在分类的id

帖子 ShingChi »

代码: 全选

<?php $this->category->slug(); ?>
就可以了
回复