在你的WordPress博客中显示搜索结果
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在你的WordPress博客中显示搜索结果相关的知识,希望对你有一定的参考价值。
Open your search.php file and find the the_title() function. Replace it with the following:1.echo $title;
Save the search.php file and open style.css. Append the following line to it:
strong.search-excerpt { background: yellow; }
<?php $title = get_the_title(); '<strong class="search-excerpt">