WordPress自定义文章类型归档页标题函数:post_type_archive_title

WordPress函数post_type_archive_title用于在自定义文章类型归档页输出标题,通常在archive-{$post_type}.php模板中使用。

post_type_archive_title( string $prefix = '', bool $display = true )

函数参数

$prefix

字符串

在标题前输出的内容

$display

布尔值,默认值:true

是否直接输出标题,false则只返回结果。

函数使用示例

扩展阅读

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

相关函数:

原创文章,作者:,如若转载,请注明出处:https://ce.771633.xyz/1802.html

Like (0)
Previous 2025年3月8日
Next 2025年3月8日

相关推荐

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注