custom attribute no longer works in shortcode orderby
-
We were using a shortcode that had a custom attribute (ATT_{facilitators}) in its orderby and it worked fine until a recent update (not sure if it happened with 6.6.3). If we remove the custom attribute from the orderby, the shortcode works as expected. With the custom attribute in the sortby, the shortcode returns “no events found”.
Here’s an example of the shortcode that works:
[events_list scope="2024-05-01,2024-05-31" limit="0" orderby="event_start_date,event_name"]#_EVENTLINK[/events_list]
Here’s an example of the shortcode that returns “no events found”:
[events_list scope="2024-05-01,2024-05-31" limit="0" orderby="event_start_date,event_name,facilitators"]#_EVENTLINK[/events_list]
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.