2nd Jun '22/34 comments/FavoriteSingle Event Template for The Events Calendar in BricksSridhar Katakam Updated on 19 Sep 2024 The Events Calendar is one of the most popular event plugins for WordPress. With The Events Calendar active, single event pages appear fine out of the box in Bricks. However, in certain situations, you may want to customize the layout inside the Bricks editor and in this Pro tutorial, we share how this can be done. Step 1 Go to Events → Settings → Display. This is a BricksLabs Pro tutorial. For full access login below or create your BricksLabs Pro account Username Password Remember Me Forgot Password Tagged: BricksPluginsProThe Events CalendarSridhar KatakamSridhar Katakam is a Bricks enthusiast. He likes helping others by researching and solving WordPress-related problems and building websites.Get access to all 524 Bricks code tutorials with BricksLabs Pro
Pro Events grouped by months within years based on event date custom field valueHow to output events grouped by years and months using three nested query loops in Bricks.Read more →Categories: Bricks, ProTags: Nested Queries
Pro ACF Relationship: Show all other events related to the artists of the current eventHow all other events related to the artists of the current event can be output in a Bricks query loop.Read more →Categories: Bricks, Plugins, ProTags: ACF, Relationship
Pro Upcoming Events Grouped by ‘Month Year’ in BricksA custom query loop type for showing future events based on a date custom field using three nested query loops.Read more →Categories: Bricks, ProTags: ACF, Custom Query Type, Query Loop
How to Show Future Events in BricksOne of the common requirements in WordPress is being able to filter the events (or could be posts of any post type) to only those…Read more →Categories: Bricks, FreeTags: Meta Query
Ordering The Events Calendar Events in BricksLooking to order the list of events output via a query loop in Bricks when using The Events Calendar?Read more →Categories: Bricks, Free, PluginsTags: The Events Calendar
Pro Non-empty events sorted by event date and other posts below in BricksUpdated on 15 Jan 2024 Consider a scenario where you are showing posts from multiple post types namely post, event and game in a single…Read more →Categories: Bricks, ProTags: meta_query
Pro Events Grouped by Event YearIn this Pro tutorial, we share the PHP code for outputting past events grouped by the event year in descending order of the event year.…Read more →Categories: Pro, WordPressTags: PHP
Pro Events grouped by Event Date custom field in BricksThis Pro tutorial for Bricks users provides the steps to output posts of an event custom post type dynamically grouped by the value of their…Read more →Categories: Bricks, Plugins, ProTags: ACF, Nested Queries
Pro Custom SQL Ordering for Sorting Events in BricksShowing events ordered by the event date with upcoming events in ascending order and past events in descending order.Read more →Categories: Bricks, ProTags: Ordering, Sorting, SQL