REPLACE function in mySql.

13 years ago

MySql database has very simple and easy to use string function REPLACE() that is used to find any string and…

How to query custom fields via meta_query?

13 years ago

Wordpress has vast functionality to customize and we can create custom post types and custom fields as many as we…

List of CMS for blogs and websites

13 years ago

There are a lot of open source content management systems and blogging systems. Wordpress is very famous for blogging but…

How to get last month starting ending date using php?

13 years ago

We can find last month starting ending date by using php functions strtotime and date. For last month last we…

Change wordpress admin language.

13 years ago

Wordpress is in U.S. English by default. Wordpress has already been translated into many languages and all are available on…

Date Addition and Subtraction in PHP

13 years ago

While development, you might need to add or subtract date from other date. It's very easy via PHP date and…

How to set up Custom Taxonomy and Custom Posts in WordPress? (part-1)

13 years ago

Wordpress make it easy to categorize your website content by the use of Custom Post Type UI Plugin. You create…

Git commands

14 years ago

I like Git a lot. It is very much powerful then SVN. You can't commit or merge if there are…

How to remove button text in IE7?

14 years ago

Negative text-indent isn't working in IE7 to remove button text but you can apply text-transform: capitalize with text-indent property. Following…

How to change textbox value on blur() and focus() events in jquery?

14 years ago

Let following text field. By following statement you can set its default value. Use focus() event to change value when…