Free

Author Page Archive Link for the Current User
WordPress has a handy function called get_author_posts_url() that returns the URL of the archive page for the author of the…
Read more →
Categories:
Tags:
Ultimate Member in Bricks: Ignoring the Content Restriction for Header/Footer
If using Ultimate Member to restrict the main post content in a template, you may run into an issue when…
Read more →
Categories:
Tags:
Get Post ID from Post Title in WordPress
Looking for a way to get a Post ID given its title on single posts in WordPress? With our custom…
Read more →
Categories:
Tags:
jQuery in Bricks
Bricks does not load jQuery out of the box on the front end. It is possible that certain plugins do…
Read more →
Categories:
Tags:
Loop Item ID and Loop Item Object in Bricks
If you are working on a Bricks site with specific requirements, chances are you need to grab the ID and/or…
Read more →
Categories:
Tags:

Adding MENU Text After Hamburger Icon in Bricks
Looking to add the word MENU before or after the hamburger menu icon in Bricks? We can use ::after pseudo-element…
Read more →
Categories:
Tags:

Removing Action/Filter Inside a Plugin’s Namespaced Class Constructor
Recently worked with a friend figuring out how to remove/undo/cancel an add_action() line that's inside a plugin's constructor inside a…
Read more →
Categories:
Tags:

Outputting Only the First ACF Repeater Row in Bricks
In the Bricks Facebook group a user asks: How can I display only the first entry from an ACF repeater?…
Read more →
Categories:
Tags:

Animated Border Hover Effect Buttons
Here's how can be implemented in HTML/WordPress/Bricks. Step 1 Add this CSS in your child theme's style.css or another appropriate…
Read more →
Categories:
Tags:

Checking for ACF Repeater Rows in Bricks
Bricks enables us to conditionally output elements if a basic ACF field type like Text has value by selecting it…
Read more →
Categories:
Tags:

Opening RSS Block’s Links in New Tabs
Looking to have links output by RSS Block (in the block editor) in new tab/window when using Bricks? Add this…
Read more →
Categories:
Tags:

How to Create a Right Overflow Effect on Sliders in Bricks
In this tutorial, we'll learn how to recreate a nice overflow effect on the right of our sliders in Bricks.…
Read more →
Categories:
Tags: