Additional WP features (WP expand expansions functionality) (tag)

Back and Forward Links for Hierarchical Pages

How to create back and forward links for hierarchical pages in WordPress.

WP_Query: How to Compare Meta Fields values in meta_query Request

How to compare meta fields in WP_Query using meta_query; Universal method for comparing meta fields in WP_Query.

Adding User Rights on the Fly

This article explains how to dynamically add user rights and capabilities in WordPress using the user_has_cap hook, allowing for immediate changes without modifying...

Adding taxonomy (term) to post search

The article explains how to enhance the default product search by adding the ability to search by product attribute names.

Register a Taxonomy without attaching it to any Post Type

As I found out, WordPress does not allow the creation of taxonomies independently, without binding to any post type. I mean, we can register a taxonomy without binding...

How do I enable links (bookmarks) in WordPress?

Before version 3.5, WordPress had a so-called "blogroll", "bookmarks", "links" - these were entries that had their own separate menu in the admin-panel, just like...

Creating Custom Fields Block in WordPress Admin Panel

This article explains how to create a custom fields block in the WordPress admin panel without using plugins, including the creation of the block, filling it with HTML...