Limit Post Add-On
We have expanded on the original plugin to include WordPress' get_the_content tag in order to limit post copy with stripped html tags.
The facts
- Rating
- 3★ from 2
- Active installs
- 300+
- Price
- Free
- Last updated
- 21 May 2026
- Added
- Jan 2010
- Requires WP
- 2.7
- Tested up to
- WP 6.9.7
- Requires PHP
- 5.4
- Downloads
- 36,069
Our analysis
AI-assistedLimit Post Add-On is a WordPress plugin designed to control the character length of post content. It allows you to create a 'read more...' link with minimal coding changes, enhancing user experience by limiting displayed text.
This plugin is suitable for users who want to manage the amount of content visible in their posts, particularly those who prefer a cleaner layout or wish to encourage readers to click through for more information.
Best for: This plugin suits WordPress users looking to manage post content visibility effectively.
What it does well
- ✓Free to use from the WordPress.org directory
- ✓Provides control over post character length
- ✓Allows creation of 'read more...' links with simple code updates
- ✓Includes functionality for stripping HTML tags from content
Where it falls short
- •Requires code updates to function properly
- •Limited information on additional features or support
Verdict
Limit Post Add-On offers a straightforward solution for limiting post content, but requires some technical knowledge to implement its features.
From the developer
doc4's own description of Limit Post Add-On, lightly tidied.
Note: This update requires that updating of your code:
• Update ‘the_content();’ with ‘lpao_the_content();’
• Update ‘get_the_content();’ with ‘lpao_get_the_content();’
Limit-Post is one of the better WordPress post content limiters we have come across, both in terms of usability and size. Developed by labitacora.net Limit-Post provides excellent control over the post character-length and even adds the ability to create a “read more …” link with a single line of code.
With “Limit Post Add-On” we have expanded on the original plugin to include WordPress’ get_the_content tag in order to limit post copy with stripped html tags.