- This topic has 1 reply, 2 voices, and was last updated 5 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Changing the template for Frontend Submit
On https://wordpress.org/plugins/events-made-easy-frontend-submit/
it says:
The plugin will look for form template and style files in the following paths …
… but none of those paths match where I found form.php file which in my case is: wp-content/plugins/events-made-easy-frontend-submit/templates
So, to try and create my own template, I created form2.php in the same directory, modified the contents, and using the shortcode format you gave (that is, emefs_submit_event_form template=test.php
) I used the shortcode emefs_submit_event_form template=form2.php
but the page still uses form.php.
What am I doing wrong?
If the path doesn’t exist, create one if them of course. And then put your template in it.