2024年10月18日 建站教程
在利用wordpress建站中,如何利用自带函数如何调用文章页标题,下面web建站小编给大家简单介绍一下关于single_post_title
函数的基本用法!
语法介绍:
single_post_title( string $prefix = '', bool $display = true ): string|void
参数介绍:
$prefix,标题前缀,在文章标题前显示。 $display,是否直接显示,还是返回一个字符串。
具体用法:
<h2><?php single_post_title( 'Current post: ' ); ?></h2>
本文链接:http://so.lmcjl.com/news/15653/