https://github.com/steve228uk/limit-post-titles
Limit post titles (including pages and custom post types) within the WordPress dashboard.
https://github.com/steve228uk/limit-post-titles
Last synced: about 2 months ago
JSON representation
Limit post titles (including pages and custom post types) within the WordPress dashboard.
- Host: GitHub
- URL: https://github.com/steve228uk/limit-post-titles
- Owner: steve228uk
- Created: 2015-03-31T10:10:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-31T10:32:21.000Z (about 10 years ago)
- Last Synced: 2025-01-16T01:14:50.205Z (3 months ago)
- Language: PHP
- Size: 430 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Limit Post Titles ===
Contributors: steve228uk
Donate link: http://stephenradford.me/restricting-post-titles-in-wordpress-with-a-character-limit
Tags: posts, titles, custom post types, limit, limiter, cms, character, dashboard
Requires at least: 3.0.1
Tested up to: 4.1.1
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlLimit post titles (including pages and custom post types) within the WordPress dashboard.
== Description ==
Limit post titles with a character limit within the WordPress dashboard. The plugin works with default post types (posts/pages) as well as any custom post types defined by plugins or themes.
Simply set the character limit in the plugin's settings pane and check which post types you wish to limit.
The title is limited within the dashboard only and pre-existing titles may need to be updated to match the new limit.
== Installation ==
1. Upload the plugin folder to the `/wp-content/plugins/` directory
2. Activate the plugin in the WordPress dashboard
3. Tweak the settings under 'Settings -> Limit Post Titles'== Frequently Asked Questions ==
= Will this work with custom post types? =
Yep!
= My post titles don't seem to be limited… =
The plugin only limits within the dashboard. Posts added before the plugin was activated will need to be modified to match the newly imposed limit.
= Who made this? =
[Stephen Radford](http://stephenradford.me) ([@steve228uk](http://twitter.com/steve228uk)), a web developer at [Cocoon](http://wearecocoon.co.uk).
== Screenshots ==
1. Settings Pane
2. Limit count on the post title== Changelog ==
= 1.0 =
* We made it to 1.0!