I see.
Well you certainly helped a little. How do I make slideshow.php part of my theme? just add a new page?
However, my main question was the following. I have a page in wordpress that uses a form. The action in the form refers to the mail.php which is located inside the theme folder under a folder called mail.
So, just to clarify: it is located here:
https://your-site.com/wp-content/themes/my-template-folder/mail/mail.php.
When I’m editing the HTML of the page that I created via wordpress, I put in the action=”” <?php bloginfo(‘template_url’); ?>/mail/mail.php. However, that does not work. My question is simple, why?!
Thanks,
Amit