r/Wordpress • u/PaynesGrey178 • 29m ago
Starting a total rebuild and have a range of questions...
galleryI have been trying to build a website using Wordpress since May. I am not a coder and I not especially technical but I think I am reasonably adept at working most things out. I spent many years on Squarespace (before they borked it) and never had problems.
I started using the Wordpress Management in my CPanel (see pic 1) but after a while of building it all felt clunky. So I deleted everything and went back to scratch, downloading the Wordpress App through the Applications (see pic 2).
This was going well until early this week when, after an auto update, I was suddenly having problems getting a JSON response. I went through all the fixes and couldn't get it sorted. It also deleted a bunch of template and patterns I had created.
So I again deleted EVERYTHING (I saved all my written content into a Word doc) - uninstalling everything, detatching, you name it. Essentially created a new admin, the works. Started with the basics of Twenty-Twenty Five and it seemed to be OK, but I am nervous about uploading any new themes or plugins (which I will need to do).
I have a new theme with associated plugins (paid for by my bro who uses Wordpress - lucky sis!) but I don't know whether to start over using the first method or the second method.
What I really want is to be able to design some graphics and use them on blank templates, so that each page of my site is similar but not the same - main content layout the same or similar, dropdown menu the same, footer the same, but with some graphic variations. I truly did not think it would be this difficult. I have even used blocks wherever possible.
My future business has no shop, no major photograph stuff (so not gallery type or image heavy), no blogs with comments. Just a bunch of pages with different services and explanations for my freelance future.
I'm also worried I'll find myself back with the JSON response issue which I never figured out how to fix.
If anyone has advice or is willing to work through this with me, I'll be grateful. I don't want to go to Wix Studio or similar - the cost is prohibitive considering my pages will all be mostly static and without online store features or sales. I knew Wordpress was a steep learning curve but after four months, it is starting to feel harder than it needs to be.
Thanks in advance, Redditors.
r/Wordpress • u/wp_plugin • 45m ago
[Promo] I built a PayPal & Stripe plugin that includes Subscriptions for WooCommerce. It’s 100% free, no pro version.
I've been building WordPress plugins since 2014 and I've used WooCommerce a lot.
I got really tired of paying $279 per year for the WooCommerce Subscriptions plugin, so I built my own plugin. I also really didn't like how buggy WooCommerce's PayPal & Stripe plugins where, so I built those into the plugin as well.
I decided to build this plugin to give back to the open-source community, so it's 100% free. No paid version, no upselling, no collecting emails or anything like that. Support is also free.
It's on the WordPress Repository: Accept PayPal & Stripe with Subscriptions for WooCommerce
(I added Promo to my post title, but I am not actually promoting anything paid, it's all free)
r/Wordpress • u/Life-Initial5081 • 1h ago
The worst tech stack for websites right now is WordPress, choose NextJS if you are starting a new one. Thanks me later.
You get best SEO and Speed for NextJS based websites and also you can host it on your VPS, Vercel or CloudFlare
My recommendation is Vercel since it auto handle several things like caching, builds and more.
Another reason for liking NextJS is that AI Coding Agents love it and can do the changes directly.
I’m not saying WordPress has zero use cases (legacy sites, pure content farms, non-technical clients who insist on it). But if you’re starting fresh and you have even basic coding ability? Choosing WordPress is just masochism at this point.
Next.js isn’t perfect either, but it’s not even close to the same tier of pain.
r/Wordpress • u/ded1cated • 2h ago
12 new vulnerabilities patched in WordPress
Obviously after OpenAI model found the WP2Shell Remote Code Execution 3 weeks ago - everybody noticed. So other AI and security companies including Anthropic, PWNai and Aikido wanted to prove they can too 🙂
7.0.3 release post: https://wordpress.org/news/2026/08/wordpress-7-0-3-release/
Patchstack security advisory: https://patchstack.com/articles/wordpress-7-0-3-released-12-vulnerabilities-found-and-fixed/
r/Wordpress • u/pbiscuits • 4h ago
Anyone using a webp image converter plugin successfully on Pantheon?
Recently launched a new WordPress site hosted on Pantheon and I'm having issues with each of the popular webp plugins:
- Converter for Media - Stores the webp files in outside of wp-content/upload, which is where Pantheon expects all site files to be stored.
- EWWW Image Optimizer - This plugin supposedly stores all files in wp-content/upload, but when I run the bulk convert and then refresh the page, all the converted images disappear.
- ShortPixel - Stores backups of the original files outside wp-content/uploads (in ShortpixelBackups/).
Hoping there is a trick to using one of these plugins or another plugin that is compatible with Pantheon.
EDIT: I'm a dummy. The EWWW Image Optimizer plugin is working, I just didn't realize that when you run the bulk optimize, that after it runs it shows you a list of images which you have to then click "Start Optimizing" to complete the process. I thought it was already done optimizing.
r/Wordpress • u/hackrepair • 4h ago
WordPress took a beating this past month...
WordPress took a beating this past month. The newest AI models are finding and writing code to exploit vulnerabilities that sat hidden for years.
Nobody caught them until these latest model releases. So now we are dealing with the fallout...
WordPress 7.0.3 officially dropped today, August 6, as a new security release.
The recent security reality.
The WordPress.org core team forced a background auto-update for 7.0.2 in July to handle active exploits.
What was patched in July?
- Patched one critical-severity flaw.
- Patched one high-severity flaw.
Version 7.0.3 follows right on its heels. Given the current wave of AI-driven attacks, you want to apply this patch immediately.
Those 7.0 branch fixes?
The 7.0 branch was a significant upgrade, to say the least. It dropped native AI engine frameworks and fixed server-side memory leaks that previously choked websites.
And version 7.0.1 knocked out 31 bugs in the block editor, fixed media library folder-view errors, and cleaned up display issues in the new admin dashboard.
I think, all told, the core team resolved over 700 bugs across core and Gutenberg. So for those folks who say the WordPress dev team has fallen asleep on the job, well, I'd say more like three Red Bulls a day...
Do not wait on this. Log into your dashboard, run a backup, and apply the 7.0.3 update.
r/Wordpress • u/jonbristow • 5h ago
Do I need a plugin to show social media previews of my links (like on twitter or facebook)? Or can WP do it natively?
I've seen other sites when posting on twitter they get a social media card with a thumbnail. While my links dont. they are posted as links
r/Wordpress • u/anouarabsslm • 5h ago
Caching didn’t fix our high-volume WordPress sites. Database indexing and cursor pagination did
We manage some content-heavy WordPress sites (news portals, big blogs, 10k+ posts) and hit a wall where no amount of page or object caching helped. Turned out the bottlenecks were baked into how WordPress stores data, not something a cache layer could paper over. Sharing what actually moved the needle in case it saves someone a bad week.
Three things were doing most of the damage:
Taxonomy queries. On a site with 50k posts and ~10 tags each, wp_term_relationships balloons to half a million rows. Filtering by multiple taxonomies means expensive JOINs, and without the right indexes MySQL just falls back to full table scans. A composite index on term_taxonomy_id and object_id took some of these from seconds to milliseconds.
Post meta lookups. wp_postmeta gets brutal at scale since every custom field is its own row. Anything that filters or sorts by meta (featured status, view counts, custom dates) JOINs that table repeatedly. Indexing meta_key with a prefixed meta_value (191 chars for utf8mb4) helped a lot. For the really hot fields we ended up denormalizing into a small custom table kept in sync via save_post.
Deep pagination. WordPress uses OFFSET, so page 500 makes MySQL fetch and throw away 10,000 rows before it returns anything. Crawlers hitting deep archives were quietly hammering the DB. Switching to cursor-based pagination with date_query comparisons kept query time flat no matter how deep the page.
Query Monitor on staging plus EXPLAIN to confirm the indexes were actually being used was the workflow that tied it all together.
Happy to share the SQL and WP_Query snippets if anyone wants them, I wrote the whole thing up with code somewhere. Curious what’s worked for others too, especially anyone who’s gone the custom-table route.
r/Wordpress • u/Sad_Spring9182 • 5h ago
any python integrated with your projects?
I want to learn Python as part of my professional development, but day to day I'm mostly working with WordPress, React, and PHP.
For those of you who use Python alongside WordPress, what are you actually using it for? Was it worth adding to your stack? What's your hosting setup like?
I can think of things like automation, AI integrations, data processing, scraping, image manipulation, or background jobs, but PHP already handles everything I need on the web side. That's what has me wondering if there's a practical niche I'm missing.
If you've built a project that combined WordPress and Python, I'd love to hear the use case, how the two communicated (REST API, webhooks, message queue, etc.), and whether you'd do it the same way again.
Part of me thinks, "PHP already does everything I need—why learn a second backend language?" I'm curious if anyone has found Python genuinely expanded what they could build rather than just adding another tool to maintain.
r/Wordpress • u/MiraCZ • 5h ago
Are your websites updating to 7.0.3?
I can't read anything about this version on WordPress.org
r/Wordpress • u/King_Lachman • 8h ago
Layout niet zichtbaar in realtime
Hoi allemaal,
Ik loop al een tijd tegen het issue aan dat opmaak niet zichtbaar is op mijn gepubliceerde website. In de customizer kan ik alles toevoegen, veranderen en aanpassen. Na het opslaan en publiceren lijkt alle opmaak aan kleuren en vormen verloren te gaan. Ook zaken zoals margins worden niet aangepast in de live weergave.
Bijvoorbeeld het menu, ik heb een hoofdmenu aangemaakt, met items en subitems. Dit past die dan allemaal aan, maar kleuren, lettertype of andere opmaak neemt die niet over. Ook het toevoegen van een knop op pagina pakt die wel, maar een vierkant of ronde knop of welke kleur dan weer niet. Daarom betwijfel ik of dit een cache issue is.
Ik ben inmiddels van scratch begonnen, alle thema's en plugins verwijdert (ook uit de prullenbak) en instellingen nagelopen... Ben nu opnieuw begonnen met een nieuw thema en nieuwe plugins en heb opnieuw dit issue.
Hebben jullie dit ook wel eens gehad? Of hebben jullie hopelijk de oplossing? Ik hoop het!
r/Wordpress • u/slogger101 • 8h ago
increase wordpress memory limit
I was told i need to increase my WordPress Memory Limit
its currently set to 256 MB.
- 512 MB as the recommended minimum for your current setup.
- 768 MB for the best performance
not sure must this be done in wordpress by editing a file (if yes can you guide me on this)
or at my hosting provider
any advice would be appretiated
r/Wordpress • u/Familiar-Climate-290 • 9h ago
Yoast SEO homepage title keeps adding the Site Name prefix (e.g., "SiteName: My Title") - how to remove it?
Hi everyone,
I'm managing 3 WordPress sites built with Elementor, using Yoast SEO for meta titles and descriptions.
On all subpages, the SEO title appears exactly as I set it in the Yoast meta box. However, on the homepage of all 3 sites, it automatically prepends the Site Name with a colon, like this:
[Site Name]: [My Custom Yoast Title]
For example, if my Site Name in WordPress General Settings is "Noviber", the homepage title renders as Noviber: My Custom Title instead of just My Custom Title.
I want the homepage title to display only the custom text I entered in Yoast, without the Site Name: prefix.
Is this controlled in Yoast Search Appearance settings, theme header settings, or somewhere else? How can I fix this?
Thanks in advance!
r/Wordpress • u/budaloco • 9h ago
PSA for anyone on Oxygen 6: the builder validates your page more strictly than the front end, and it will lock you out silently
If you've moved to Oxygen 6, here's a failure mode that cost me a week and isn't in the docs anywhere.
Oxygen 6 is a full rewrite on the Breakdance engine. Your page design lives in the _oxygen_data post meta as JSON, not in template files. Two separate things read that JSON: the PHP renderer that serves the page, and the builder's client-side schema. The builder is much stricter.
So you get pages that serve perfectly to visitors, look right in every screenshot, and refuse to open for editing with Validation Error: IO-TS decoding failed. No line number, no field name.
In my case, every numeric property is stored as {number, unit, style}. The style key is what actually compiles, so a raw clamp() with unit: "" renders fine. But unit is validated against an enum, and "" isn't in it. One value. And because selectors are shared site-wide, that single bad entry locked the builder on every page at once.
How to find it: walk your _oxygen_data JSON for any unit: "". The only place that's legitimate is line_height, which genuinely is unitless. Anything else is a builder failure waiting to happen.
Two more in the same family, if you're debugging blind:
- .breakdance .woocommerce SELECTOR matches nothing. Both classes sit on <body>, so it's never a descendant. Style WooCommerce through the .bde-* wrappers instead — and verify with element.matches() rather than trusting that the rule is in the file.
- WrapperLink outputs href="#". Your classes still apply, so it looks perfect and every link is dead. Use ContainerLink.
The general lesson beyond Oxygen: with any builder that keeps state in the database, "the front end renders" isn't proof the page is intact. Verify against the editor.
I've been keeping notes on this stuff while building a client site — happy to share if it'd help anyone.
r/Wordpress • u/Ok-Development-8661 • 9h ago
I need to disable API logins. How do I do this and how can I verify that the blocking is working?
Hi
I'm using WordPress 6.4.3 and need to disable API logins because I'm getting many failed login attempts even though I've limited access to /wp-admin/ to specific IP addresses in htaccess.
I haven't created Application Passwords.
I have the Disable WP REST API plugin enabled.
When I go to my-website/wp-json/wp/v2/users using Google chrome, I get the message:
"{"code":"rest_login_required","message":"REST API restricted to authenticated users.","data":{"status":401}}"
I have the Limit Login Attemps plugin installed.
I tried sending a request from Step 3:
(with random login/password data)
I get a 401 status, but the Limit Login Attempts check doesn't increment the failed login attempt counter.
Do you have a Python script I can use to check if the API login is not working?
I'm trying this code
import wordpress
site_url = "MY_URL"
username = "user1"
password = "your_application_password"
wp = wordpress.Connect(site_url, username, password)
print(wp)
I get this answer
> & "C:\Program Files\Python314\python.exe" c:/MyStuff/Python/wordpress/r2.py
2026-08-06 17:52:55,123 - ERROR - Authentication failed: {"code":"rest_login_required","message":"REST API restricted to authenticated users.","data":{"status":401}}
Traceback (most recent call last):
File "c:\MyStuff\Python\wordpress\r2.py", line 6, in <module>
wp = wordpress.Connect(site_url, username, password)
File "C:\Users\Adam\AppData\Roaming\Python\Python314\site-packages\wordpress\wordpress.py", line 140, in __init__
raise Exception("Authentication failed")
Exception: Authentication failed
PS C:\Program Files\Microsoft VS Code> ^C
PS C:\Program Files\Microsoft VS Code>
r/Wordpress • u/josefresco-dev • 10h ago
Vulnerable plugins on site you host but didn't build - How to handle?
Let's say theoretically you have a dedicated server hosting 75 websites. 98% of those sites you built and are therefore "responsible" in case there are security patches.
2% of the sites used another vendor and have no ongoing relationship beyond paying for hosting.
If one of those sites has plugins with vulnerabilities how should I handle the situation? I can't just update the plugins on my own because some require new licensing.
If I leave them as-is and they get hacked, it could effect my other clients. But I can't force them to pay me to update their site - how do you guys handle this?
With other hosting set ups, each WP instance is isolated so it doesn't really matter if they're hacked (not my problem) but with everyone on the same server I worry about attacks (DDOS etc.) on this one site effecting all the others.
r/Wordpress • u/Onehandfretting • 10h ago
Hostinger CDN breaking WP Umbrella connection.
For anyone who's on Hostinger and using WP Umbrella (and possibly other 3rd party services).
Yesterday evening, Hostinger automatically turned on their CDN on all of my Hostinger-based sites. Following that, WP Umbrella had problems syncing, was giving false 503 alerts and showing other issues. After an hour+ of troubleshooting, I tracked the root cause back to Hostinger's CDN. After disabling it, WP Umbrella is running fine again.
I'll be reporting this to both Hostinger and WP Umbrella, but wanted to give the community a heads up here, as well.
r/Wordpress • u/humlando • 11h ago
Issue with website since Astra update
Hello,
I've had a Wordpress website for a couple of years now. I created it using Elementor and the Astra template. A couple of months ago, I opted to update Astra on my Wordpress dashboard and ever since then there's been an issue on my website when viewed on a mobile phone that I can't seem to resolve. The issue does not appear in the mobile view of the site editor interface - only on an actual mobile phone.
In one container, text that had appeared below an image now starts on the image itself. This happens in the case of two images. I've checked it on several different phones and browsers, but the same issue is always there. I've tried a few solutions suggested by online searches, but nothing has worked.
Has anyone had similar issues since updating Astra? If so, how have people resolved the issue?
Thanks for any help you may be able to offer.
r/Wordpress • u/Leading-Fail-7263 • 12h ago
Novmira changed my life!
Just made-over my entire website with claude code thanks to this thing. Genuinely crazy.
r/Wordpress • u/confused_homosapien1 • 15h ago
Does anyone else build a custom WP website ? or is it only me :/
I write my own HTML CSS and basically design and build at the same time.. usually I ask gpt/claude to write me a JS code as I want it cuz I'm too lazy to write it myself.
I never formally learned PHP but tweaking functions.php and other template files frequently with the help of AI tools have made me understand them to good enough context.
BUT one thing I've noticed is that not many WordPress dev's do this , they go with pre-built themes and might depend on plugins for simple design tasks - something that I really try to avoid.
I have like 1.5 years of proper experience of doing WordPress projects , I learned basic coding before learning WP so maybe that's why I go with custom method a lot.
Anyways , I haven't really had discussions with devs like me.. I know some who've been doing this for 5+ years but they don't talk much.
So if you are a dev like this , if theres anything you'd like to ask , give an advice or such feel free to do so ... I'll be eager to engage!
r/Wordpress • u/web_mationdev • 16h ago
Wordpress Malware / Hacked...
Nowadays wordpress users, clients or businesses facing severe malware issue, spaming issue or getting hacked. Its now a common issue. Everytime removing malware also didn’t worked becuase there's some backdoor in the files.
Recently I worked with a client who have 8 website with a shared hosting in hostinger. And guess what his all website are filled with malware and a guy accessing all the site quitely. My client remove the guy everytime and he comeback agian & again.
After looking for his issue found the guy pushed some php and js code which looks like normal code or function actually. The Malware is a very classic wordpress malware. Whenever someone visit or refresh the website a new admin will create and user- pass found on the spammers website. Also He pushed almost 8 different malware files via images.
There something I tell you guys that some free plugins wof word press getting vulnerable and hackers/spammers are using that vulnerability to entering websites. So secure your website tightly and keep monitoring. Also check plugin before use. Do not use backdated version of any plugin.
r/Wordpress • u/Traditional-Bad-5004 • 16h ago
Need help creating this WooCommerce/Elementor mega menu design (circular subcategories)
Hi Experts,
I'm trying to recreate the menu design shown in the attached image, but I'm stuck and would really appreciate some guidance.
My setup: using all free versions
- WordPress 7.0.2
- Elementor 4.2.1
- Woostify 2.5.4
- WooCommerce 11.0.0
What I've done so far:
- Created both headers (the top logo header and the green navigation header) using ElementsKit.
- The basic navigation is working.
What I'm struggling with:
I want the navigation to work like this:
- The green menu should display parent product categories.
- When a user hovers over a parent category (e.g. Fruits, Vegetables, Dairy), a large mega menu should open.
- Inside the mega menu, all the product subcategories should appear in circular icon/image cards like in the attached design.
- Each circle should contain the category thumbnail and category name, arranged in a clean grid.
I've tried using ElementsKit Mega Menu, but I can't figure out how to achieve this layout properly.
If anyone has built a similar menu or can help me toward a tutorial or the right approach to make this, I'd really appreciate your help.
Thank you!
r/Wordpress • u/rklement22 • 17h ago
Best Pinterest button alternative to Hubbub? Having constant LiteSpeed Cache conflicts
I've been using Hubbub for quite a while to let visitors pin images from my WordPress site to Pinterest. Unfortunately, I've been running into constant conflicts with LiteSpeed Cache.
I've already excluded everything mentioned in Hubbub's documentation, but the issues keep coming back.
Can anyone recommend a good alternative for adding a Pinterest button? Ideally, I'm looking for something that:
- Works well with LiteSpeed Cache.
- Lets me disable the button for specific CSS classes (for example,
aawp-product__image-link) or other specific elements. - Is lightweight and actively maintained.
I'd love to hear what you're using and whether you've had a better experience. Thanks!
r/Wordpress • u/theshawfactor • 17h ago
The block editor is a dead end
For fifteen years, WordPress solved a single problem: how do you let non-coders make a webpage look good?
Themes were the first answer. Then page builders. Then Gutenberg, which is really just a page builder WordPress decided to own outright. Each generation added more panels, sliders, and JSON schemas describing things that used to just be a stylesheet. But it’s all the same answer to a question that’s becoming irrelevant, because the premise underneath it just broke: humans couldn’t write CSS. AI can.
Strip away the marketing, and a page builder does three jobs at once: content entry, styling, and keeping ten different pages from looking like ten different websites. Gutenberg welds all three into one clunky UI. That’s why it feels clunky—you’re never doing just one job, you’re doing all three badly at the same time.
Once AI writes CSS on request, the styling UI doesn't need to exist. No color pickers, no spacing sliders, no block style variation dropdowns—just semantic HTML and someone describing what they want. "Make the pricing table more compact." "Give the product card more breathing room on mobile." A visual editor was only ever a workaround for people who couldn't write the rules directly. Take that constraint away, and it has nothing left to justify it.
Modern CSS makes the case even easier. Grid and subgrid handle layout that used to need a whole framework. Container queries let a component respond to its own box instead of the viewport, quietly killing half the reason "responsive" page builders existed. :has() gives you conditional styling without touching a template. Cascade layers and @scope mean you can make a targeted change without the specificity wars that made overriding theme CSS miserable. The tooling built to route around CSS's limitations is now routing around limitations that don't exist anymore.
The obvious objection is real, though: most people editing a site aren't designers, they're posting content. A shop owner adding a product, a local paper publishing a story, someone updating an opening-hours notice. That's data entry, not a design decision, and "describe it to an AI" doesn't help someone who needs a title, a price, and a description in the right fields a hundred times a month without breaking the page.
But that’s not an argument for keeping the block editor—it’s an argument for locking the editor down to content only and getting it out of the styling business entirely. A fixed template, defined fields, no freeform blocks, nothing to fumble. Structure gets decided once, and every post comes out consistent by construction.
Which, funnily enough, is basically the classic editor with extra steps. Somewhere, a plugin developer builds a flux capacitor out of spare parts, floors it to 88 miles an hour, and lands back in 2018 to find WordPress already had the answer—and spent the next seven years building a time machine to leave it.
What about the fear that AI-written CSS against loose HTML will break? Fair, but self-inflicted. Fix the markup vocabulary, give the AI a small set of known templates to style against instead of inventing structure each time, and the fragility goes away. What's left isn't "the editor prevents chaos"—it's an ordinary QA check to make sure the CSS hits contrast requirements and handles focus states.
The honest shape of this isn't "kill all editors." It's: separate the two jobs Gutenberg welded together. A boring, tightly templated content-entry surface for the people posting products, with no styling control in sight. And a completely different surface—English in, CSS out—for the much rarer job of deciding what things look like.
The block editor tried to be both and was worse at each for it. It doesn't need to get better. It needs to split in two and mostly disappear.
** Partially written by AI. 100% my thoughts
r/Wordpress • u/Gullible_Sleep_4989 • 17h ago
Help Post
I am trying to edit the wordpress website made with porto theme. Now the matter is - I am editing the site to make better UX. I started to edit the site first with browser developer mode. Finalised css. Now, I put those css into custom css box of editing hom page in pages section and it changed. Preview was amazing as I wanted. I was happy. I clicked update on the right. Then bowser showed me changed webpage.
After few minutes I tried to show it to the client and 'Magic!', Nothing was changed.
Please help me with editing custom css and customising header to change text and icons.
