Text Limiter is an extension for
Meta Box plugin which allows you to limit number of characters or words entered for
text,
textarea and
WYSIWYG fields.
Usage
To start using text limiter, just add the following parameters to
text
,
textarea
or
wysiwyg
fields:
'limit' => 20, // Number of characters or words 'limit_type' => 'character', // Limit by 'character' or 'word'. Optional. Default is 'character'
Plugin Links
You might also like
If you like this plugin, you might also like our other WordPress products:
- Slim SEO - A fast, lightweight and full-featured SEO plugin for WordPress with minimal configuration.
- Slim SEO Schema - An advanced, powerful and flexible plugin to add schemas to WordPress.
- Slim SEO Link Manager - Build internal link easier in WordPress with real-time reports.
- GretaThemes - Free and premium WordPress themes that clean, simple and just work.
- Auto Listings - A car sale and dealership plugin for WordPress.
You need to install
Meta Box plugin first
- Go to Plugins | Add New and search for Meta Box
- Click Install Now button to install the plugin
- After installing, click Activate Plugin to activate the plugin
Install
Meta Box Text Limiter extension
- Go to Plugins | Add New and search for Meta Box Text Limiter
- Click Install Now button to install the plugin
- After installing, click Activate Plugin to activate the plugin
To start using text limiter, just add the following parameters to
text
or
textarea
fields:
'limit' => 20, // Number of characters or words 'limit_type' => 'character', // Limit by 'character' or 'word'. Optional. Default is 'character'