WordPress函数single_post_title()

WordPress函数single_post_title()

介绍

显示single、page页面标题,这个标签不必在the_loop循环中,只要在single、page页面即可。

使用

<?php single_post_title(); ?>

参数

$prefix
(string) (可选) 显示在标题前的文本。
Default: None

$display
(boolean) (optional) Should the title be displayed (TRUE) or returned for use in PHP (FALSE).
Default: TRUE

示例

<?php single_post_title( 'Current post: ' ); ?>
版权声明
转载请注明本文来源:WordPress函数single_post_title()
转载请注明本文地址:https://www.e363.com/1248.html
THE END
喜欢龙网的内容,就支持一下吧!
点赞125赞赏 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容