-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add tags & categories for Elementor Library #886
Copy link
Copy link
Closed
Labels
component/libraryReferences any component related to Template Libraries.References any component related to Template Libraries.request/enhancementIndicates an Enhancement Request for an existing feature.Indicates an Enhancement Request for an existing feature.status/mergedIndicates when a Pull Request has been merged to a Release.Indicates when a Pull Request has been merged to a Release.
Milestone
Metadata
Metadata
Assignees
Labels
component/libraryReferences any component related to Template Libraries.References any component related to Template Libraries.request/enhancementIndicates an Enhancement Request for an existing feature.Indicates an Enhancement Request for an existing feature.status/mergedIndicates when a Pull Request has been merged to a Release.Indicates when a Pull Request has been merged to a Release.
Not sure if you guys have this covered in the API or not so I'm going to make an official request.
I would like to leverage the power of WP_Query() with custom $args to generate grouped content created with Elementor.
At the moment we have the option to query elementor_library but that's limited to just the post type and everything is save in one place.
In my little thinking brain I have 2 aproaches to resolving this shortfall as follow.
A use case for such grouped content is creating a content slider - there more use cases but I'll keep mums for now. Just think global ;)