WP From Scratch
20 subscribers
15 photos
4 links
WordPress explained plainly, one step at a time. No jargon you don't understand -- just clear how-tos for building and running your first sites.
Download Telegram
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.
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.
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.
Pairs well with this channel

@TheManagedMemo — Inside scoop on the managed hosting world: acquisitions, price hikes, platform… Quietly one of the better feeds in the space.
The smart middle ground for auto-updates

WordPress can update itself automatically. You don't have to choose between "update everything blindly" and "never touch it." There's a calmer middle.

A gentle setup that works for beginners:
— Turn ON auto-updates for WordPress security releases (the small X.Y.1 ones). These are tiny safety patches and almost never break anything.
— Leave plugins and themes on MANUAL, then update them yourself once a week.
— Before any manual update, run a quick backup (one click with most backup plugins).

Why split it this way: security patches are urgent and safe, while feature updates are the ones that occasionally cause hiccups.

In plain words: let WordPress auto-patch its own safety holes, but update plugins by hand after a backup.
WordPress.org vs WordPress.com (the confusing twins)

Two sites, almost the same name, very different things. This trips up nearly everyone.

WordPress.org gives you the free software to install on your own hosting. You own everything and can use any plugin or theme. This is what most tutorials mean by "WordPress."
WordPress.com is a paid hosting service that runs that software for you. Easier, but the cheaper plans block plugins and custom themes.

Why it matters: if you follow an .org tutorial about installing a plugin on a free .com account, you'll get stuck, because the feature simply isn't there.

A quick test: if you can install any plugin you want, you're on .org-style self-hosted WordPress.

In plain words: .org is the software you run yourself, .com is a host that runs it for you.
Resize photos before uploading, not after

Here's a mistake almost every beginner makes: uploading a photo straight from the phone or camera. Those are often 4000 pixels wide and several megabytes, far bigger than any screen needs.

Why it matters: huge images make pages slow to load, and slow pages lose readers and rankings. WordPress keeps the original, so it never shrinks on its own.

How to do it right:
— Most blog images only need to be about 1200 to 1600 pixels wide.
— Resize on a free site like Squoosh or TinyPNG before uploading.
— Aim for under 200 kilobytes per image where you can.

A pixel is just one tiny dot of the image, and fewer dots means a lighter file.

In plain words: shrink your photos before they go up, your pages will load far faster.
Changing your permalink structure later breaks links

A permalink is the web address of a single post, like yoursite.com/my-first-recipe. WordPress lets you change the pattern in Settings, but doing it after you've published is risky.

Why it matters: every old address suddenly leads nowhere. Anyone who bookmarked or linked to you hits a "page not found," and Google drops those pages until it re-learns the new addresses.

What to do:
— Pick "Post name" structure on day one (Settings, then Permalinks). It's the cleanest for readers and search engines.
— If you must change it later, set up redirects (a redirect quietly forwards an old address to the new one) using a plugin like Redirection.

In plain words: choose your address format before publishing, because changing it later sends visitors to dead ends.
"Too many plugins" is the wrong worry

Beginners hear "don't use too many plugins" and panic at having ten. The real issue isn't the count, it's the quality.

A plugin is an add-on that gives WordPress new abilities. Twenty well-built, lightweight ones can run smoother than three bloated, abandoned ones.

What actually matters:
— Is it updated recently? Check the "Last updated" date on its plugin page. Older than a year is a yellow flag.
— Does it do one job well, or try to do everything?
— Remove plugins you no longer use, don't just deactivate them, because deactivated ones still sit in your folder.

Why: each plugin is extra code that loads on your page, so unused or sloppy ones are the drag, not the number.

In plain words: judge plugins by how well-kept they are, not by how many you have.
Never use "admin" as your username

When you install WordPress, you pick a username for logging in. A surprising number of people choose "admin," and attackers know it.

Why it matters: hackers run bots that try logging in with "admin" plus thousands of guessed passwords. Half the puzzle is already solved if they know your username. Worse, your username can sometimes be visible in the web address of your author page.

What to do:
— Pick something unguessable as your login name, not "admin" or your site's name.
— Already stuck with "admin"? Create a new administrator account with a fresh name, log in as that, then delete the old one (assign its posts to the new user).
— Add a strong password while you're there.

In plain words: a secret username is the lock and the password is the key, don't hand out the lock for free.
Categories vs tags, made simple

WordPress gives you two ways to organize posts, and people mix them up constantly.

— Categories are the big sections of your site, like the chapters of a book. A post belongs in one, maybe two. Examples: Recipes, Travel, Reviews.
— Tags are tiny labels for specific details inside a post, like the words in a book's index. Examples: vegan, budget, summer.

Why it matters: dumping 30 tags on every post creates dozens of near-empty pages that confuse readers and search engines. Clean structure helps both find their way.

A simple rule:
— Pick 5 to 8 categories total for your whole site.
— Use 2 to 4 tags per post, and reuse the same ones across posts.

In plain words: categories are your chapters, tags are your index, and fewer of each beats a messy pile.
Why your changes "won't show up" (it's caching)

You edit a page, refresh, and see the old version. Frustrating, but it's usually caching, not a bug.

Caching means saving a ready-made copy of your page so it loads faster for visitors. Like a coffee shop pre-making popular drinks. The trade-off: you might be served yesterday's copy.

Where copies hide:
— Your caching plugin (like WP Super Cache or LiteSpeed).
— Your browser, holding its own copy.
— Sometimes your host or a service like Cloudflare.

How to see the real page:
— Click "Clear cache" or "Purge all" in your caching plugin.
— Open the page in a private/incognito window, which ignores your browser's copy.

In plain words: caching serves a saved snapshot for speed, so clear it when your edits seem invisible.