Choosing WordPress hosting is a requirements exercise, not a beauty contest of landing-page badges. WordPress needs PHP and MySQL. The host must run current PHP (here: 8.4), give you a database, speak HTTPS, and let you deploy files. Marketing claims about “unlimited,” one-click everything, and free email forever are usually someone else’s product story.
This guide is a numbered decision procedure for a weekend-sale campaign landing page. For geographic “where” framing, see where to host a WordPress website.
1. Write down what the site must do this month
For a campaign landing page, the honest list is short:
- A public HTTPS URL on a brand domain (or a subdomain you control).
- Editable headline, offer, and FAQ without redeploying from a laptop for every typo.
- A form or checkout path that notifies a human.
- Analytics you already trust.
- A backup you can restore if a plugin edit blanks the page Friday night.
If your list secretly includes “corporate email inboxes,” “global CDN,” and “someone else patches Elementor,” separate those buys. On WPHost there is no email hosting and no built-in CDN.
2. Confirm the stack matches WordPress, not a static toy
WordPress is PHP + MySQL. A static host or a Node-only PaaS is the wrong shape unless you abandoned WordPress. Choose a host that:
- Runs PHP 8.4 (or documents how you select it)
- Offers MySQL you can reach from the app
- Lets you upload or git-deploy the full tree
- Issues HTTPS on a preview hostname before DNS drama
WPHost does not offer a Softaculous-style one-click installer. You install WordPress. That is a feature of clarity, not a bug — you know what landed.
3. Price the plan against site count and storage
Honest prices here: $9 / $30 / $65 / $130. Starter is one site; Pro three with staging and cron; Scale ten; Business thirty with team seats. There is no forever-free tier.
For one campaign page, Starter often fits. Upgrade when you need staging for a contractor, more sites, or scheduled tasks that should not rely on random traffic hitting wp-cron.
Reject “unlimited bandwidth / unlimited sites” as a decision criterion unless the contract defines the soft limits in writing.
4. Separate backups, updates, and staging in the contract
Ask four blunt questions:
- Is deploy history files-only or a full WordPress backup?
- Who updates core and plugins?
- Does staging include a database copy process?
- What happens when WooCommerce is involved?
On WPHost: deploy history is files; use UpdraftPlus for DB-inclusive backups. Plugins are not auto-updated. Staging on Pro+ still needs a DB copy for real content. WooCommerce can run; there is no PCI product and no checkout SLA.
If a vendor promises “we handle everything” without saying who clicks Update, keep asking.
5. Worked example: weekend sale landing page
Scenario: a local shop runs a Saturday–Sunday discount. Marketing needs a page live by Thursday.
Choice path:
- Create a PHP site on Starter or Pro.
- Install WordPress on preview HTTPS (zip upload + MySQL + installer).
- Build one page: hero offer, three product photos compressed, FAQ, form or Stripe Payment Link.
- Install a backup plugin; take a full backup before ads spend.
- Attach the campaign subdomain after the page looks right; set
home/siteurlafter the custom cert exists. - On Pro, clone to staging if a freelancer will tweak copy Friday — copy the database so staging is not empty.
Skip installing a full WooCommerce catalog for a two-day promo if a Payment Link covers it. If you do use Woo, accept that hosting is not a payments compliance package.
6. Score the shortlist and stop shopping
Score hosts on: PHP/MySQL fit, HTTPS order of operations, backup honesty, update ownership, plan price clarity, email/CDN honesty. Pick one. Migrating later is possible — see how to start WordPress hosting and how to make a WordPress site live — but choosing forever wastes the campaign calendar.
What to skip when choosing
Skip roundups of forty hosts with affiliate stars. Skip “best for SEO” claims that are just shared hosting with a cache plugin. Skip vendors that bury renewal prices. Skip assuming mailboxes come with web hosting. Skip treating a free preview URL as a domain you own for printed materials.
What “done” looks like
Done choosing means: plan purchased, constraints written (no email, no CDN, you own updates), install path understood (no one-click), backup plugin planned, and the campaign page’s success metric defined (form submits or Payment Link hits) — not a PageSpeed vanity number.
Failure: expecting email mailboxes from web hosting
Teams often choose a host because the marketing site showed an “Email” tab in a screenshot from another decade. They cut over the website DNS, then discover info@ stops working or was never provisioned. WPHost does not host email. If you pointed MX at the web host by mistake, mail queues bounce while you scramble.
Choose hosting for PHP and MySQL. Keep mail at a mail provider. Change only the web records for the site. Print the MX targets in the runbook next to the A/AAAA records so the Friday campaign does not become a Monday inbox autopsy.
FAQ
How do I choose between $9 and $30?
Use $9 for one simple site. Choose $30 when you need staging, cron, more storage, or a second/third site without juggling accounts.
Is a host without one-click “worse”?
Not for people who want to know what was installed. You upload WordPress, create MySQL, run the installer. Takes minutes; avoids opaque “managed install” mystery meat.
Can I host WooCommerce if I might sell during the sale?
Yes, WooCommerce can run. There is no checkout SLA and no PCI product on WPHost. For a short campaign, a Payment Link may be simpler.
Does every WordPress host include a CDN?
No. WPHost does not bundle a CDN. If you need one, put Cloudflare (or similar) in front yourself and understand cache rules for wp-admin and carts.