WordPress ships with defaults that work for bloggers, not businesses. After launching 142 client sites this year, I’ve developed a precise checklist of settings that transform a vanilla installation into a professional foundation. These nine changes happen within the first ten minutes of setup — invisible to clients, but critical for performance, security, and sanity. Here’s exactly what I change and why it matters.
1. Permalinks: Pretty URLs from Day One
Default permalinks show ?p=123 URLs that confuse users and hurt SEO. I immediately set permalinks to Post name structure. This creates clean, readable URLs like /about-us or /services/web-design.
The change happens in Settings > Permalinks. Select “Post name” and save. Search engines understand content hierarchy. Social sharing displays proper titles. Clients never need to explain ugly links.
2. Discussion Settings: Stop Comment Spam Before It Starts
Comments rarely add value to business sites. I disable them globally unless specifically requested. In Settings > Discussion, uncheck “Allow people to post comments on new articles.”
For sites that need comments, I require user registration and manual approval. This eliminates spam without additional plugins. The setting prevents thousands of automated comment attempts.
3. Media Settings: Prevent Image Bloat
WordPress creates multiple image sizes by default. Most sites never use thumbnail, medium, or large versions. In Settings > Media, I set all three sizes to 0.
This stops automatic generation of unused images. Uploads remain original size for optimization tools to handle. Storage stays lean. Performance improves immediately.
4. Reading Settings: Full Posts vs Excerpts
The homepage defaults to showing full post content. This creates long, slow-loading pages. I change “For each article in a feed, show” to Summary.
Blog indexes display excerpts with Read More links. Page load times decrease dramatically. Users scan content quickly. SEO benefits from proper content hierarchy.
5. General Settings: Remove “Just another WordPress site”
The default tagline wastes branding opportunity. In Settings > General, I delete “Just another WordPress site” entirely.
The field stays blank unless a specific tagline adds value. Search results show clean branding. Professional appearance starts with details.
6. Writing Settings: Default Post Category
Uncategorized posts look amateur. I create a “Blog” category during setup, then set it as default in Settings > Writing.
Every new post automatically assigns to Blog category. Organization stays consistent. Clients avoid confusion about categorization.
7. Privacy Policy Page Creation
Legal requirements demand privacy policies. WordPress offers a template, but doesn’t create the page automatically. I publish the sample page and link it in the footer.
The process takes thirty seconds. Compliance happens from day one. Clients avoid legal exposure.
8. User Profile: Disable Visual Editor for Specific Roles
The block editor confuses non-technical users. For client editor accounts, I disable the visual editor in Users > Profile.
Check “Disable the visual editor when writing.” The classic editor provides familiar experience. Content updates happen without training wheels.
9. Dashboard Welcome Panel: Remove Distractions
The welcome panel shows unnecessary information. I remove it with a simple code snippet in functions.php:
remove_action('welcome_panel', 'wp_welcome_panel');
The dashboard becomes clean workspace. Clients focus on content, not WordPress announcements.
The 10-Minute Setup Sequence
- Install WordPress
- Change permalinks to Post name
- Disable comments globally
- Set media sizes to 0
- Show excerpts on homepage
- Remove default tagline
- Set default category to Blog
- Create and publish privacy policy
- Disable visual editor for clients
- Remove welcome panel
This sequence prevents common issues before they occur. The site starts with professional configuration.
The Impact of Small Changes
These settings prevent:
- Ugly URLs in marketing materials
- Comment spam overwhelming moderation
- Storage bloat from unused images
- Slow-loading blog indexes
- Amateur taglines in search results
- Uncategorized content chaos
- Legal compliance gaps
- Client confusion with block editor
- Distracted dashboard experience
Client Experience Transformation
Clients receive sites that feel purpose-built. URLs make sense. Images load quickly. Content organizes logically. The admin area focuses on their tasks.
The Professional Standard
These nine changes separate hobby sites from business assets. They require zero plugins. They cost nothing. They prevent hours of cleanup later.
Consistency Across Projects
The checklist lives in my project management system. New sites inherit professional configuration automatically. Quality becomes default, not exception.
The Psychology of Settings
Defaults signal care. Clean URLs show attention to detail. Organized categories demonstrate planning. Fast loading images prove performance focus. Clients trust professionals who sweat the small stuff.
Beyond the Initial Setup
These settings create foundation for growth. Clean URLs support content strategy. Disabled comments prevent spam overhead. Organized media enables optimization. The site scales gracefully.
The Final Handover
Clients receive documentation of all changes. They understand why each setting matters. The site feels intentionally designed from first login.
Implement these nine changes on your next WordPress installation. Watch common problems disappear. Build sites that impress from the first visit.