开发者 |
liquidweb
stevegrunwell norcross |
---|---|
更新时间 | 2017年9月1日 05:55 |
PHP版本: | 5.3 及以上 |
WordPress版本: | 4.8.1 |
版权: | MIT |
版权网址: | 版权信息 |
sticky-tax
directory into wp-content/plugins/
Absolutely! Sticky Tax includes a number of filters that make customizing Sticky Tax a snap; for full details, please visit the plugin's README on GitHub.
When a post is appearing at the front an archive thanks to Sticky Tax, the sticky-tax
class will be applied to the post via the post_class
filter. As long as your theme is using the <?php post_class(); ?>
function in the loop, you should be able to target sticky posts in your CSS using the .sticky-tax
selector.