websourceblog

How to register custom menus in wordpress?

You can register multiple custom menus in wordpress for your theme. These menus can be shown on different locations. There…

13 years ago

How to display users Gravatar image?

Many users have images on Gravatar. If you want to dispaly user's Gravatar image then you just need email address…

13 years ago

Rounded corners in IE browsers:

JQuery UI has many features one of them is rounded corners that uses CSS3's border-radius property. Unfortunately it is not…

13 years ago

Add CSS attributes to Symfony form label

You can add custom CSS attributes like class or id to Symfony form labels as following. Passing null as the…

13 years ago

How to revert uncommitted changes by using git?

If you don't want to commit changes, then you can use following command on git. If you want to reset…

13 years ago

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…

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

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

13 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.

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

13 years ago