WordPress函数post_type_archive_title()
鱼见海资源网最新教程: 介绍 post_type_archive_title() 是自定义文章类型 post type 的archive页面标题。显示 archive.php 和 archive-{posttype}.php 页面标题。 使用 参数 $prefix (string)...
WordPress函数single_term_title()
鱼见海资源网最新教程: 介绍 返回当前页面标题。 使用 参数 $prefix (string) (optional) Text to output before the title. Default: None Note: The $prefix argument is currently ignored ...
WordPress函数single_tag_title()
鱼见海资源网最新教程: 介绍 显示tag页面的标题。 使用 默认 参数 $prefix (string) (optional) Text to output before the title. Default: None Note: The $prefix argument is currently ig...
WordPress函数single_month_title()
鱼见海资源网最新教程: 介绍 single_month_title() 用于返回“月”、“年”值,在date.php的archive页面,其他页面不支持。 使用 默认 参数 prefix (string) (optional) 标题前返回值 Default:...
WordPress函数get_archives_link()
鱼见海资源网最新教程: Description Retrieve archive link content based on predefined or custom code. The format can be one of four styles. The 'link' for head element, 'option' for...
WordPress函数single_post_title()
鱼见海资源网最新教程: 介绍 显示single、page页面标题,这个标签不必在the_loop循环中,只要在single、page页面即可。 使用 参数 $prefix (string) (可选) 显示在标题前的文本。 Default: Non...
WordPress函数get_calendar()日历标签
鱼见海资源网最新教程: 介绍 get_calendar()是一个WordPress日历标签,可以在 WordPress主题 的任意模板中使用,并不需要在 the_loop 中。 默认会显示当前年月的一个日历,并且会在有日志的日...
WordPress函数WordPress禁用RSS Feed
鱼见海资源网最新教程: WordPress提供了很多RSS Feed的功能,除了全站文章订阅,还有评论订阅,然后目前使用RSS订阅功能的人越来越少,加快WordPress的运行效率,可以直接禁用RSS Feed。 在 Wo...
WordPress函数wp_get_archives()
鱼见海资源网最新教程: WordPress的widget里提供的文章索引模板,他可以让你的WordPress博客的侧边栏按月度存档,方便读者,方便搜索引擎。但默认显示的是所有月度归档,这对有着两年,甚至两...
WordPress函数get_the_author()
鱼见海资源网最新教程: 介绍 get_the_author() 用于显示文章作者的名称的函数,必须使用在 the_loop 循环中。 使用 参数 $deprecated (string) (optional) Deprecated. Default: '' Returns (s...
WordPress函数calendar_week_mod()
鱼见海资源网最新教程: 描述 获取从一周开始的几天。 使用 参数 $num (int) (必填) 天数 Default: None 返回 (int) 获取从一周开始的几天。 示例 “获取从一周开始的几天”这句话有点拗口,不...
WordPress函数get_the_author_link()
鱼见海资源网最新教程: 介绍 get_the_author_link() 与 the_author_link() 是相对应的函数,只不过 get_the_author_link() 只是获取,不做输出,要做输出,需要用 echo 进行输出。 get_the_aut...