wordpress the7主题的文章里面如何在文章内容上添加标题title

wordpress the7主题的文章里面如何在文章内容上添加标题title

找到主题中的 content-single.php 文件

在 <article id=”post-<?php the_ID(); ?>” <?php post_class( $post_classes ); ?>>

下添加

<?php echo ‘<div class=”news-title”>’;
the_title();
echo ‘</div>’;
?>

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/259990.html

(0)
上一篇 2022年5月23日
下一篇 2022年5月23日

相关推荐

发表回复

登录后才能评论