Thanks for reaching out to the team at BC's Guide to Arts and Culture. We're happy to support you!
As a Marketing Member on Art-BC, you receive community cultural marketing support for your arts and cultural events and organization.
Through our category listings, extensive social media coverage, Print Guide and Digital Marketing, Art-BC is here to support the growth of your organization and its role in the BC Arts and Cultural sector.
Would you like to connect directly with the publisher? Email Trudy atpublisher @ art-bc.com
SELECT wpdt_posts.*
FROM wpdt_posts INNER JOIN wpdt_postmeta ON ( wpdt_posts.ID = wpdt_postmeta.post_id ) INNER JOIN wpdt_postmeta AS mt1 ON ( wpdt_posts.ID = mt1.post_id )
WHERE 1=1 AND (
wpdt_postmeta.meta_key = '_elementor_priority'
AND
(
( mt1.meta_key = '_elementor_location' AND mt1.meta_value = 'elementor_body_end' )
)
) AND wpdt_posts.post_type = 'elementor_snippet' AND ((wpdt_posts.post_status = 'publish'))
GROUP BY wpdt_posts.ID
ORDER BY wpdt_postmeta.meta_value+0 ASC