=== Capitalize Titles and Headings === Contributors: bfintal, gambitph Tags: capitalize, title, heading, blocks, gutenberg, block editor Requires at least: 6.1 Tested up to: 6.2 Requires PHP: 5.7 Stable tag: 1.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Properly capitalize your English post titles, page titles and heading blocks after you type it. == Description == Properly capitalize your English post titles, page titles and heading blocks after you type it. Very useful when writing articles and web pages. After activating, your post title fields and heading blocks will auto-capitalize when typing in it. This doesn't modify your existing posts. ## How It Works This plugin uses the title case rules of [AP](https://en.wikipedia.org/wiki/AP_Stylebook)/[APA](https://en.wikipedia.org/wiki/APA_style). Type in your post title or Heading block, then click out and the text will get capitalized. **Works in:** - Block Editor / Gutenberg - Site Editor - Classic Editor **Capitalizes:** - Page / Post / CPT Title - Heading Blocks - [Stackable Heading Blocks](https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/) ## Examples the quick brown fox jumps over the lazy dog ➡️ The Quick Brown Fox Jumps Over the Lazy Dog Perfectly capitalized headings in wordpress ➡️ Perfectly Capitalized Headings in WordPress best iPhone app for Runners-In-Training ➡️ Best iPhone App for Runners-in-Training == Installation == Upload and activate plugin. Now your title texts and heading blocks capitalize automatically. == Frequently Asked Questions == **What if I want a specific letter not capitalized?** Type it, click out of it for it to capitalize, then edit the letter and remove the capitalization (without modifying the rest of the characters - or else the whole thing will capitalize again). **It capitalized something wrong and I want to fix it!** Type it, click out of it for it to capitalize, then edit the letter and remove the capitalization (without modifying the rest of the characters - or else the whole thing will capitalize again). **When Does the Capitalization Trigger?** Capitalization triggers when you click out of the page/post title, or unselect a Heading block. **Does this capitalize brand names?** Nope, except for "WordPress" **What capitalization style is used?** This uses the [AP](https://en.wikipedia.org/wiki/AP_Stylebook)/[APA](https://en.wikipedia.org/wiki/APA_style) title case. **Will this modify my existing posts and pages?** Nope. **Will this modify my existing Heading blocks?** Nope, it will capitalize it if you edit the text. **Will this work with the Site Editor?** Yes. **Will this work with the Block Editor?** Yes, this capitalizes the post/page title, and Heading blocks. **Does this support Heading blocks of third party block plugins?** It currently only supports the native Heading block and Stackable Heading block. **Will this work with the Classic Editor?** Yes, but only for the post/page title. **Will this work with Custom Post Types?** Yep. == Screenshots == 1. Auto capitalize post and page titles 2. Auto capitalize heading blocks 3. You can edit capitalized text and it won't capitalize again == Changelog == = 0.1 = * First release