Рубрика: Wpmu blog

Creating Custom Database Tables for Your WordPress Plugins

In the majority of cases, plugins modify options, metadata or leverage already existing tables (most commonly the posts table) to create new functionality. Custom post types, custom taxonomies, image manipulation, galleries, short-codes – none of these usually need their own database table. This is because the database schema of WordPress (how the database is organised)...

How to Move Content From One WordPress Site to Another

Moving your WordPress site to another location can be a stressful and fiddly experience, not helped by the fact you can’t just simply move your files and database. No, that’s just not how WordPress works. Fortunately, WordPress has a handy “Import” and “Export” tool built in. But unfortunately, it’ll only suit some basic requirements and...

3 Best Plugins for Customizing Contact Form 7 Forms in WordPress

Contact Form 7 is an incredibly popular plugin for building WordPress contact forms with over 3 million active installs. It supports the building of forms without HTML coding. Forms can include CAPTCHAs, file upload, and quiz fields. While Contact Form 7’s default markup and style are fine for most basic contact forms, often you’ll want...

Handling Form Submissions in WordPress with Admin-Post and Admin-Ajax

WordPress provides incredible support for you to work with form submissions in your application. Whether you add a form in the admin or public facing areas, the built-in mechanism with the admin-post and admin-ajax scripts will allow you to handle your form requests efficiently. In this article, I’ll show you how to handle custom form...