我已将WordPress主题中的include / no-results.php覆盖如下:
<div class="entry">
<!--If no results are found-->
<h2><?php esc_html_e('NO SUCCESS STORIES YET','Divi'); ?></h2>
<p><?php esc_html_e('You could be the first! Request an appointment today.','Divi'); ?></p>
</div>
<!--End if no results are found-->
我想将文本“今天请求约会”链接到“请求约会”页面的网址,并且不确定如何进行此操作。
谢谢!