Hi, I am using The Grid throughout my website. I needed to write a shortcode that would let me dynamically create a grid based on the users favorites. I came across this Essential Grid code:
echo do_shortcode( '[ess_grid alias="test" posts='.implode(',', $favoritesIdArray).']' );
This works perfectly for me, however, if possible I would like to stick to The Grid. Is there a similar solution in The Grid? Thank you for your time.