If you are new to WordPress, hosting marketing will try to recruit you with two stories. Story A: WordPress is a scary server hobby. Story B: WordPress is a magic button that never needs you again. Both are wrong.
WordPress is software you install. Hosting is a computer that runs PHP and talks to MySQL over HTTPS. WPHost is the second thing, on PHP 8.4, with an honest admission: there is no one-click WordPress installer today. You upload a zip, create a database, finish the installer in the browser. That is the same “five-minute install” WordPress.org has documented for years — slightly less glamorous than a marketplace button, much closer to reality.
WordPress.org versus WordPress.com
WordPress.org is the open-source CMS. You (or your host) run it on PHP hosting you control. Themes and plugins from the wider ecosystem work here. You are responsible for updates in wp-admin. WPHost is in this world.
WordPress.com is a hosted product with its own plans, constraints, and upsells. It is fine for some people. It is not what this guide means by “WordPress hosting,” and WPHost is not WordPress.com.
When a beginner tutorial says “get WordPress,” ask which one. If someone sold you a “free .com site” and you now want WooCommerce freedom or arbitrary plugins, you may be leaving .com for self-hosted .org — a migration, not a theme change.
What beginners actually need
You need four outcomes:
- A public URL that speaks HTTPS.
- PHP that can run
index.php. - A MySQL database.
- A working
/wp-adminwhere you write posts.
You do not need to learn Linux packaging, Nginx syntax, or cPanel folklore. You also do not need twenty plugins on day one.
On WPHost the beginner path looks like:
- Sign up (trial is short — about a day — then paid plans).
- Create a PHP site.
- Upload WordPress from wordpress.org as a zip.
- Provision MySQL; put credentials in
wp-config.php. - Open the preview URL; complete the installer.
- Later: attach your domain; set WordPress Address and Site Address to https.
Full click-path: how to host a WordPress website. Configuration detail: how to set up WordPress hosting.
Plans in plain language
| Plan | Price | Sites | Storage | Notes |
|---|---|---|---|---|
| Starter | $9/mo | 1 | 2 GB | One blog or brochure site |
| Pro | $30/mo | 3 | 10 GB | Staging, more room |
| Scale | $65/mo | 10 | 30 GB | Multi-site freelancers |
| Business | $130/mo | 30 | 100 GB | Teams |
No email hosting, no cPanel, no built-in CDN, no nonprofit coupon. Deploy history can restore files after a bad upload; it is not a full WordPress backup of your database. Install UpdraftPlus (or similar) early — see SSL and backups.
What you will still do in wp-admin
WPHost does not auto-update WordPress core or plugins. When the dashboard says updates are available, you run them (ideally after a backup). That scares some beginners. The alternative — a host that updates everything silently — scares people who have watched an auto-update brick a page builder. Pick your fear; we are explicit about ours.
You will also:
- Choose a theme.
- Install only plugins you understand.
- Write content.
- Create strong admin passwords and, soon, 2FA.
Security basics for humans: secure WordPress hosting.
Beginner mistakes we see constantly
Installing on the domain before the site works. Use preview HTTPS first. Domain last. Prevents redirect loops when Settings → General still says http://.
Zipping the wrong folder. If the deploy contains a single wordpress/ directory and the site 404s, re-upload the inner files.
Skipping the database. WordPress without MySQL is an incomplete install. Create DB from the dashboard before the browser installer.
Twenty plugins on day one. Each plugin is code you must update. Start with backup + maybe SEO. Add cache later when you feel pain — and test cache on staging if you are on Pro+.
Expecting inbox@yourdomain from the web host. Buy email elsewhere. Point MX there. Web and mail are different products.
Believing “unlimited” $2.99 coupons. Cheap can be honest ($9 for one real site) or fantasy. See cheap WordPress hosting.
A gentle first-week curriculum
Day 1. Install on preview. Change the tagline. Delete Hello Dolly if it appears. Set permalinks.
Day 2. Backup plugin. Real admin password in a password manager.
Day 3. Theme that is actively maintained. Avoid abandoned “480 theme pack” bundles.
Day 4. One form plugin + SMTP toward a real mail provider if you need contact forms.
Day 5. Custom domain, certificate, https siteurl/home. Custom domain guide.
Day 6. Read what “managed” means so ads cannot redefine it: what is managed WordPress hosting.
Day 7. Publish something imperfect. Hosting is ready long before your about page is.
When beginners should pick something else
Choose WordPress.com or a full concierge managed WP host if you refuse to click “Update” forever and will pay for that refusal. Choose a website builder if you do not want PHP, plugins, or a database. Choose WPHost if you want the real CMS on a visible PHP/MySQL host without pretending we are your part-time sysadmin for WooCommerce.
WooCommerce can run here for small stores. There is no checkout SLA, no PCI product, no Elasticsearch. Beginners building a catalog of three products can be fine; beginners dreaming of “Amazon but WordPress” should read WooCommerce hosting before importing 50,000 SKUs.
Glossary without shame
- PHP — language WordPress is written in. You host PHP; you rarely write it.
- MySQL — database. Posts live here.
- wp-config.php — credentials and salts file.
- wp-admin — the dashboard.
- Staging — a separate copy for testing (Pro+); copy the database yourself if you need real content there.
- Deploy — uploading a new file release. Roll back files ≠ restore posts.
Longer map of the whole topic: WordPress hosting guide. Conceptual definition: what is WordPress hosting.
FAQ
Is WordPress free?
The software from WordPress.org is free. Hosting, domains, premium themes, and your time are not. Budget at least Starter ($9/mo) plus a domain.
Do I need coding skills?
No. Uploading a zip, pasting database values, and using wp-admin is enough for a standard site.
Why won’t you one-click install WordPress?
We do not offer that today. The trade is clarity: you see the files and the database. If you need Softaculous-style buttons, other hosts sell that UX.
Can I start without a custom domain?
Yes. Preview HTTPS works immediately. Add the domain when you are ready; then update WordPress Address and Site Address.
Will you update my plugins for me?
No. You update in wp-admin. Schedule a monthly reminder. Back up first.