wordpress主题文章页面single.php标签介绍

2025年01月30日 建站教程

wordpress主题文章页面single.php标签的一些基本用法,下面web建站小编给大家简单介绍一下各种语法!

获取文章标题

<h1><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1>

获取文章标签

<?php the_tags('标签:', ', ', ''); ?>

获取日期

<?php the_time('Y年n月j日') ?>

获取评论数

<?php comments_popup_link('0 条评论', '1 条评论', '% 条评论', '', '评论已关闭'); ?>

获取文章内容

<?php the_content(); ?>

本文链接:http://so.lmcjl.com/news/22327/

展开阅读全文
相关内容