Do your WordPress post titles or headings appear in ALL CAPITAL LETTERS when you don’t want them to? 😫 This common formatting issue can make your content look unprofessional and harder to read. In this guide, we’ll show you exactly how to change capitalized post titles to normal sentence case or title case – with multiple easy methods!
Why Fix ALL CAPS Titles?
🔹 Better Readability: Studies show proper case is 13-18% easier to read than all caps
🔹 More Professional: ALL CAPS looks like shouting and appears less credible
🔹 SEO Benefits: Search engines may interpret all-caps titles as spammy
🔹 Brand Consistency: Maintain a polished, intentional content style
3 Simple Methods to Change Capitalized Titles
Method 1: Edit Directly in WordPress
Go to Posts → All Posts
Hover over the post and click “Quick Edit”
Manually retype the title in proper case
Click “Update”
Method 2: Use CSS Text-Transform
css
.entry-title {
text-transform: lowercase; /* or capitalize */
}
Add this to Appearance → Customize → Additional CSS
Method 3: Bulk Edit with Plugin
Install “Better Search Replace” plugin
Run a search/replace for uppercase titles
▶️ Watch the step-by-step video tutorial:
Pro Tips for Title Formatting
✔️ Use Title Case for Main Headings (First Letter of Each Word)
✔️ Use Sentence case for subtitles
✔️ Keep important keywords at the beginning
✔️ Maintain consistency across all posts
Recommended Tools
⭐ Title Case Converter (online tool)
⭐ WP Title Remixer (WordPress plugin)
⭐ Hemingway App (readability checker)