Tagged Questions
0
votes
0answers
62 views
Add new template file in plugin [duplicate]
Possible Duplicate:
Create custom page templates with plugins?
I create a plugin and a template file but I do not know how to include the template file in the plugin
For the moment, I use ...
0
votes
3answers
466 views
What action hook can I use to add a JavaScript to a page post using a theme template that is not including get_header() nor get_footer()?
So the reason why I am don't want to include get_header() or get_footer() tags is because this page will be loaded as an iframe using the thickbox modal plugin and its content will be a form and I ...