WordPress Core
Categories
Advanced Custom Fields (ACF)
Automatic CSS
BricksExtras
ChatGPT
- Add Array to WS Form Webhook
- Adding a Show All/Hide all Button for the Bricks Nestable Accordion
- Adding a Show All/Hide all Button for the Frames Accordion
- AP Style Date Shortcode
- Category Dropdown Shortcode
- Display Open or Closed
- Featured Image Data
- Human Readable Time
- Open Street Map (OSM) Rendering Issue
- Post Date +
CSS
Custom Fields
Frames
JavaScript
Meta Box
PHP
Plugins
Shortcode
WP Admin
Add Array to WS Form Webhook
Passing an array using a WS Form Webhook is not availalbel natively, but the solution is relatively easy.
Add reusable blocks to wpAdmin Menu
This will add the link to the interface for managing reusable blocks to the WordPress side menu.
Animated Link Hover
This simple animation effect adds a nice micro-interaction to any link to help draw attention.
Category Dropdown Shortcode
This was my first ChatGPT for a WordPress feature: Sure, here's the code to create a shortcode that outputs an accessible dropdown list of all post categories and the number of posts in each with…
Changing the Lightbox Button Color
I love the added interactivity feature, which creates a lightbox easily within core WordPress. In the recent update to this functionality, the WP team added a button indicating a popup is available. Unfortunately, it is…
Changing WP Button to ACSS Button
A simple sippet to bring the default WP button in line with ACSS.
Countries
A listing of countries for a select list.
Display Open or Closed
I used ChatGPT to generate a shortcode that would indicate whether a business is opened or closed.
Hover boxes
A simple hover example that looks far more complicated than it is thanks to modern CSS.
Hover Effect
I recently came across this effect on a website and thought it was interesting and simple to implement. It resembles the link hover effect I was already using. Since you have greater control of the…
Human Readable Time
WordPress has a great function built-in to express the date posted in a more readable format.
Meta Box and Font Awesome Icons
I like to use the Font Awesome option for post-type icons when using Meta Box, but occasionally, the icons seem to have a mind of their own and completely screw up the admin list. I…