add_rewrite_rule(): Add Custom URL Rewrite Rules in WordPress
Use add_rewrite_rule() with add_rewrite_tag() to add custom URL rewrite rules and query variables in WordPress.
Use add_rewrite_rule() with add_rewrite_tag() to add custom URL rewrite rules and query variables in WordPress.
Use add_rewrite_tag() in WordPress to register custom query variables and use them with add_rewrite_rule() in custom URLs.
How to find and remove the malicious if(!isset($GLOBALS[…])) code injected into WordPress theme files.
Use a save_post check in WordPress to block publishing until the editor sets a featured image.
Use sanitize_text_field() in WordPress to clean form input and other plain-text strings before saving them.
A look at the WordPress Researcher backdoor plugin and why research__plugin.php should be removed immediately.
Matt Mullenweg announced that Automattic acquired WooCommerce, the most popular ecommerce plugin in the WordPress ecosystem.
Practical points to consider before buying a premium WordPress theme, from code quality and SEO to support and lifecycle.
Use a custom WordPress query to display WP-PostViews popular posts with your own markup and extra fields.
Use the preprocess_comment filter to enforce minimum and maximum comment length in WordPress.
A detailed introduction to the WordPress database structure, the content types it stores, and the relationships between the core tables.
Use simple PHP in WordPress to rotate random background images and make text-heavy pages feel more active.