在你的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; }
  1. <?php
  2. $title = get_the_title();
  3. $keys= explode(" ",$s);
  4. $title = preg_replace('/('.implode('|', $keys) .')/iu',
  5. '<strong class="search-excerpt"></strong>',
  6. $title);
  7. ?>

以上是关于在你的WordPress博客中显示搜索结果的主要内容,如果未能解决你的问题,请参考以下文章

在你的wordpress文章中插入一个片段

wordpress插件的常用插件

如何在你的 wordpress 网站中添加搜索框

如何在你的 wordpress 网站中添加搜索框

WordPress - 代码片段插件

Wordpress阻止访问wp admin€“wpsnipp.com网站你博客的Wordpress代码片段