Wordpress作者搜索建议
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wordpress作者搜索建议相关的知识,希望对你有一定的参考价值。
If your site also has registered users that aren't authors, you might have to modify this to cross-reference the usermeta table. Otherwise, this should work pretty well.
<? $term = $_GET['s']; if ($res) { ?> <p><strong>Were you looking for:</strong></p> <ul> <? ?> <li><a href="<? bloginfo('home'); ?>/author/<? echo $shortname; ?>/"><? echo $author['display_name']; ?></a></li> <!-- may vary based on permalink structure --> <? } ?> </ul> <? } ?>
以上是关于Wordpress作者搜索建议的主要内容,如果未能解决你的问题,请参考以下文章
markdown 在WordPress中使用jQuery代码片段