Open https://yourdomain.com and complete the 5-minute setup wizard:
- Language: English (you'll add more languages later with Polylang)
- Site Title: Your Company Name
- Username: Choose a non-obvious admin username (not "admin")
- Password: Use a strong password
- Email: Your business email
- Site Title: Your Company Name
- Tagline: One-line description (e.g., "Leading Semi-Trailer Manufacturer in China")
- WordPress Address / Site Address:
https://yourdomain.com - Timezone: Your target market timezone
Select Post name: /%postname%/
This gives you clean, SEO-friendly URLs like yourdomain.com/product-name/.
- Homepage displays: A static page
- Create a "Home" page and a "Blog" page first, then set them here
- Uncheck "Allow people to submit comments on new posts" (unless you need blog comments)
- This reduces spam and improves security
Add the snippets from wp-config-extra.php to your wp-config.php:
docker compose exec wordpress bash
nano /var/www/html/wp-config.phpOr set them via WORDPRESS_CONFIG_EXTRA in docker-compose.yml (already included in our template).
Key settings:
WP_MEMORY_LIMIT= 256MDISALLOW_FILE_EDIT= true (security)FORCE_SSL_ADMIN= trueWP_POST_REVISIONS= 5
For a trade/manufacturing site, create these pages:
- Home — Hero banner, key products, company highlights
- About — Company story, factory photos, certifications
- Products — Product catalog
- Cases / Projects — Customer success stories
- Blog / News — Industry articles for SEO
- Contact — Contact form, office address, map
- FAQ — Common buyer questions
- Privacy Policy / Terms of Service — Legal pages