WordPress日历函数:get_calendar

WordPress模板函数get_calendar用于输出日历,如果某天有发表文章,点击该日期可以到达该日期归…

WordPress模板函数get_calendar用于输出日历,如果某天有发表文章,点击该日期可以到达该日期归档页面。

get_calendar( boolean $initial = true, boolean $echo = true )

函数参数

$initial

布尔值,默认值:true

如果为false,则显示为本地化的日期

$echo

布尔值,默认值:true

如果为false,则只返回结果,不直接输出。

函数使用示例

<?php get_calendar(false); ?>

扩展阅读

get_calendar()函数位于:wp-includes/general-template.php

相关函数:

  • get_the_date()
  • get_the_time()
  • the_date()
  • the_modified_date()
  • get_the_modified_date()
  • the_modified_time()
  • get_the_modified_time()
  • the_time()
类别:WordPress函数讲解

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册