Topic Archives

Code Snippet

Using my.WordPress.net to Experiment With AI

Using my.WordPress.net to Experiment With AI

Learn how to use my.WordPress.net as a safe AI sandbox. We show you how to install WordPress in the browser, add the AI Assistant app, connect ChatGPT, Claude, or Ollama, and run a few test prompts.

What AI Can Teach Web Developers About WordPress

What AI Can Teach Web Developers About WordPress

AI can do more than write code. We show you how to use AI to explain WordPress snippets, compare different ways to build a feature, and review code for security, performance, and maintainability.

How to Refactor Your Outdated WordPress Code With AI

How to Refactor Your Outdated WordPress Code With AI

Part of bringing your older WordPress site up to modern standards means refactoring outdated code. We show you how to use AI tools to help identify and fix any issues.

How to Troubleshoot & Debug WordPress Code With AI

How to Troubleshoot & Debug WordPress Code With AI

ChatGPT will save you hours, not to mention a whole lot of stress, debugging and troubleshooting WordPress code. Learn a few tricks for getting the best results with AI.

How To Protect Media Files Uploaded to WordPress

How To Protect Media Files Uploaded to WordPress

WordPress uploads are public by default, so your files can be hotlinked or pulled into search results. This article shows server-level hotlink blocking, noindex headers, and ways to protect attachment pages.

How to Build a Custom WordPress Block With Telex

How to Build a Custom WordPress Block With Telex

Learn how Telex from Automattic helps you build custom WordPress blocks with plain language prompts, test them in Playground, and export them as installable plugins.

Why a Modular Approach Is Better for WordPress Development

Why a Modular Approach Is Better for WordPress Development

A modular approach to WordPress development offers a new way to build and manage projects. We’ll cover what it is, how it works, and how it can improve your workflow.

How to Use ChatGPT to Export Data from a WordPress Database

How to Use ChatGPT to Export Data from a WordPress Database

Learn how ChatGPT can help extract data from multiple WordPress plugins for quicker and easier data handling.

How to Use AI to Build a WordPress Related Posts Plugin

How to Use AI to Build a WordPress Related Posts Plugin

Learn how to create a simple related posts plugin for WordPress to demonstrate AI’s potential. It’s not going to rival commercial solutions, but it delivers a functional base that can be improved as needed.

8 Handy AI Prompts to Speed Up Your WordPress Workflow

8 Handy AI Prompts to Speed Up Your WordPress Workflow

We share a collection of AI prompts that will help both experts and casual users speed up their WordPress development and content creation workflows.

A Quick Guide to Escaping PHP Data in WordPress

A Quick Guide to Escaping PHP Data in WordPress

Learn how to escape PHP data in WordPress to prevent security vulnerabilities. This quick guide helps developers write safer, more secure code.

How to Avoid Common WordPress Theme Development Mistakes

How to Avoid Common WordPress Theme Development Mistakes