Linux 软件免费装

Easy Reading Progress Bar

开发者 mushlih
更新时间 2025年8月25日 21:58
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

animation progress bar reading time estimated reading time read time

下载

1.0.0

详情介绍:

Easy Reading Progress Bar adds a sleek, customizable progress bar to your single post pages, providing readers with a visual indicator of their progress as they scroll through an article. It's designed to be feather-light, incredibly fast, and compatible with the vast majority of WordPress themes, including modern Block Themes and popular classic themes. Key Features: This plugin was created with ❤️ by Mushlih Almubarak from Indonesia.

安装:

Installing the plugin is simple! From your WordPress Dashboard:
  1. Navigate to 'Plugins' > 'Add New'.
  2. Search for 'Easy Reading Progress Bar'.
  3. Click 'Install Now' and then 'Activate'.
  4. Go to 'Settings' > 'Reading Progress Bar' to customize the options. That's it!
Manual Installation:
  1. Download the plugin zip file from WordPress.org.
  2. Navigate to 'Plugins' > 'Add New' in your WordPress dashboard.
  3. Click 'Upload Plugin' and select the zip file you downloaded.
  4. Activate the plugin.
  5. Go to 'Settings' > 'Reading Progress Bar' to customize.

屏幕截图:

  • A reading progress bar appears at the bottom of the page as the user scrolls down the page.

常见问题:

Will this plugin slow down my site?

Absolutely not. Performance is a core feature. The plugin only loads its tiny, optimized code on single post pages and does not enqueue any extra CSS or JS files, keeping your site fast.

Does this work with my theme?

Yes, most likely! The plugin was built for high compatibility. It intelligently detects the main content area in classic and modern block themes, and a wide range of other theme structures.

Can I change the height of the bar?

Yes. While there is no setting for it in the settings page to keep things simple, developers can use a WordPress filter to change the height. The default is 7px. Example code to add to your theme's functions.php file to change the height to 10px: add_filter( 'erpb_bar_height', function() { return '10'; } );

更新日志:

1.0.0