Changeset 3416709
- Timestamp:
- 12/10/2025 07:17:19 PM (3 months ago)
- File:
-
- 1 edited
-
limit-post-add-on/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
limit-post-add-on/trunk/readme.txt
r3416674 r3416709 4 4 Requires at least: 2.7 5 5 Tested up to: 6.9 6 Stable tag: 2. 06 Stable tag: 2.1 7 7 Requires PHP: 5.4 8 8 License: GPL-2.0+ … … 13 13 == Description == 14 14 Note: This update requires that updating of your code: 15 • Update 'the_content_limit();' with 'l imit_post_add_on_the_content_limit();'16 • Update 'get_the_content();' with 'l imit_post_add_on_get_the_content_limit();'15 • Update 'the_content_limit();' with 'lpao_the_content();' 16 • Update 'get_the_content();' with 'lpao_get_the_content();' 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. … … 36 36 3. Log-in to the WordPress administration panel and visit the Plugins page. 37 37 4. Locate the Limit Post plugin and click on the activate link. 38 5. Replace the_content(); with l imit_post_add_on_the_content_limit(200, "continue..."); or39 6. Replace get_the_content(); with l imit_post_add_on_get_the_content(200, "continue...");38 5. Replace the_content(); with lpao_the_content(200, "continue..."); or 39 6. Replace get_the_content(); with lpao_get_the_content(200, "continue..."); 40 40 41 41 … … 43 43 == Changelog == 44 44 45 = 12.0 = 45 = 2.1 = 46 * Shortened the function name 47 * Updated the readme.txt to reflect this 48 49 = 2.0 = 46 50 * Updated code to ensure functionality with WordPress 6.9 47 51 * Updated Required Headers for readme.txt
Note: See TracChangeset
for help on using the changeset viewer.