Most “how to start a blog” tutorials are written by people who set up a demo site for the purpose of writing the tutorial. This one isn’t. This is the exact process I used to get this blog running on Hostinger — in the order I did it, including the parts where I wasn’t sure what I was doing.
If you want the performance numbers first, I wrote a separate piece on one month of using Hostinger with real speed test data. This article is the setup walkthrough.
Before You Start: One Decision That Matters
Choose your plan term before you buy. Hostinger’s promotional pricing applies to the initial term — the longer you commit upfront, the lower the monthly rate, and you lock it in. I went with a multi-year plan. If you’re genuinely planning to keep a blog for more than a year (and you should be, or don’t start), the longer term makes financial sense.
For a personal blog or small site, the Business shared hosting plan covers everything: enough storage, solid performance, WordPress pre-optimized on LiteSpeed servers.
(Affiliate link — your price is unchanged.)
👉 See Hostinger’s current plans →
Step 1: Pick a Domain Name
During checkout, Hostinger offers a free domain with most plans. If you already have one elsewhere, you can connect it later — not complicated.
On naming: go with .com if you can. Keep it short, readable when spoken aloud, no hyphens. Don’t overthink it — the name matters far less than whether you actually write.
Step 2: Log Into hPanel and Orient Yourself
After purchase you get access to hPanel — Hostinger’s control panel. First impression: clean. I’ve used cPanel on other hosts and always found it overwhelming. hPanel has a logical layout and I never needed to Google where anything was, which is unusual for a new hosting dashboard.
The sections you’ll actually use: Websites (manage WordPress), Domains (DNS), Emails (professional email), Files (file manager and FTP), Advanced (PHP version, databases).
Step 3: Install WordPress — 90 Seconds
In hPanel: Websites → Add Website → WordPress. Choose your domain, set an admin username and password, click install.
Hostinger installs WordPress with LiteSpeed already configured underneath. No manual server setup. This is the main practical advantage over a bare VPS where you’d configure the web server yourself.
After installation, your admin panel is at yourdomain.com/wp-admin.
Step 4: Activate SSL (One Button)
In hPanel: Security → SSL → Activate. Free certificate, activates in a few minutes.
After activation, confirm your WordPress URLs use HTTPS: WP Admin → Settings → General. Both the WordPress Address and Site Address should start with https://.
Step 5: Choose a Theme — 30 Minutes Maximum
In WordPress Admin → Appearance → Themes → Add New, search for Astra or GeneratePress. Both are free, fast, and play well with SEO plugins. Install one, activate it, move on. You can change later.
Don’t spend more than 30 minutes here. Content matters, not aesthetics.
Step 6: Four Plugins — No More on Day One
| Plugin | What it does | Cost |
|---|---|---|
| LiteSpeed Cache | Caching, performance, WebP image conversion | Free |
| Rank Math SEO | Meta tags, sitemap, schema | Free tier sufficient |
| WPForms Lite | Contact form | Free |
| Wordfence | Security scanning (optional) | Free tier available |
That’s it. No social share plugins, no popup plugins, no backup plugins on day one. Start minimal.
LiteSpeed Cache: Two Settings to Change Immediately
Go to LiteSpeed Cache settings and enable:
- Image Optimization → Next-Gen Image Format → WebP ON — converts images to WebP automatically. My homepage dropped from 2.3 MB to ~2 MB after enabling this.
- Image Optimization → Preserve EXIF data → OFF — camera GPS and copyright metadata adds file size with zero benefit to web visitors.
Rank Math: Run the Setup Wizard
After installing Rank Math, run its setup wizard. Connect Google Search Console when prompted. Set your site type, add social URLs if you have them, and let it generate your sitemap at yourdomain.com/sitemap_index.xml.
Step 7: Submit to Google Search Console
Go to Google Search Console, add your property, verify ownership (Rank Math can handle this automatically). Then submit your sitemap URL under the Sitemaps section.
For every new article you publish: paste the URL into the Search Console search bar and click Request Indexing. This pushes Google to crawl it within hours rather than weeks.
Step 8: Write Something Before You Touch Anything Else
After finishing the setup above, I spent two hours writing my first post rather than exploring more settings. The technical foundation was solid and the only missing piece was content. Everything else — theme customization, additional plugins, social setup — can wait.
A blog with three genuine articles and a plain theme will outrank a perfectly designed blog with no content. Every time.
One Thing That Tripped Me Up: FTP File Visibility
I noticed a mismatch between what my FTP client showed and what the browser was actually serving. Files I expected via FTP weren’t visible, and things showing up on the live site weren’t in the FTP directory.
The site worked perfectly throughout — this appears to be a LiteSpeed caching or directory mapping behavior rather than an actual file issue. If you see something similar: check the browser first before assuming files are missing. Full details in my Hostinger review.
Total Time: Under Two Hours
From purchase to a live WordPress site with SSL, theme, and core plugins installed: under two hours. Most of that is waiting for things to propagate, not active work.
Coming from BandwagonHost VPS, the difference in setup friction was significant. No server configuration, no manually installing PHP or MySQL, no debugging a web server that won’t start. It just works.
Checklist
- ☐ Purchase plan + domain
- ☐ Install WordPress via hPanel (one-click)
- ☐ Activate SSL certificate
- ☐ Install Astra or GeneratePress theme
- ☐ Install LiteSpeed Cache → enable WebP → disable EXIF
- ☐ Install Rank Math → run setup wizard → connect Search Console
- ☐ Submit sitemap to Google Search Console
- ☐ Write your first article
- ☐ Request indexing in Search Console after publishing
Affiliate disclosure: Hostinger links above are affiliate links. I earn a commission if you purchase through them, at no cost to you. I run this blog on Hostinger.
Leave a Reply