dudaster / ele-custom-skin

Create a skin for Elementor Pro Post and Post Archive widgets using Elementor templates
GNU General Public License v3.0
59 stars 10 forks source link

Can I write a custom query and using my loop to display the posts? #866

Open julianwitzel opened 2 years ago

julianwitzel commented 2 years ago

I want to write my own custom query but I want to be able to edit the templates still in Elementor. Is it possible that I can refer to the template in my code?

Something similar to: $wanted_template = $theme_builder->get_document(1299);