This Pro tutorial shows how we can define a custom function that takes in a month in the three-letter format (like Dec) and a day number (like 25) and use it with Dynamic data condition of Bricks to output or not output elements on specific month and day whilst taking the site's timezone setting into account.
Use case: Render a banner only on special days/holidays every year automatically. Ex.: on Christmas day.
It is a common requirement to show posts (posts/CPT items) that belong to the same taxonomy (category/tag/custom taxonomy) as the current single post. This Pro…