5 articles WordPress

Theme Options Z: My second Plugin is out !

theme options z icon-128x128

After months of hard work My second plugin Theme Options Z is ready for use. Let’s talk something about it. Checkout my first plugin WP admin todo list, easily manage your tasks right from WordPress admin. From Where I get Idea During developing themes for clients I needed to use Options.php for custom options to allow clients to…

Quick patch : WP_User_Query orderby meta_value_num

This article is a quick patch/fix for orderby meta_value_num in WP_User_Query When you want to sort users by their meta key there is option, but if meta value is number and you want to sort them, then there is nothing like meta_value_num in WordPress (at the time or writing (WordPress 4.1 )) for WP_User_Query. So…

how to remove cryptoPHP malware from WordPress

cryptoPHP malware infected file

After moving WordPress site to live server my client reported me another day that hosting provider has blocked his site and saying that it’s infected with CryptoPHP malware. Hosting provider guys has setup an .htaccess protection and mailed client to prevent further damage. They sent a link describing this malware. After I have scanned whole site…