| 开发者 |
Marios Alexandrou
mspyratos |
|---|---|
| 更新时间 | 2018年6月9日 01:23 |
| 捐献地址: | 去捐款 |
| PHP版本: | 3.0.1 及以上 |
| WordPress版本: | 3.5 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
If you are unfamiliar with using firebug (or similar debug tools), then send me an email ( m.spyratos@hotmail.com ). Otherwise, follow these simple steps. STEPS
by word you want to remove, by using firebug.class of the parent container that contains the by word and its tag.class\
The regular expressions: by
EXAMPLE\
Let's say that when you locate the by word with firebug, you find this html code:
`
by
`
Then you should enter:
The parent classes: meta-text\
The regular expressions: by
BE CAREFULL\
This will replace all by words inside the meta-text class (if more than one exists) and it won't remove the <span> tags surrounding by.\
So even better use something like this:
The parent classes: meta-text\
The regular expressions: <span class="meta-author">by </span>
OR by using regular expressions.
The parent classes: meta-text\
The regular expressions: <span class="meta-author(.*?)/span>