模板标签-the_category_rss()2009-12-04 说明 该标签以RSS格式显示文章所属分类的名称。该标签必须在WordPress主循环(loop)中。 用法 <?php the_category_rss( $type&nb...
模板标签-the_tags()2009-12-04 说明 该标签显示文章所属标签的链接。如果当前文章没有标签,则显示文章所属分类目录。该标签必须在WordPress主循环(loop)中。 用法 <?php the_tags( ...
模板标签-previous_image_link()2009-12-03 说明 该标签为当前文章附件中的上一幅图片生成链接。 用法 <?php previous_image_link( [string $size = '...
模板标签-the_category()2009-12-03 说明 该标签显示文章所属分类目录的链接。该标签必须在WordPress主循环(loop)中。 用法 <?php the_category( $separator, $pare...
模板标签-sticky_class()2009-12-03 说明 该标签为精华帖文章显示精华帖类。该标签必须在WordPress主循环(loop)中。 用法 <?php sticky_class(); ?> 参数 ...
模板标签-next_image_link()2009-12-03 说明 该标签为当前文章附件中的下一幅图片生成链接。 用法 <?php next_image_link( [string $size = 'thum...
模板标签-previous_post_link()2009-12-03 说明 该标签主要用在独立文章的固定链接页面上,该标签显示从时间顺序上早于当前文章的“上一篇”文章。 该标签必须在WordPress主循环(loop)中。 用法 <...
模板标签-previous_posts_link()2009-12-03 说明 该标签为“之后”的文章生成链接。没错,虽然该标签的名称“previous posts”会让你有些摸不着头脑。previous_posts_link假设文章均以逆向时间顺序排...