Wordpress has vast functionality to customize and we can create custom post types and custom fields as many as we…
There are a lot of open source content management systems and blogging systems. Wordpress is very famous for blogging but…
We can find last month starting ending date by using php functions strtotime and date. For last month last we…
Wordpress is in U.S. English by default. Wordpress has already been translated into many languages and all are available on…
While development, you might need to add or subtract date from other date. It's very easy via PHP date and…
Wordpress make it easy to categorize your website content by the use of Custom Post Type UI Plugin. You create…
I like Git a lot. It is very much powerful then SVN. You can't commit or merge if there are…
Negative text-indent isn't working in IE7 to remove button text but you can apply text-transform: capitalize with text-indent property. Following…
Let following text field. By following statement you can set its default value. Use focus() event to change value when…
Many of you might use opencart for online store development. Opencart can also be used for multi store with single…