theme accepted into CC

After lot of struggles, changes, hard rejections, soft rejections…. our theme is finally accepted into CC. http://codecanyon.net/item/josh-admin-template-with-laravel/8754542 I have submitted theme for the 4th time into ThemeForest but they rejected saying it needs more refining (very common rejection msg) then i submitted to WrapBootstrap but rejected there too (a surprise to me) so finally i […]

Match everything in between two strings using sublime text

Often when working on projects with multiple files, we may need to find everything in between two strings and replace them.   example: moving all global js files (files which will be used in all files) within comments like <!– global js –> <script src="js/jquery-1.11.1.min.js"></script> <!– Bootstrap –> <script src="js/bootstrap.min.js"></script> <!– end of global js […]

wordpress wp_options size increasing dramatically?

Is your wordpress site becoming slow? wp_options table size is increasing dramatically day by day? did you install woocommerce? If you install woocommerce, then woocommerce creates session values in wp_options which will be deleted automatically in 12 hours but if wordpress cron is not working then your wp db size will increase like anything. there […]