Using plugin functionality in external php script not working
I am encountering a strange problem which I couldn’t solve so far. I’m calling a .php script via cronjob (Debian/GNU Linux). To use … Read more
I am encountering a strange problem which I couldn’t solve so far. I’m calling a .php script via cronjob (Debian/GNU Linux). To use … Read more
I’ve discovered a solution to an IE problem with a conditional comment. I only need it on the home page because I’ve isolated … Read more
I have this code which works in a file called downloads/download.php: <?php header(‘Content-type: application/octet-stream’); header(‘Content-Disposition: attachment; filename=”file.pdf”‘); readfile(‘file.pdf’); ?> It correctly prompts to … Read more
I need to count how many times a file in a particular sub-directory is downloaded and track who downloaded it. I’m using a … Read more
Is it possible to use WordPress as the CMS but all of contents will be displayed using CodeIgniter? What I want to know … Read more
Created a class in an external script which is dependent on the WordPress environment. Since it’s a class I intend to use on … Read more
I read about 2 methods for initializing WordPress function outside of WordPress files so We can use these functions on any page or … Read more