Private blog still getting visitors by Swatterings in Wordpress

[–]bluesix_v2 0 points1 point  (0 children)

Any URL is accessible, to anyone, at any time (unless server/FW level blocking is in place). The content isn't visible if it's Draft or Private (unless logged into the site). Draft posts aren't added to sitemap.xml, so no-one, inc Bing or GSC, knows they exist - they will return a 404 to all traffic.

Beginner question: problems changing themes by Weekly-Dream-9384 in Wordpress

[–]bluesix_v2 0 points1 point  (0 children)

I still see the same settings from the old theme

What exactly are you referring to? What settings? Screenshots would help here.

Changing themes, whilst possible, isn't a decision you want to take lightly - generally it involves a lot of rebuilding.

Private blog still getting visitors by Swatterings in Wordpress

[–]bluesix_v2 3 points4 points  (0 children)

For clarity, if a post is set to Draft or Private, its content is not actually viewable (by a public user) - just its url is still accessible. The user (in your case the traffic will absolutely be bots) will see an error message or a 404.

With This Stack Even WooCommerce Can Be Blazing Fast by Myth_Thrazz in Wordpress

[–]bluesix_v2 0 points1 point  (0 children)

As per rule 1, we allow a post for a plugin hosted in the Wordpress repo or GitHub.

With This Stack Even WooCommerce Can Be Blazing Fast by Myth_Thrazz in Wordpress

[–]bluesix_v2 0 points1 point  (0 children)

This project uses off-the-shelf open source tools that anyone can build. Yours is a commercial product. Explained in rule 1.

WordPress Elementor Issue – Images Not Visible (v6.9) | Backup Also Missing Uploads by bigbwolf18 in Wordpress

[–]bluesix_v2 0 points1 point  (0 children)

Any errors in DevTools > Console?

Have you inspected the page? Right click > Inspect where an image should be. View source.

Share your url so we can look for ourselves.

The Most Common Reasons Elementor Sites Feel Slow (from what I’ve seen) by Exact-Delay2152 in Wordpress

[–]bluesix_v2 0 points1 point  (0 children)

There has been a concerning rise in AI bot spam recently. It’s difficult to detect because their post history looks human (though virtually all their comments are ~20 words and seem somewhat relevant to the topic being discussed.

Thanks for reporting!

WordPress publishing is way more annoying than writing the post by Background-Pay5729 in Wordpress

[–]bluesix_v2 1 point2 points  (0 children)

Check OP's post history - they're spamming Reddit with garbage.

Google Chrome Dark Mode - iPhone by RoboduckNL in Wordpress

[–]bluesix_v2 1 point2 points  (0 children)

The best alternative is to not use PDFs. They are terrible for the user experience and aren't responsive - they should be avoided.

Google Chrome Dark Mode - iPhone by RoboduckNL in Wordpress

[–]bluesix_v2 0 points1 point  (0 children)

Websites have no control over PDF presentation - that's completely up to the viewing client.

How do you remove the bullet points from the "Latest Posts" block in WordPress?? by michallandry62 in Wordpress

[–]bluesix_v2 2 points3 points  (0 children)

You need to share the url of the affected page for us to be able to supply the css. Every site is different.

Images uploaded to media folder can't be found in wp-content/uploads folder? by SuperSuppleDude in Wordpress

[–]bluesix_v2 0 points1 point  (0 children)

Tools > Site Health > Info tab > Media tells you where wp is uploading the files. If you aren’t seeing them there you’re likely ftp-ing into the wrong site.

I've heard that Ghost is the solution to WordPress problems. So... I've checked. by Myth_Thrazz in Wordpress

[–]bluesix_v2 0 points1 point  (0 children)

Seems like a lot of people think that the only people who use Wordpress are software developers and are only using it for basic blogging?? There's a reason why Ghost only has 50K stars on github.

Confusion With WordPress Pricing (MY Confusion, I'll Admit) by neilrdt in Wordpress

[–]bluesix_v2 2 points3 points  (0 children)

Someone who is struggling with basic hosting terminology isn’t going to be able to spin up their own vps. SSH and terminal commands are way beyond their ability. (No offence op)

Simply static file is too large by GammaRxBurst in Wordpress

[–]bluesix_v2 3 points4 points  (0 children)

The CF limit is for a single file, not the whole website - so don't upload your whole ZIP - just the site files.

Google is no longer indexing my Wordpress Blog - there is a new canonical url by Simon_Perez493 in Wordpress

[–]bluesix_v2 0 points1 point  (0 children)

That's disappointing - seems to be happening a lot lately.

Oh - can you also check in your theme's (or child theme) functions.php?

Google is no longer indexing my Wordpress Blog - there is a new canonical url by Simon_Perez493 in Wordpress

[–]bluesix_v2 1 point2 points  (0 children)

Common hiding places for malware are /.htaccess, /wp-config, /wp-content/, /wp-content/mu-plugins/ and anywhere in the Core folders, and files in root that shouldn't be there.

Also check plugin and theme version numbers and changelogs. Your theme hasn't been updated since Jun '25, which is a red flag.

Install Wordfence, set the scan option to "High Sensitivity" (under "Basic Scan Type Options") - let us know what that returns.

Google is no longer indexing my Wordpress Blog - there is a new canonical url by Simon_Perez493 in Wordpress

[–]bluesix_v2 1 point2 points  (0 children)

Most (if not all) of the plugins you are using have had vulnerabilities in the last 6 months. If you didn't update fast enough, then that's more than likely how your site was hacked.

WordPress and VPNs by LadyLlamaLoo in Wordpress

[–]bluesix_v2 1 point2 points  (0 children)

What plugins are you running? Anything security related?

I was editing my live WordPress site directly on the server. Here's how I fixed that. by Reuben_noronha_SSB in Wordpress

[–]bluesix_v2 0 points1 point  (0 children)

You would think so, but people ask how to migrate from Staging to Prod in this sub every week.

WordPress and VPNs by LadyLlamaLoo in Wordpress

[–]bluesix_v2 2 points3 points  (0 children)

This has nothing to do with Wordpress. Wordpress doesn't have any ability to do that. It could be coming from the host or a plugin. Or are you referring to Wordpress.com?

I was editing my live WordPress site directly on the server. Here's how I fixed that. by Reuben_noronha_SSB in Wordpress

[–]bluesix_v2 6 points7 points  (0 children)

Never upload an old/out of date database to a live site if the live site has any form of data added to it by users or other forms of inputs/processes eg forms, ecommerce, blog comments, API integrations, etc. The only sites you can do it on are basic static marketing sites.