【发布时间】:2019-03-04 21:20:58
【问题描述】:
我正在尝试获取类“aawp-product__title”的 H2 标头
<div class="aawp-product__content">
<a class="aawp-product__title" href="<?php echo $this->get_product_url(); ?>" title="<?php echo $this->get_product_link_title(); ?>" rel="nofollow" target="_blank">
<?php echo $this->get_product_title(); ?>
</a>
<div class="aawp-product__description">
<?php echo $this->get_product_description(); ?>
</div>
</div>
谢谢
【问题讨论】:
-
抱歉,不清楚(对我来说)你在问什么。没有
"aawp-product__title",没有<h2> -
你了解自己的问题吗?