=== Webspero Read More Toggle === Contributors: guleriaharbour Tags: read more, read less, toggle content, show more, excerpt Requires at least: 5.0 Tested up to: 6.8 Stable tag: 1.1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Adds a simple "Read More / Read Less" toggle to long content using lightweight JavaScript. Ideal for blogs, FAQs, or excerpts. == Description == **Read More Toggle** helps you automatically shorten long blocks of text and adds a "Read More / Read Less" link for better content readability. It uses minimal JavaScript, customizable text, and works seamlessly with any theme. Great for blog posts, product descriptions, FAQs, and anywhere you need to hide extra content. **Features:** - Automatically trims long content - Customizable toggle labels - Lightweight and fast - Easy integration with any theme - Optional animation support (slide, fade, or none) == Installation == 1. Upload the plugin to your `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Add the class `read-more-toggle` to any element you want to truncate. 4. Customize character limit or labels using `rmt_settings` (via `wp_localize_script`). == Screenshots == 1. Admin settings panel. You can customize "Read More / Read Less" text and set the character limit. 2. Frontend view of the Read More toggle. 3. In admin you can add as many of classes for different text blocks. == Changelog == = 1.1.0 = * Initial release.