Tagged: template
Hello everyone
I have created an Enfold template.
I would like to allow users to create content with that template already opened, with fields already visible.
Also, I would like to add that link to the (+) menu item, below all other New type pages (create a post, create an article, create a portfolio, …)
Does something like this exist ?
post-new.php?post_type=xxxxxxxxxxxx
or
post-new.php?post_type=page&template=xxxxxxxxxxxxxx
Best regards
David
Hey ambra2014,
Thank you for the inquiry.
This is not possible, unfortunately. You can’t assign a custom template to a newly created page or post.
Is the post creator or form going to be accessible in the front end? Have you tried creating a custom post type instead? You can assign or create a custom template file for the post items.
// https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
Best regards,
Ismael