【发布时间】:2018-08-29 17:30:41
【问题描述】:
我想在类别图像上显示页面标题。我复制了这段代码
<h1 class="page-title"><?php woocommerce_page_title(); ?></h1>
从“template-archive-product.php”到“woocommerce-hook.php”如下:
$html .= '<h1 class="page-title">'<?php woocommerce_page_title(); ?>'</h1>';
现在标题没有出现。当我检查开发工具时,标题就像一个 html-comment。
<h1 class="page-title"><!--?php woocommerce_page_title(); ?--></h1>
如果有人可以帮助我,那就太好了。
【问题讨论】:
标签: php wordpress templates woocommerce page-title