您现在的位置是:首页 > 网站制作 > WordpressWordpress
WordPress函数single_post_title()
杰帅2023-08-06【Wordpress】人已围观
简介显示single、page页面标题,这个标签不必在the_loop循环中,只要在single、page页面即可。
介绍
显示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: ' ); ?>
Tags:wordpress函数 WordPress建站 wordpress教程
很赞哦! ()
相关文章
- WordPress函数get_archives_link()
- WordPress函数get_archives_link()
- WordPress函数single_month_title()
- WordPress函数single_tag_title()
- WordPress函数single_term_title()
- WordPress函数post_type_archive_title()
- WordPress函数single_cat_title()
- WordPress建站:如何调用当前文章的前5篇和后5篇
- 如何制作wordpress 网站搜索功能| WordPress教程网
- WordPress函数:wp_get_archives根据日期显示日志归档详
随机图文
-
wp_reset_postdata 和 wp_reset_query 的作用与区别
什么时候使用wp_reset_query,什么时候用wp_reset_postdata? -
WordPress 页面模板(Page Template)下拉列表不显示的原因及解决方法
WordPress 的自定义页面模板是一个非常强大好用的功能,使用它新建一些静态页面(Page),添加上一些数据调用的函数,再在网页上做一个导航连接到对应的页面就可以实现很多自定义的功 -
wordpress 上传的图片不显示的问题 base64,data:image/gif
-
wordpress发布文章HTML标签被自动过滤掉该如何处理?
wordpress发布文章时很多html标签都会自动过滤掉,造成了文章中无法添加<style></style><script></script>等标签。那么该如何如何处理呢? 解决方法一: 将wp-includes文件夹下