开发者 | gruhh |
---|---|
更新时间 | 2022年5月22日 01:34 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.0 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
No. The idea here is that a #hashtag added as part of the text will be replaced with a link like <a href="/?s=#hashtag">#hashtag</a>
.
This is the correct behavior. Links appear only at the time of rendering the content or excerpt.
We do not change the way your content is saved, only how it is rendered for visitors. If you uninstall the plugin, the #hashtags will remain a simple text.
For now, A-Z
, a-z
, 0-9
, _
, -
, *
, @
and /
.
Yes, every hashtag link has a CSS class hashtag-link
. You can add the class in your theme's css.
Example: a.hashtag-link { text weight: bold; }