EzStatic
| Plugin Status | Obsolete | ||
| Author | Owen Winkler | Version | 3.1.1 |
| Plugin Home | Visit | Author Homepage | Visit |
| Download | Visit | Plugin License | MIT |
| Description : | |||
| Allows easy display of static content within the WP blog context. | |||
| EzStatic allows you to display pre-built HTML and PHP pages inside your regular WordPress layout. For example, if you have an HTML file called sample.html, and you want its contents to appear inside your WordPress template, you would be in for an ordeal. You would need to either create a new post and paste the content from the file into it, or copy the template information from WordPress into your HTML file. With EzStatic will extract the content from your HTML file and insert it where the posts would normally appear, without much fuss. This can be done with static HTML files or dynamic PHP files. An example application of using PHP files with EzStatic is implementing a contact form. If you have a PHP file that displays a form and converts the submission to email, you can use EzStatic to insert the form into your WordPress layout. As long as the form posts its data back to the special EzStatic URL, all of the form functionality should work normally, but it will be embedded in your regular site layout. |