The data schema in WordPress is quite flexible, and after the appearance of arbitrary post types in the core of WordPress, almost any data can be placed in a table in some way wp_postsand work with it using standard tools. But in practice, this is not always optimal, and sometimes it becomes necessary to create… Continue reading Creating Your Own Tables in WordPress Database
Tag: Own
How to Create a Signup Page in WordPress Multisite
Multisite mode allows you to use one WordPress installation for multiple sites at the same time. In this case, each site gets its own tables in the database with a unique prefix. Tables with data of registered users are common for all network sites. This is a definite plus and by registering once you can… Continue reading How to Create a Signup Page in WordPress Multisite