websourceblog

How to run Skype multiple instances?

Many people have skype multiple accounts like person and for business use. You can log in at a time in…

14 years ago

How to hide and show div content in jquery?

jQuery is javascript library. It has many plugins for opensource applications as well as for static sites. This is very…

14 years ago

How to change homepage in wordpress?

Wordpress is very famous for blogs but now it is widely using as content management system and e-commerce solutions where…

14 years ago

How to get current page id outside loop in wordpress?

Get page id in wordpress. You can get current page id outside loop in worpress by following statements.

14 years ago

REPLACE function in mySql.

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

14 years ago

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…

14 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…

14 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…

14 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…

14 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…

14 years ago