Open julianwitzel opened 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);
$wanted_template = $theme_builder->get_document(1299);
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);