开发者 | ithoib |
---|---|
更新时间 | 2020年3月7日 21:56 |
捐献地址: | 去捐款 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 4.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Go to Plugin > Editor, select Google Trends Widget
Replace this code :
echo '<li><a href="'.get_bloginfo('url').'/?s='.$hot->title.'">'.$hot->title.'</a></li>';
With this code
echo '<li><a href="'.get_bloginfo('url').'/search/'.$this->clean($hot->title).'">'.$hot->title.'</a></li>';