模板标签-sticky_class()
说明 该标签为精华帖文章显示精华帖类。该标签必须在WordPress主循环(loop)中。 用法 <?p…
说明
该标签为精华帖文章显示精华帖类。该标签必须在WordPress主循环(loop)中。
用法
<?php sticky_class(); ?>
参数
该标签无参数。
示例
默认用法
<div class="post<?php sticky_class(); ?>" id="post-<?php the_ID(); ?>">
精华帖标识符
为精华帖文章提供精华帖类属性。
历史记录
- 始见于WordPress 2.7.0版本。
分类:中文手册
类别:WordPress教程、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!