WordPress

Code

Turning Gravity Forms File Uploads into Clickable Links

When building a form to collect wedding photos with Gravity Forms, I ran into a common issue: using the {all_fields} merge tag in notifications simply ...
Read More →
Code

How to Display Multiple Category Badges in Newspaper Theme’s Flex Blocks

If you’re using the Newspaper theme by tagDiv, you may have encountered a frustrating limitation: while WordPress allows you to assign multiple categories to a ...
Read More →
Code

Bulk Reassigning Posts to a Different Cloud Template in the Newspaper Theme

The Newspaper theme by TagDiv is undeniably a powerful and versatile choice for WordPress users. However, it does come with certain limitations—one notable drawback being ...
Read More →
Code

How to determine if a category is a child of another category

This WordPress code snippet is a custom function that hides a specific element on pages that match certain conditions related to a custom taxonomy. Let’s ...
Read More →
Code

How to customize the WordPress admin login screen

The default WordPress admin login screen, while functional, is quite generic and often immediately recognizable as a WordPress site. For those who prefer a more ...
Read More →
Code

How to create a shortcode in WordPress

Shortcodes are incredibly versatile tools that make it easy to display various types of content anywhere on your website. They offer a simple way to ...
Read More →
Code

How to build a custom exporter for WooSubscriptions

Building a custom exporter for WooSubscriptions involves creating a tailored tool that allows you to export subscription-related data from WooCommerce Subscriptions into a specific format, ...
Read More →
Code

How to programmatically assign a WordPress author to post on pageview

Recently, I faced a scenario where I needed to dynamically set the author of a post based on user interaction when they visited the page. ...
Read More →
Code

Add additional fields to the WooCommerce admin search

Enhance the search functionality within the WooCommerce admin panel to allow store administrators to search for orders, products, customers, or other relevant data using more ...
Read More →