开发者 | nickcousins |
---|---|
更新时间 | 2016年5月25日 07:50 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 4.5.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/actionpress
directory, or install the plugin through the WordPress plugins screen directly.If you want to customise the style of your ActionPress more link, simply target the .actionpress_more class.
The default styling is simple:
.actionpress_more{ display:block; margin:10px auto; }
By default, ActionPress has a priority of 20. This means that it applies its changes to the more link after all other changes (up to 19). It discards the previous more link entirely, therefore any changes up to 19th in the queue will be discarded. If your theme, or another plugin uses a higher priority than 20, then ActionPress may be over-ruled by that theme or plugin. If you want to filter the ActionPress text, make the filter priority in your theme > 20. Any other problems, tweet me @nickpcousins