Created by AI. Curated by human.
WordPress help created by Artificial Intelligence and curated by an expert human with 30 years experience in website development. Learn more.
WordPress knowledge base
Everything you need to know about WordPress and how to use it un a seriescof easy to understand articles. WordPress help is here.
Almost intelligent art
- Using AI to write plugins for WordPressUsing OpenAI to write simple plugins Following on from our first experiment in using OpenAI to write a date and time plugin we thoght we’d have a look at some simple plugins we could ask it to write for us. This website… Continue reading Using AI to write plugins for WordPress
- How to add plugin code to a child themeAdding plugin code to a child theme’s functions.php file in WordPress is a relatively simple process, but it is important to understand what you are doing and how it affects your website. Open functions.php to add the code First, you need to… Continue reading How to add plugin code to a child theme
- Date and time shortcode pluginUsing OpenAI to write a simple WordPress plugin We wanted to test out the power of OpenAI. So we asked it to write a plugin for WordPress. OpenAI duly obliged with a code snippet to add to the functions.php of our child… Continue reading Date and time shortcode plugin
- What is a WordPress multisite?Manage multiple WordPress sites from one dashboard WordPress Multisite is a feature of WordPress that allows multiple WordPress sites to be created and managed from one WordPress installation. In short, it’s a way to manage multiple WordPress sites from one dashboard. WordPress… Continue reading What is a WordPress multisite?
- What is a child theme and why you need to use oneGet the best out of your chosen theme A WordPress child theme is a theme that inherits the functionality and styling of another theme, called the parent theme. Child themes are the recommended way of modifying an existing theme. Using a child… Continue reading What is a child theme and why you need to use one
- How to schedule content in WordPressWrite it now, automatically publish at a chosen time later Scheduling content allows you to plan out when certain posts or pages will be published, and can be a great way to keep your content fresh and up-to-date. In this article, we’ll… Continue reading How to schedule content in WordPress
What
×