开发者 | ryankienstra |
---|---|
更新时间 | 2018年7月11日 05:20 |
捐献地址: | 去捐款 |
PHP版本: | 5.4 及以上 |
WordPress版本: | 4.9 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
The carousel of recent posts requires Bootstrap 3 or later and Glyphicons.
Put the following in your functions.php file:
add_filter( 'appw_link_text', function( $text ) { return 'Keep reading'; } ) // Or your own text.