Tagged Questions
4
votes
4answers
352 views
Import Wordpress XML File from Within Functions.php
I am developing a theme which has a different method of adding in content and so, the default install of Wordpress won't show any content because of this. I was wondering if it is possible to ...
2
votes
2answers
100 views
Hook for URL request
I would like to make XML files downloadable, instead of allowing the browser to displaying them inline.
I know I can use the Content-Disposition: attachment HTTP header (of course, better solutions ...