need help with importing json template to actual page #14218
bressler1995
announced in
Developers Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I have a simple elementor compatible theme that I've been building and I have been attempting to build a way into it to import templates. So far I have a php file that attempts to do this. But it only imports into the template library which is not very ideal as I would like to have the templates import into actual pages. I've tried to potentially convert the post type of the template into a regular page but to no avail. Not sure if you guys have a function that Im overlooking in the documentation or if there's a different approach I need to be taking.
Any help is appreciated.
`<?php
?>`
Beta Was this translation helpful? Give feedback.
All reactions