WordPress on Google App Engine

This writing is based on Google PHP Developer guide sample WordPress Project to install WordPress on Google App Engine. This Project is to install WordPress on /wordpress, but some one like me who love WordPress too much and want to install WordPress on Google App Engine root(parent) directory, need to change few things of this project…

Install WordPress On Google App Engine root(parent) directory

The Important part ( app.yaml ) First.

application: your-project-id version: A1-B2C-WHATEVER-test(NO dots) runtime: php api_version: 1 handlers: - url: /(.*\.(htm|html|css|js))$ static_files: \1 upload: .*\.(htm|html|css|js)$ application_readable: true - url: /wp-content/(.*\.(ico|jpg|png|gif))$ static_files: wp-content/\1 upload: wp-content/.*\.(ico|jpg|png|gif)$ application_readable: true - url: /(.*\.(ico|jpg|png|gif))$ static_files: \1 upload: .*\.(ico|jpg|png|gif)$ - url: /wp-admin/(.+) script: wp-admin/\1 secure: always - url: /wp-admin/ script: wp-admin/index.php secure: always - url: /wp-login.php Continue reading 	

How to Add Header and Icon Image to WordPress Plugins

With upcoming changes on WordPress 4.0, the wordpress.org Plugins Directory’s page is changing after a long pause. The same happening on wp-admin Plugin page too. The new look with have a Plugin Icon With title, descriptions and other info of the Plugin.
This new changes will not put any effect with the earlier Plugin header image. The Plugin header image will be there same as before. For some one new with the WordPress Plugin development, here is how to add the header image please follow the same steps below….

Add Icon Image to WordPress.org Plugins

With upcoming changes on WordPress 4.0, the wordpress.org Plugins Directory’s page is changing after a long pause. The same happening on wp-admin Plugin page too. The new look with have a Plugin Icon With title, descriptions and other info of the Plugin.

This new changes will not put any effect with the earlier Plugin header image. The Plugin header image will be there Continue reading

WordPress Plugin, Indeed WordPress Widget – Jobroll

Indeed WordPress Widget. A simple WordPress Plugin, that display Indeed Jobroll widget in WordPress widget area. This indeed widget needs Indeed publication ID. Very easy to install and run. You can get the Plugin form my Download page. Currently Indeed WordPress Widget is very simple widget, but have plans to make it more useful and feature rich….

Indeed WordPress Widget

A few month back I have worked on WordPress site related to jobs search and posting. The site was using IndeedPress. During that time I came to know about Indeed Publication, so I just put a “cut paste” widget to my site too using simple WordPress core text widget. Was working good. But after sometime I thought of making some Continue reading

WordPress Child Theme For Durus Multipurpose WordPress Theme

Recently I have worked on this new Durus Multipurpose WordPress Theme It’s a nice theme with many feature like Drag & Drop Builder, Parallax Background, Video Background and without any doubt it’s responsive….

Recently I have worked on this new Durus Multipurpose WordPress Theme It’s a nice theme with many feature like Drag & Drop Builder, Parallax Background, Video Background and without any doubt    it’s responsive. So other then breaking I Plan to create a WordPress Child Theme for Durus.

But while playing with it, I found only few handful resource to develop a Child Theme of it. I was Continue reading

Am I Under Attack?

08/16/2014 12:16:04 PM

Just now came out another attack. I don’t know what I did bad to my bothers. I will Just say.. Brother I’m a very poor guy, can’t afford to give time on repair.

I’m saying sorry IF I DID ANYTHING wrong to you. Please don’t put mysite under attack again. You almost got me ?!

Lesson Learned:

Never Ever Use “admin” username for Admin. Although I Continue reading