This guide is a practical, plain-language tour of the useful ways you can put artificial intelligence to work on a WordPress site in 2026: drafting and editing content, writing alt text for images, getting help with code, spinning up a starter site, and fitting all of it into a sensible editorial workflow. Just as importantly, it sets out the cautions that matter, accuracy, honesty with your audience, and the privacy of your data and your visitors' data. Artificial intelligence is often shortened to AI, and the writing tools behind most of these features are large language models (LLMs); an AI writing tool is sometimes called an assistant or a copilot. This article is for anyone running a WordPress site on Noiz hosting, from a solo blogger to a small editorial team, and it stays neutral: specific products are named only as examples of a category, never as a recommendation.
Last reviewed: 27 July 2026, against WordPress 7.0 "Armstrong" (latest stable). This guide is written for Noiz hosting and is kept current against WordPress. It complements, and does not replace, the official WordPress documentation linked below.
Official Documentation Reference
- WordPress 7.0 "Armstrong" release announcement: the official summary of the AI Client, Connectors, and collaboration features now built into WordPress core.
- Introducing the AI Client in WordPress 7.0 (Make WordPress Core): how the provider-agnostic AI Client and Abilities API work under the bonnet.
- WordPress AI team blog (make.wordpress.org/ai): ongoing updates on AI features being developed for WordPress core.
- Google Search's guidance about AI-generated content: Google's position on quality, helpfulness, and when disclosure is appropriate.
- W3C Web Accessibility Initiative: Images Tutorial: the authoritative guidance on writing good alt text, including the decision tree for decorative versus meaningful images.
Prerequisites
- A WordPress site on your Noiz hosting account, and the ability to log in to the WordPress admin dashboard as an administrator, which you need to install plugins and to connect an AI provider.
- For the built-in AI features, WordPress 7.0 or later. Older versions rely entirely on plugins or on separate tools used in your browser.
- For anything that generates content or images, an account with an AI provider (for example Anthropic, Google, or OpenAI) or a plugin subscription. Almost every option is paid or metered once you go beyond a small free allowance.
How AI Fits Into WordPress in 2026
There is no single "WordPress AI". Instead there are three layers you can draw on, often at the same time. Knowing which layer you are using helps you understand where your data goes and who is charging you for it.
- Built into WordPress core. Since WordPress 7.0 "Armstrong" (May 2026), WordPress ships a provider-agnostic AI Client and an Abilities API. In plain terms, WordPress can now talk to a generative AI model in a consistent way, and core uses this to suggest titles and excerpts, propose alt text for images, and generate or edit images. Crucially, nothing is sent anywhere until you connect a provider of your choice under Settings > Connectors. Out of the box, no AI feature is active and no content leaves your site.
- Added by plugins. A large and crowded field of plugins bolts AI onto specific jobs: long-form writing assistants inside the block editor, SEO helpers, chatbots and support widgets, bulk alt-text generators, and translation tools. Each plugin brings its own provider and its own billing, whether that is a monthly subscription or an API key you supply.
- Separate tools you use alongside WordPress. Many people never install an AI plugin at all. They draft in a standalone assistant in the browser, then paste the polished result into WordPress. A related option is a hosted AI site builder that generates a whole starter site from a description before you move in and refine it.
The practical takeaway is that you do not need to buy any one product to get value from AI on WordPress. A lot of the basic help is now in core or available free, and you can mix layers as it suits you.
Drafting and Editing Content
Writing assistance is where most site owners start, and it is genuinely useful when treated as a first draft rather than a finished article. Sensible tasks to hand to AI include:
- Turning a rough set of notes into an outline, or an outline into a first draft.
- Rewriting a clumsy paragraph, tightening waffle, or shifting the tone to be more formal or more friendly.
- Summarising a long post into an introduction, a meta description, or social copy.
- Suggesting headline options and generating an excerpt for a post, which WordPress 7.0 can do natively once a provider is connected.
- Producing a rough translation to review, rather than starting a second-language version from scratch.
The gotcha is quality, not capability. An AI draft reads fluently even when it is wrong, generic, or padded. Google is explicit that it does not favour human-written or AI-written content on principle; it rewards content that is genuinely helpful and demonstrates real experience and expertise, and its 2026 updates specifically target thin, robotic, low-value text. So the value you add after the draft, your own knowledge, real examples, correct facts, and a distinct voice, is exactly what separates a page that ranks and helps from one that does not. Never publish a first draft as-is.
Writing Alt Text for Images
Alt text is the short written description attached to an image. It is read aloud by screen readers for people who cannot see the image, shown when an image fails to load, and used by search engines to understand your pictures. Good alt text is one of the simplest accessibility wins on any site, and it is exactly the kind of repetitive job AI is well suited to.
WordPress 7.0 can suggest alt text for an image directly, once a provider is connected, and several plugins can generate descriptions in bulk across an entire media library, which is a real time-saver on a site with hundreds of un-described images.
Two cautions keep AI alt text honest:
- AI describes what is in the picture, not what it means on your page. A photo of a person at a laptop might be captioned literally by AI, when the point of the image on your page is that your support team responds within an hour. Read every suggestion and edit it to fit the context.
- Decorative images should have empty alt text, not a description. A background flourish or a divider adds nothing for a screen-reader user, so it should be marked as decorative rather than described. AI tools tend to describe everything. The W3C Images Tutorial linked above has a clear decision tree for this.
Getting Help With Code and Troubleshooting
AI is a capable coding companion for the small customisations WordPress site owners often need: a snippet for functions.php, a rule of custom CSS, a tweak to a template, or an explanation of a cryptic error message. It is also good at spot-checking unfamiliar code, for example reviewing a snippet you found on a forum before you trust it.
This is also where the sharpest cautions apply, because code runs with full access to your site:
- Never paste AI-generated PHP straight onto a live site. Try it on a staging or test copy first, and take a backup before you make the change. A single bad snippet in
functions.phpcan take a whole site offline. - AI can produce insecure code. The most common WordPress vulnerabilities, cross-site scripting and SQL injection, come from code that fails to sanitise input or escape output. AI sometimes skips those safeguards. If you ask for database code, explicitly ask it to use
$wpdb->prepare(), proper sanitisation and escaping, and a nonce for form handling, then have the result reviewed. - AI can target the wrong version. A model may suggest a function or hook that was deprecated years ago, or one that only exists in a newer release than you run. Cross-check anything unfamiliar against the official developer documentation.
A newer development is AI agents that can act on a WordPress site directly, through emerging integrations, rather than just handing you code to paste. These are powerful, and precisely because they can change files and the database, they should only ever be pointed at a staging environment first, never your live site. If you are unsure how to set up a safe staging copy, Noiz support can help.
Building a Whole Site With AI
Hosted AI site builders take a different approach: you describe the site you want in a sentence or two, answer a few questions, and the tool generates a complete starting layout with placeholder content and images in minutes. It is a fast way to get past the blank page, and you can keep refining by chatting to the tool or by editing in the normal block editor afterwards.
Treat the output as a scaffold, not a finished product. Generated copy still needs your real business details, your genuine expertise, and your own images where accuracy matters. It will not know your prices, your policies, or your legal pages, and stock AI images can make a site feel generic. The builder saves you the first hour; it does not replace the judgement that makes a site trustworthy.
Fitting AI Into an Editorial Workflow
If more than one person touches your content, decide deliberately where AI is allowed and where a human must sign off, then build that into your process rather than leaving it to chance. WordPress 7.0 helps here: it adds asynchronous collaboration tools including block-level Notes, a Suggestions mode, and @mentions, which give you a natural place for a human to review, comment on, and approve AI-assisted drafts before they go live.
A workable rule of thumb for most teams:
- Fine to delegate to AI, with a light review: outlines, first drafts, rewording, alt text, tag and category suggestions, translation drafts.
- A human must verify and own: facts, figures, quotes, product claims, legal and medical or financial information, and anything published under a named author's byline.
The consistent thread is a human editor in the loop: AI drafts, a person edits and checks, a reviewer approves, and only then does it publish. AI changes how the first draft appears; it does not remove your responsibility for what you publish.
Cautions Every Site Owner Should Weigh
The benefits above are real, but they come with responsibilities that are easy to overlook when a tool makes everything feel effortless.
Accuracy and made-up facts
AI models generate plausible text, and plausible is not the same as correct. They can invent statistics, misattribute quotes, cite sources that do not exist, and describe features a plugin does not have. Verify every fact, figure, and code sample against a trustworthy source before you rely on it. The more confident the AI sounds, the more it is worth checking.
Honesty and disclosure
Google does not require you to label every AI-assisted page, and it does not penalise AI content simply for being AI content. It does expect content to be helpful and honest. In some contexts disclosure is the right thing to do anyway: reviews and testimonials, regulated advice, and product listings where an AI-generated image or description could mislead a buyer. If a reader would reasonably want to know how something was made, tell them. Being straight with your audience protects the trust your site depends on.
Privacy and data protection
This is the caution most often missed. When an AI plugin or connected provider processes your content, that content is sent to a third-party server, and it may include personal data: visitor comments, contact-form entries, support-chat messages, or customer details. As the site owner you remain responsible for that data under South Africa's Protection of Personal Information Act (POPIA) and, if you serve visitors in Europe, the GDPR. Practical steps:
- Check the provider's data-retention and model-training policy before you connect it. Some retain inputs unless you opt out; a provider that trains on your submissions is a very different proposition to one that does not.
- Never paste personal, confidential, or customer data into a general-purpose AI tool that you have not vetted for this.
- Update your website privacy policy to disclose the third-party AI processing, and obtain consent at the point visitor data would be sent, for example before a chatbot forwards a visitor's message. A line buried in a privacy policy is not, on its own, valid consent.
- Where data sensitivity is high, prefer a provider with a clear no-training commitment, or a self-hosted model, both of which WordPress 7.0's provider-agnostic design supports.
Cost, security, and lock-in
AI is rarely free at scale. Subscriptions recur and API usage is metered, so image generation and high-volume writing can add up quickly; keep an eye on your provider's billing. On the security side, keep current backups before letting any AI make changes, grant tools only the access they need, and lean on your existing hardening habits. The WordPress Security Checklist covers the backups, least-privilege user roles, and update discipline that make AI experimentation safe to undo. Finally, because WordPress core keeps AI provider-agnostic, you can switch providers without rebuilding your site, which is a genuine hedge against being locked in to one vendor's pricing.
Common Pitfalls
- AI options are greyed out or do nothing in the editor: on WordPress 7.0, no provider is connected under Settings > Connectors, so core has nothing to send prompts to. With a plugin, it usually means an API key has not been entered or a subscription is inactive.
- An AI plugin reports a quota, credit, or billing error: the connected API key has run out of credit or hit its usage cap. Top up with the provider, or check your subscription status.
- Published content reads generic or robotic: it was published too close to the raw draft. Rewrite in your own voice, add specific examples and first-hand detail, and cut anything that could appear on any site in your niche.
- You are unsure who can see your data: stop and check the provider's retention and training policy before sending anything further, and never submit personal or customer data you have not cleared for third-party processing.
- AI-generated code broke your site: restore the backup you took beforehand, or remove the last snippet you added to
functions.php. In future, test code on a staging copy first. If you are locked out entirely, Noiz support can help you recover access.
AI can save you real time on a WordPress site when you use it as a capable assistant and stay the editor in charge. If you would like help setting up a safe staging environment to test AI-generated code, sorting out backups before you experiment, or checking that your privacy policy reflects the tools you use, open a support ticket with the Noiz support team and describe what you are trying to achieve.
