开发者 | adhitya03 |
---|---|
更新时间 | 2019年6月30日 11:56 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.2.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
You have to configure the indicator background color, indicator size and indicator position. Open "Appearance > Customize", in customizing area, click "Scroll Progress Indicator" and you can start configure the indicator bar from there.
This plugin use wp_body_open()
, make sure that you use Wordpress minium 5.2, if you have used Wordpress 5.2 or above, please open "Appearance > Theme Editor", and then open Theme Header or header.php, and put this code <?php wp_body_open(); ?>
right after opening body tag <body>
or <body <?php body_class();?> >
. and then Update File.