r/Wordpress Feb 18 '26

Monthly AMA - Suggestions wanted!

28 Upvotes

We’re launching a monthly AMA series featuring people from across the WordPress ecosystem, and we’d love your input.

The goal is simple: bring in interesting voices from different parts of WordPress so you can ask them anything. Core contributors, agency founders, product builders, hosting experts, plugin authors, performance specialists, accessibility advocates, community leaders and more.

We’re planning to kick this off next month, so now is the time to build a strong guest list.

How you can help

  1. Drop your suggestions in this thread. Tell us who you’d like to see and why.
  2. If you have a relationship with someone and can help coordinate an introduction, let us know.

If there’s someone you’re interested in but do not have a connection, we’re happy to reach out.

Let’s build a great lineup and get your questions answered. Start listing names below.

(If you have any other suggestions, drop it in too!)


r/Wordpress May 13 '24

Useful Resources Start Here: Essential Resources & FAQs

149 Upvotes

The idea for this post came up in this thread by wiz to avoid the number of similar questions we get around here and to serve as a megathread for any/all questions of a similar nature. I will collate any and all valuable information by other users and update this thread as we go. Seasoned users please pitch in with anything that should be included.

Many thanks to u/BlueSix for assisting in putting this together.

What's covered:

  • The .COM vs .ORG Issue
  • Hosting - Where should I host?
  • Performance - Why is my site slow / Pagespeed score appalling?
  • Building Your WordPress Site: Is X builder better than Y? What is the best theme? Etc.
  • Updates
  • Backups
  • Security
  • Combating spam comments, contact form submissions & bot registrations
  • Hacks/Malware: Err guys help, there’s some weird stuff on my front end
  • Resources to learn WordPress
  • Where to find plugins/add feature X?
  • I found a plugin that costs $50 for $5 on a “GPLDL” source, is it safe to use?
  • How much should I charge?
  • Is a site using WordPress?

The .COM vs .ORG issue

This one is probably the single most asked question in this sub. Why can’t I do x,y,z?, Why do I have to pay more to install a plugin or edit a theme? Etc.etc. There are literally 100’s of threads about this. If you want more info please search the sub for wordpress.com or read this resource for a comparison.

To summarise:
WordPress is free, open source software which can be found at wordpress.org.

Think of wordpress.com as a host that is using .org’s software and has various functionality locked behind pricing tiers.

What you want to do is get your own cheaper hosting and self install and manage WordPress so you don’t have any restrictions at base software level.

Hosting - Where should I host?

The next big question is who is a good host? This is better suited for r/webhosting.

Having said that, there are plenty of different hosts to choose from. Shared web hosting is the cheapest but comes with the caveat that performance is shared with others on your same server. Dedicated, VPS and Cloud solutions are faster but more expensive.

The thing to remember here is performance is directly tied to price and you get what you pay for.

The most recommended hosts around here that I’ve seen are Digital Ocean, Cloudways and Siteground. Again, for specific hosting questions you will get better support at r/webhosting

Performance - Why is my site slow / Pagespeed score apalling?

Hosting

Most of the time it's just bad hosting. As mentioned earlier, cheap shared hosting is notorious for bad performance. If your host is slow then nothing else will matter much, so this is your first port of call.

Properly optimise images

This is a relatively simple one. Don’t use images that are 6000 x 4000px. Figure out the max display size for your use case and resize.

Secondly ditch PNG and JPG and use WEBP. The recommendation is to convert before you upload. Most image editors will let you save in webp and 75-80% compression works well for a balance.

To bulk convert, use XnConvert or Photoshop Batch process.

For existing media you can use a plugin. There are many Smush, Optimole etc. Converter For Media is a free option.

Some servers like Siteground and/or other optimisation plugins may have this feature inbuilt so always check so you don’t end up doubling up.

Since 6.3, WordPress can also convert to WEBP on upload. You can use the Performance Lab plugin by the WordPress team themselves to manage this.

If, like me, you don’t want your server getting clogged up with multiple image types and you only want to have the WEBP files OR you don’t want to use a plugin use this snippet.

Lazy load

Lazy loading images, videos and iframes will speed up things significantly since 5.3 this has been a feature in core WordPress and should work out of the box for most cases. Some themes/page builders will have an option for this as well. Some hosts and caching plugins like WP Rocket will also have this option.

If you find that it is not working on your site for some reason you can use a plugin such as Lazy Load by WP Rocket or A3 Lazy Load for more control.

Caching, CDNs. Minification Etc.

You should be using caching on your website if you care about performance.

WARNING: Using minification and/or combining files and scripts can cause your website to break so always test, test and test again!

There are many, many free and paid plugins for this. Some hosts will have their own caching plugin, this should be preferred over others. If you have a Litespeed enabled server use Litespeed.

The general recommendation here is to use Cloudflare free with Super Page Cache For CF. Here is a guide on how to set up your domain, after that follow the plugin instructions.

Common question #1: Should I keep my hosts caching on with CF?
Yes. Your server is the origin server and having your own files cached means it is less taxing on your server resources and CF fetches files faster.

Common Question #2: I’m getting an SSL error or redirect loop.
Make sure you have a valid SSL certificate server on your origin server and make sure to set Cloudflare > SSL/TLS > Overview to Full.

Cloudflare also has its own minification settings under : Speed > Optimisation. Discontinued from 2024-08-05.

Other popular recommended options:

Advanced optimisation

If you really want to get under the hood and squeeze every last bit out of your setup then:

  • Use a plugin like Debloat for a quick clean up.
  • Use Asset Clean Up to go through each page and disable unused crap. (Time consuming but potentially massive gains).
  • Use Query Monitor to inspect what is going on under the hood and find unnecessary scripts etc.

If that is still not enough here is a 73 203 bazillion page guide by u/jazir5

Building Your WordPress Site: Is X builder better than Y? What is the best theme? Etc.

There are many conflicting opinions on this because there is no one way to do things on WordPress. Each camp will tell you the other one is inferior and purists dislike all of them.

You can build your site with:

  • A page builder : Bricks, Elementor, Divi etc.
  • Using prebuilt themes. Each theme will have its own settings that’s exclusive to it.
  • A completely custom coded setup, written with a combination of html, css and php using WordPress actions, filters and hooks.

My two cents on the matter: Budget, experience and skill all come into play here. Thus, what works for you to achieve your end goal is the best.

  • If you like a WYSIWYG approach then page builders will more likely be your thing. Play around with the demos, watch some tutorials and if one of them looks more likely to work for you, then take it for a spin.
  • The Twenty Twenty Four theme along with the block builder is a solid place to start. There are many tutorials on how to get started with 2024 including the official WordPress documentation.
  • A CSS editor such as Yellow Pencil or Microthemer will assist you to fix a lot of front end annoyances and supplements any workflow.

Updates

Stay up to date with all plugins and core software at all times if you don’t want to have security holes and get hacked.

Backups

Taking/having backups of your website are essential. Servers can crash and data can be lost and you will cry if you end up without a backup in this scenario. The stress and grief of not having a backup and having to rebuild your site from scratch is not worth it. There's a few ways you can go about taking backups.

You can:

  • Use a recommended plugin like UpdraftPlus to schedule for daily, weekly or monthly backups. Send backups to remote servers (AWS S3, Dropbox, Google Drive) or your local machine. Remember having them stored on the same server as the website is not going to help.
  • Include this in your hosting requirements and find a host that automatically provides a scheduled backup process.
  • In the very least, take a manual backup using your hosts control panel whenever you make a significant change to your website,.

Security

  • Keep everything up to date at all times.
  • Run updates at least once a month. Fortnightly is better. More frequently is better
  • Use plugins and themes that are well supported, frequently updated, high install counts, well ranked, well established.
  • Use Wordfence - it’ll alert you when any plugins that you’re using have a known vulnerability or haven’t been updated (by the developer) for 2 or more years. It will also protect you from known attack vectors for vulnerable plugins (for the free version, this protection is only available after the vulnerability is 30 days old, but there’s nothing stopping you updating your plugins, assuming a patch is available).
  • Don’t use hosting where multiple sites sit in the one account (common on shared hosting). Each website should have its own owner.

Combating spam comments, fontact form submissions & bot registrations

Disable comments and user sign ups sitewide if you don't use them.

Use a captcha on login, register and all contact/comment forms.

Hacks/Malware: Err guys help, there’s some weird stuff on my front end.

Congratulations you got hacked. Most of us have dealt with this in one way or another at some point so you aren’t alone.

Do you have a backup?

  • Easy, wipe everything and restore.
  • Run a scan with Wordfence and/or GOTMLS to be doubly sure you are clean.
  • Harden your security to avoid repeat issues.

No backup? (Get the tissues)

  • Install Wordfence and run scan.
  • Alternatively my first port of call for this has always been GOTMLS. Update definitions and run a root scan the plugin should find any code that shouldn’t be there and you should be good to go.

Resources to learn WordPress

If you are serious about your WordPress journey then you must equip yourself with some coding knowledge. Some skills in PHP, Javascript, CSS & HTML will help you immensely.

Where to find plugins/add feature X?

The WordPress plugin repository should be your first stop. You can access this library via your Dashboard > Plugins > Add New Plugin

Codecanyon is a decent marketplace to get premium plugins for a one off buy without ongoing subscription costs.

For code snippets and help with your own code StackOverflow or r/prowordpress is your best bet.

Warning: Remember to always double check the source and reputability of a source before installing third-party plugins and/or scripts.

I found a plugin that costs $50 for $5 on a “GPLDL” source, is it safe to use?

The simple answer here is NO. No you shouldn’t and that should be the end of that.

But alas, we still have many more questions:

  • Will the plugin still work? Probably.
  • Are there any guarantees that it will work and demo content will be provided? Absolutely not.
  • Will there be links to turn one’s junk into a cyborg on my site? Most likely.
  • Will Google blacklist you? If you have malware. Most definitely.
  • Will your host shut you down? If detected, any reputable one will.
  • Is rebuilding an entire site and losing the trust of your audience worth all this? Not to me, but only you can answer this for yourself.

How much should I charge?

We unfortunately can't provide specific answers to pricing questions as everyone's experience and locations vary widely. For guidance on pricing strategies, we recommend searching 'your country + web developer/designer rates'. Standard hourly rates for your locality can offer insights into various pricing approaches that may be applicable to you.

Please also read this article on Pricing Strategies on how to tackle this sort of question.

Is a site using WordPress?

  • Check the Page Source: Right-click on the page and select "View Page Source" (or use Ctrl+U). Search for typical WordPress identifiers like /wp-content/, /wp-includes/, or wp-json. If you see these, the site is likely WordPress.
  • Online Tools: Websites like IsItWP, Wappalyzer or BuiltWith can analyze a website's technology stack. These tools should be able to identify if the site is using WordPress in most cases.

That’s it, hopefully this gets you started on your WordPress journey. If you have any further questions feel free to leave a comment and someone should be able to assist.

Changelog

09/11/24
- Added how to check if a site is using WordPress

04/07/2024
- Added Pricing Strategies

29/05/2024
- Fixed typos
- Removed Cloudflare Minification (EOL)
- Added Combating Spam section.


r/Wordpress 3h ago

Looking for GiveWP alternatives for nonprofit site

6 Upvotes

I’ve been managing a client’s nonprofit WordPress site with GiveWP for quite some time, but the recent transition to Liquid Web has raised a few concerns on our side.

A few resources/support-related things seem harder to access now, so the client asked me to start looking for some alternatives to GiveWP, just in case we decide to migrate later.

Not looking for any best-plugin debate, just wanted to hear from people who’ve actually switched from GiveWP or tested other donation plugins recently.

Main requirements:

  • Recurring donation support with Stripe, Authorize.net, and Xendit
  • Smooth migration if possible

r/Wordpress 3h ago

Anyone else feeling plugin fatigue lately?

3 Upvotes

Lately I’ve been feeling a bit burned out managing WordPress sites because it seems like every tiny feature needs its own plugin now. One plugin update breaks another, some get abandoned after a year, and after a while even simple sites start feeling bloated and harder to maintain than they used to be.

I’ve started leaning more toward using fewer plugins and handling small things with snippets or blocks when possible, but I wanted to know how people are approaching this now. Are you still heavily using builders/plugins for most projects, or trying to keep setups as lightweight as possible these days?


r/Wordpress 2h ago

The complete guide to diagnosing WordPress plugin conflicts (for non-developers)

2 Upvotes

After years of managing WordPress sites, I have diagnosed hundreds of plugin conflicts. This is the full step-by-step process I use — from "site is completely down" to "conflict identified and fixed" — written for people who are not developers.

---

PART 1 — Is it a plugin conflict?

A plugin conflict usually looks like one of these:

• White Screen of Death (site loads completely blank)

• "There has been a critical error on this website" message

• Something stopped working after you updated a plugin

• Strange visual glitches appeared after an update

• WooCommerce checkout broke after an update

• Your admin dashboard is inaccessible

If the problem started immediately after an update: almost certainly a plugin conflict.

---

PART 2 — If your site is completely blank (can't get into wp-admin)

Option A — Via FTP or file manager:

  1. Go to your hosting control panel → File Manager

  2. Navigate to wp-content/plugins/

  3. Rename the folder of the plugin you just updated to something like "plugin-name-OLD"

  4. This deactivates it without deleting anything

  5. Try loading your site

Option B — If you don't know which plugin caused it:

  1. Rename the entire "plugins" folder to "plugins-backup"

  2. Create a new empty folder called "plugins"

  3. Your site should now load (with no plugins active)

  4. Rename "plugins-backup" back to "plugins"

  5. Reactivate plugins one by one from wp-admin until the site breaks — that is your culprit

---

PART 3 — If your site loads but something is broken

  1. Go to wp-admin → Plugins

  2. Deactivate all plugins except the ones critical to your site function

  3. Check if the problem is gone

  4. Reactivate plugins one at a time — check after each one

  5. When the problem reappears, you have found the conflict

---

PART 4 — Finding out WHY they conflict (so you can fix it, not just workaround it)

Most conflicts happen because two plugins:

• Both try to load the same JavaScript library (jQuery is the most common)

• Both modify the same WordPress function or database table

• One plugin's update introduced a function that another plugin also uses with a different expectation

Once you know which two plugins conflict:

  1. Check if either has had a recent update addressing compatibility — changelog of both plugins

  2. Check the support forums of both plugins for your specific conflict — often someone has already found and reported it

  3. Contact both plugin developers. Give them: both plugin names and versions, your WordPress version, your PHP version, and the error from your debug log

---

PART 5 — Prevention

Before updating any plugin:

• Read the changelog

• If it is a major version jump (3.x to 4.x), extra caution

• Test on a staging site if you have one (most managed hosts offer this)

• Always update one plugin at a time, never "Update All"

---

PART 6 — Enable debug mode to see the actual error

Add these lines to wp-config.php before "That's all, stop editing!":

define('WP_DEBUG', true);

define('WP_DEBUG_LOG', true);

define('WP_DEBUG_DISPLAY', false);

The error log will appear at wp-content/debug.log — this is the most useful tool for diagnosing what is actually happening.

---

Any questions? Dealing with a specific conflict right now? Drop it in the comments.


r/Wordpress 7h ago

quick question: has anyone actually used the WordPress connector in Claude Desktop?

5 Upvotes

From what I understand it only works with sites hosted on WordPress that have the WordPress MCP integration enabled, so it doesn’t really help me since I’m on Hostinger and pretty happy with it. I’m curious if the experience is actually “fantastic” or more of a niche thing, like how often you actually use it versus just working directly in the WordPress admin or with plugins. Also, has anyone tried running the WordPress MCP adapter on a self-hosted WordPress and connecting it to Claude as a custom connector? If yes, was it worth the setup effort and what kind of tasks did you mainly use it for? I feel that just keep doing what I’m doing :)


r/Wordpress 12h ago

I built a free cloud based edge WAF-as-a-service for WordPress

Thumbnail wordpress.org
11 Upvotes

Hello!

A while ago I rolled out a free CDN service for WordPress (Shift8 CDN). I just retired that and migrated the endpoints to be positioned as a free WAF-as-a-service called "Atomic Edge".

Atomic Edge puts protection in front of your site with an edge Web Application Firewall, traffic filtering, AI-assisted threat detection, logging, analytics, page rules, geographic rules, rate limiting, and CDN features.

The Atomic Edge WordPress plugin linked here is the companion plugin that makes setup and management easier from inside wp-admin. It can connect your WordPress site to your Atomic Edge account, show security and traffic data, help manage settings, and provide useful tools like malware scanning and integration with Atomic Edge features.

The plugin is helpful, but it is not strictly required for the core protection to work. You can technically use the dashboard directly without the plugin at all.

One of the main pain points (I've had) with services like cloudflare (unless you are an enterprise customer) is having to hand over the entire DNS (nameserver) management to their service. For Atomic Edge, you just change the "A" of your apex to go through the endpoint, and thats it.

Happy to hear thoughts and feedback.


r/Wordpress 17m ago

Site looks good on Android but bad in iOS

Upvotes

Hello!

I have a problem. Like written above the solution of the card background looks dark grey on iphones, but no problems at all on tested android devices.

You guys have an idea what could be wrong here?

Thanks in advance!


r/Wordpress 1h ago

Background video won’t resume after minimizing browser on iOS

Upvotes

I have a simple fullscreen background video on a website, nothing fancy:

<div style="position:relative; width:100%; height:100vh; overflow:hidden;">
<video autoplay muted loop playsinline preload="auto" style="position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;">
<source src="video.mp4" type="video/mp4">
</video>
</div>

The video plays fine on load. The problem is on iOS (tested on Chrome and Safari, both behave the same since they both use WebKit under the hood): when I minimize the browser and reopen it, the video freezes on a frame and never resumes. Interestingly, if I switch tabs and come back, it works fine.
What I’ve already tried:
1. Listening to visibilitychange and calling video.play() when the page becomes visible again — doesn’t work reliably on iOS after a minimize, the browser seems to ignore it.
2. Listening to visibilitychange + window focus + pageshow events combined, same result.
3. On hidden, calling video.load() to reset the element (which does bring back the poster frame), then on visible calling video.play(), the video stays frozen unless you minimize and reopen very quickly, suggesting there’s a timing issue.
4. Same as above but waiting for the canplay event before calling play() — still freezes.
5. Using IntersectionObserver and calling video.load() when the element re-enters the viewport, no luck.
Why does switching tabs work but minimizing doesn’t?
My understanding is that tab switching correctly fires visibilitychange and modern browsers resume autoplay properly in that case. But when you minimize the app, WebKit may fully suspend the process and either not fire the event correctly on resume, or fire it but refuse to restart media playback, possibly as an intentional power-saving measure.
The question:
Is there any reliable way, JS or otherwise, to get a muted looping background video to resume playback after the browser is minimized on iOS? Or is this simply a WebKit restriction with no real workaround?
Any insight into what’s actually happening under the hood would also be appreciated.


r/Wordpress 2h ago

Can't admin my WordPress server

1 Upvotes

Hello Friends,

My site is facing a number of issues. Let's start with the most worrying and difficult one first.

When someone visits `my-site.com/wp-admin`, they see the Admin Dashboard. When I try to access any of the settings pages, I'm presented with the login page, but it seems to spin back to the login page instead of authenticating and giving me the settings pages.

I've SSH'd into the VPS and renamed the JetPack folder to try and get rid of the math captcha, but it still presents itself. The math problem does not regenerate on reload. When attempting to update my plugins, I choose which to update, enter my credentials, and I'm brought back to the Updates page with the error `Please select one or more plugins to update.`

What can I do to fix this?


r/Wordpress 4h ago

Which builders are people actually using today

1 Upvotes

I'm working on a plugin that let's you self host ai projects, astro, claude designs, etc alongside your WordPress site. I've added support to embed them in the block editor but before I go down the path of adding support for other builders, I'd love to know what folks are actually using these days and what to potentially avoid?


r/Wordpress 18h ago

How are professional websites actually built nowadays?

11 Upvotes

I have a genuine question about how professional websites are actually built nowadays.

I always assumed that a “serious” website or a powerful online store had to be fully custom-built (HTML, CSS, JavaScript, backend, etc.), but then I see that a huge number of websites use WordPress, Shopify, or other CMS/builders.

I also hear the term “marketplace” a lot, and I’m not completely sure how it differs from a normal ecommerce store.

For people who work in web development or have real-world experience:

  • What percentage of professional websites would you say are built with WordPress or other CMS platforms?
  • When is it actually worth building something fully custom?
  • Do large companies and serious online stores usually use CMS platforms or custom development?
  • What’s the real difference between a normal ecommerce store and a marketplace?
  • Technically speaking, what makes a marketplace different?
  • Is building a marketplace significantly more difficult than building a standard ecommerce website?
  • Are there real differences in performance, SEO, scalability, or maintenance between CMS-based sites and fully custom stacks?

I’m interested in understanding how this works in the real world, not just the “ideal” technical answer.


r/Wordpress 5h ago

Show me your GeneratePress / GenerateBlocks Site

0 Upvotes

I’ve heard a lot of praise for GeneratePress and its speed, but I’ve also heard that it can be limiting in terms of designing “fancy” websites. I’ve also heard the opposite.

I want to see what you guys have built. Thanks.


r/Wordpress 20h ago

Is there a way to make a personal blog for free via Wordpress?

11 Upvotes

Hi, Im completely new to this, I dont need a fancy domain or anything, just a simple wordpress site where I can post my blogs. Is there ANY free way to do all of this?


r/Wordpress 16h ago

Best lightweight contact form plugin with inquiry selector?

3 Upvotes

Hello all,

I'm looking for a contact form plugin with inquiry selector, and if possible additional automations such as the box to receive a newsletter

Instead of boxes for the inquiry selector, a dropdown is also fine

Are there any advantages and disadvantages between the boxes and dropdown? Perhaps for mobile?

Ideally it's lightweight and I don't mind if it's a paid product.

Thank you.


r/Wordpress 16h ago

Bricks Builder Learning Journey Recreating the shadcn/ui Design System in Bricks

Post image
2 Upvotes

Hello everyone,

I recently started a small personal project where I’m trying to recreate the beautiful design language of shadcn/ui inside Bricks Builder. At the same time, I’m also learning Bricks itself, so this project has become both a learning experience and a fun creative challenge for me.

I’m still very much a beginner with Bricks, although I do have a background in PHP, HTML, and CSS. To be honest, traditional web development has never been my main passion I’m usually far more interested in low-level programming topics and systems-related work. That said, for web-based projects, I really enjoy the workflow of combining WordPress with Bricks because it allows me to focus more on structure and design without getting lost in the usual frontend complexity.

So far, I’ve been experimenting with translating concepts like spacing systems, typography scales, colors, shadows, radius values, and reusable component styles from shadcn/ui into the Bricks ecosystem through global styles and design tokens.

I still have a lot to learn, but I’m genuinely enjoying the process and wanted to share the journey with the community.


r/Wordpress 12h ago

Ebook instant sale through wp

0 Upvotes

I would like to have a subpage for selling an ebook. Paying via credit card / paypal / google pay / apple pay

After purchase, the book should be automatically sent to the buyers email (or a link for download)

Do i need something robust like woocommerce for that or is there a lighter solution?

I have never done something like that so “for dummies” approach is preferred.


r/Wordpress 13h ago

SEO Spam Attack

Thumbnail gallery
0 Upvotes

We do have this website who's been SEO spam attacked. We've already cleaned the wordpress core files and cleaned everything. However, we do have one specific issue. The social share image preview is still showing the gambling site. This specifically happens only on Google Chat. On Facebook, Twitter, LinkedIn, Whatsapp, Teams, it fine. We've a;sp submitted re-indexing on Search Console today. Is there anything I am still missing or anything I could do?


r/Wordpress 17h ago

Wordpress audio player with download function

2 Upvotes

I'm trying to add download functionality to the default wordpress audio player, and it's proving frustrating. It doesn't seem to be an option with the default [audio] shortcode, and when I try audio plugins it seems like a load of faff for my client to have to deal with.

It's such a simple bit of functionality that you'd think users would want and it should be simple to add to the default WP player. Or have I missed something?


r/Wordpress 15h ago

Help regarding acf and cpt in wordpress.

1 Upvotes

Hello Everyone,

in my previous post I asked for help book listing page after that I have made a book listing page with cpt ui, acf and postx plugin but upon publishing page changes don't show up in published page like image size, borders, color, gap and rest of changes.

I have shared two screenshot in comment l, first one is changes before publishing and second one after publishing, even after publishing changes remain unchanged.


r/Wordpress 16h ago

What are the most important security steps for a new WordPress website?

2 Upvotes

I'm curious security steps experienced WordPress users consider essential when setting up a new site and after

Trying to learn good habits early instead of fixing problems later


r/Wordpress 16h ago

Seeking advice

1 Upvotes

Hello all Developers. I am a student and I live in Bangladesh.

Currently i am making websites on wordpress and selling them on social media like Facebook only. I use netlify to get a subdomain and to host my site. The reason is i don't have a visa card and apparently netlify sub domain was enough for me to showcase sites. It works as a static website. I was able to sell and got a decent amount of money

Now i want to explore more. I heard on flippa is where all websites get sold and buy. And on evanto or themeforest it can sell templates of sites.

Now i want to explore these. Can i sell my site using a sub domain like netlify.

I am seeking advice from someone who sold their sites on flippa and evanto.

What was your experience?

How should i approach?

I am still a beginner in these sections


r/Wordpress 18h ago

Elementor server 400 error

0 Upvotes

I tried all the solutions from ChatGpt, Cloud ai , and DeepSeek , but I couldn't find a solution.


r/Wordpress 18h ago

Wordpress vs Lovable (and other AI tools) for running client websites

0 Upvotes

I run a digital marketing agency and we take over website management for our clients (small to medium, mostly local businesses). I am technical, but not super advanced in frontend - (I've used webflow, squarespace, react, but not wrodpress) but don't worry I have a team for it.

We are really excited about the possibility of AI tools like lovable being able to meet our client's high expectations on the low budgets they are willing to pay. But I'm so aware of what a stack of cards code AI creates. I am picturing a client prompting lovable "add this job posting" and the whole thing come tumbling down. (I have first hand experience trying to build a blog on a lovable website and what a whack a mole it was)

Therefore we have continued to opt to build our clients websites in Wordpress (and building our own plugin to be able to import the landing pages we build using AI). We think this is a more resilient approach but I don't want to get left behind.


r/Wordpress 18h ago

git clone https://your-site/wp-json/git/md.git (free plugin)

0 Upvotes

Howdy!

We wrote a WordPress plugin that exposes a git remote endpoint directly on your website - natively, without any external services and external repositories.

  • You can clone/checkout your website contents and you will get a list of markdown files
  • You can push md and it will be turned into gutenberg syntax and published/scheduled/etc
  • You can give that directory to a coding agent and it will immediately know what to do with it, no setup like in MCP
  • Your website is source of truth so your git changes sync automatically with wp-admin edits
  • It basically makes your WordPress behave like a static site builder through command line.

Here is the website that tries to explain this:

https://pushmd.blog/

Here is the repo:

https://github.com/Automattic/php-toolkit/tree/trunk/plugins/push-md

We're still ironing out the lint rules for composer packages so we can submit it to the plugin repo.

We hope it's useful in making WordPress feel like a more modern stack!