Categoría: BRICKS ORDERING PRO SORTING SQL

  • Custom SQL Ordering for Sorting Events in Bricks

    Custom SQL Ordering for Sorting Events in Bricks

    Consider the following scenario. CPT: eventCustom field: event_date (of type Date) Sample posts with post titles matching the meta value for convenience: Requirement: Show the events ordered by the event date with all current/upcoming events in ascending order and then all past events in descending order. After implementing the tutorial: This Pro tutorial provides the…