websourceblog

How to query custom fields via meta_query?

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

13 years ago

List of CMS for blogs and websites

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

13 years ago

How to get last month starting ending date using php?

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

13 years ago

Change wordpress admin language.

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

13 years ago

Date Addition and Subtraction in PHP

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

13 years ago

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

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

13 years ago

Git commands

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

13 years ago

How to remove button text in IE7?

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

13 years ago

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

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

13 years ago

How to configure multi store in OpenCart?

Many of you might use opencart for online store development. Opencart can also be used for multi store with single…

13 years ago