How to Create and Use WordPress User Metadata (User Meta) Wpdev May 22, 2023 In this article, we explore WordPress user metadata, usually called simply WordPress user meta. We’ll explain, among other things:…
WooCommerce API – Product Sync with Multiple Stores Wpdev May 5, 2023 First of all we have to decide what is actually a product synchronisation? Let’s consider two scenarios here. Update a…
How to Create a Custom Page Template in a WordPress Theme Wpdev March 29, 2023 One of the most important selling points of WordPress is the idea of themes. A single theme adds great value…
How to Create a Custom Page Template in a WordPress Theme Wpdev March 29, 2023 One of the most important selling points of WordPress is the idea of themes. A single theme adds great value…
Use WP functions outside of WordPress Wpdev March 29, 2023 Here’s how easy it use to use any of WordPress default functionality from any PHP file outside of the WordPress…
Protect the WordPress Admin Wpdev March 29, 2023 A secure way to protect your site’s admin area is to lock it down with .htaccess. There are two parts…