Add JSON-LD Structured Data to WordPress
Learn what JSON-LD is and how to add structured data to WordPress either with custom code or with plugins.
Learn what JSON-LD is and how to add structured data to WordPress either with custom code or with plugins.
A practical WordPress performance guide using the Avada theme as an example, covering assets, caching, HTTP/2, CDN, and media delivery.
A practical guide to installing and using Wenprise Forms, a WordPress form library based on Nette Forms.
A practical look at category and tag SEO in WordPress, including when to noindex thin tag archives and how to improve archive quality.
Build a custom WooCommerce product type by registering a product class, adding admin tabs and fields, and rendering custom front-end output.
A practical overview of useful WordPress global variables, including loop globals, browser flags, server flags, version data, and admin globals.
Use capability mapping in WordPress to block deletion for selected post types and remove the related trash bulk action.
Disable Quick Edit for selected post types in the WordPress admin by filtering row actions and removing unwanted action links.
Extend the WooCommerce My Account area by adding a custom menu item, endpoint, and account page for user-specific features.
Use raw SQL plus post__in when WP_Query cannot express an OR relationship across authors and taxonomies cleanly.