This Pro tutorial provides the steps to display elements in Bricks conditionally based on the specified day of the week.
This could be used for example, to automatically display a notice only on Fridays.
Step 1
Go to Settings → General and set the Timezone to the city where your site/business is based at.
Leave the Week Starts On at the default Monday. This is not mandatory since we are going to set the same in code. So it's just a way to make sure there is consistency.
Step 2
Let's add a custom function that takes a 3-letter string of the day (like Mon or Fri) as the input and returns true if today is that specified day.
Conditionally Outputting Query Loop Item Based on Post Meta in Bricks
Rendering query-loop enabled posts depending on the value of each post's custom field value is tricky because by default, the custom field plugins' functions or…