The hidden setting that hides you from Google
There's a tiny checkbox in WordPress that can make your whole site invisible to search engines. It's under Settings, then Reading: "Discourage search engines from indexing this site."
Why it exists: while you're building, you don't want Google showing a half-finished site. So developers tick it on purpose.
The trap: people forget to untick it at launch. Months later they wonder why they get zero search traffic, and it's this one box.
What to do:
— Keep it ticked while building privately.
— On launch day, go to Settings, then Reading, and uncheck it.
— Double-check it's unchecked after any developer hands the site back to you.
In plain words: one checkbox can hide you from Google, so make unchecking it part of your launch list.
There's a tiny checkbox in WordPress that can make your whole site invisible to search engines. It's under Settings, then Reading: "Discourage search engines from indexing this site."
Why it exists: while you're building, you don't want Google showing a half-finished site. So developers tick it on purpose.
The trap: people forget to untick it at launch. Months later they wonder why they get zero search traffic, and it's this one box.
What to do:
— Keep it ticked while building privately.
— On launch day, go to Settings, then Reading, and uncheck it.
— Double-check it's unchecked after any developer hands the site back to you.
In plain words: one checkbox can hide you from Google, so make unchecking it part of your launch list.
Why a "child theme" saves your custom work
A theme controls how your site looks. A child theme is a small companion that sits on top of your main theme and holds your personal tweaks.
Why it matters: when you edit your theme's files directly and then update the theme, the update overwrites your changes. They vanish. A child theme keeps your edits in a separate, safe folder, so updates can't erase them.
How to get one:
— Many themes offer an official child theme to download from their site.
— Or use a free plugin like "Child Theme Configurator" to make one in a couple of clicks.
— Activate the child theme, and put any custom code there instead of the parent.
Think of the parent as a rented apartment and the child theme as your own removable decorations.
In plain words: a child theme protects your custom changes so theme updates can't wipe them out.
A theme controls how your site looks. A child theme is a small companion that sits on top of your main theme and holds your personal tweaks.
Why it matters: when you edit your theme's files directly and then update the theme, the update overwrites your changes. They vanish. A child theme keeps your edits in a separate, safe folder, so updates can't erase them.
How to get one:
— Many themes offer an official child theme to download from their site.
— Or use a free plugin like "Child Theme Configurator" to make one in a couple of clicks.
— Activate the child theme, and put any custom code there instead of the parent.
Think of the parent as a rented apartment and the child theme as your own removable decorations.
In plain words: a child theme protects your custom changes so theme updates can't wipe them out.
That little padlock: what HTTPS really is
You've seen the padlock next to web addresses. It means the site uses HTTPS, a way of scrambling the connection so no one between you and the visitor can read it. The scrambling is handled by something called an SSL certificate.
Why it matters: without it, browsers show a scary "Not secure" warning, and visitors leave. Search engines also quietly prefer secure sites.
How to get it (usually free):
— Most hosts include a free certificate called "Let's Encrypt." Look for "SSL" in your control panel and turn it on.
— Then install the free "Really Simple SSL" plugin, which flips your whole site to https in one click.
— Confirm your address now starts with https and shows the padlock.
In plain words: HTTPS is a sealed envelope for your visitors' connection, and turning it on is usually free and one click.
—
Больше про wordpress — @WpSurgeryPro
You've seen the padlock next to web addresses. It means the site uses HTTPS, a way of scrambling the connection so no one between you and the visitor can read it. The scrambling is handled by something called an SSL certificate.
Why it matters: without it, browsers show a scary "Not secure" warning, and visitors leave. Search engines also quietly prefer secure sites.
How to get it (usually free):
— Most hosts include a free certificate called "Let's Encrypt." Look for "SSL" in your control panel and turn it on.
— Then install the free "Really Simple SSL" plugin, which flips your whole site to https in one click.
— Confirm your address now starts with https and shows the padlock.
In plain words: HTTPS is a sealed envelope for your visitors' connection, and turning it on is usually free and one click.
—
Больше про wordpress — @WpSurgeryPro
Try changes on a copy first (it's called staging)
A staging site is just a private duplicate of your website where you can test changes without visitors ever seeing them. Think of it as a sketchpad before you paint the real wall.
Why it matters: a new plugin or theme can clash with your site and break the front page. On a copy, a broken page costs you nothing.
How to do it:
— Many hosts have a one-click "Create staging" button in your control panel.
— Make your change there first, click around, check the homepage and one blog post.
— If it works, use the "Push to live" button to copy it over.
In plain words: test on a copy, then move it to the real site once you're sure.
A staging site is just a private duplicate of your website where you can test changes without visitors ever seeing them. Think of it as a sketchpad before you paint the real wall.
Why it matters: a new plugin or theme can clash with your site and break the front page. On a copy, a broken page costs you nothing.
How to do it:
— Many hosts have a one-click "Create staging" button in your control panel.
— Make your change there first, click around, check the homepage and one blog post.
— If it works, use the "Push to live" button to copy it over.
In plain words: test on a copy, then move it to the real site once you're sure.
What that "PHP version" warning actually means
WordPress runs on a programming language called PHP. PHP is simply the engine under the hood that builds your pages. Like phone software, it gets new versions, and old ones stop getting safety fixes.
Why it matters: an outdated engine is slower and easier for attackers to exploit. WordPress may show you a gentle warning in the dashboard.
How to fix it:
— Look for "PHP version" inside your hosting control panel, often under "Tools" or "MultiPHP Manager."
— Pick the highest version your host offers (8.1 or newer is great).
— Visit your homepage and one post afterward to confirm nothing looks off.
Don't worry, you can switch back in seconds if needed.
In plain words: PHP is your site's engine, and a newer one is safer and faster.
WordPress runs on a programming language called PHP. PHP is simply the engine under the hood that builds your pages. Like phone software, it gets new versions, and old ones stop getting safety fixes.
Why it matters: an outdated engine is slower and easier for attackers to exploit. WordPress may show you a gentle warning in the dashboard.
How to fix it:
— Look for "PHP version" inside your hosting control panel, often under "Tools" or "MultiPHP Manager."
— Pick the highest version your host offers (8.1 or newer is great).
— Visit your homepage and one post afterward to confirm nothing looks off.
Don't worry, you can switch back in seconds if needed.
In plain words: PHP is your site's engine, and a newer one is safer and faster.
Why "free" pirated plugins cost the most
You'll see sites offering paid plugins for free, called "nulled" versions. Nulled just means someone cracked the paid software and re-shared it.
Why it matters: these copies very often have hidden code that hands your site to strangers. They can add spam links, steal logins, or quietly redirect your visitors. There's no update channel either, so security holes never get patched.
The safer path:
— Use the free version from the official WordPress.org plugin directory.
— If you need a paid feature, buy from the real developer (often $30 to $60 a year).
— Search "[plugin name] free alternative" before paying.
In plain words: a pirated plugin is a free puppy that might bite, the real one is cheap peace of mind.
You'll see sites offering paid plugins for free, called "nulled" versions. Nulled just means someone cracked the paid software and re-shared it.
Why it matters: these copies very often have hidden code that hands your site to strangers. They can add spam links, steal logins, or quietly redirect your visitors. There's no update channel either, so security holes never get patched.
The safer path:
— Use the free version from the official WordPress.org plugin directory.
— If you need a paid feature, buy from the real developer (often $30 to $60 a year).
— Search "[plugin name] free alternative" before paying.
In plain words: a pirated plugin is a free puppy that might bite, the real one is cheap peace of mind.
