Changeset 3416674
- Timestamp:
- 12/10/2025 06:25:35 PM (3 months ago)
- File:
-
- 1 edited
-
limit-post-add-on/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
limit-post-add-on/trunk/readme.txt
r3412545 r3416674 14 14 Note: This update requires that updating of your code: 15 15 • Update 'the_content_limit();' with 'limit_post_add_on_the_content_limit();' 16 • Update 'get_the_content();' with 'limit_post_add_on_get_the_content ();'16 • Update 'get_the_content();' with 'limit_post_add_on_get_the_content_limit();' 17 17 18 18 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.
Note: See TracChangeset
for help on using the changeset viewer.