<ul id="menu-secondary-menu-1" class="amp-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-308 "><a href="https://www.websourceblog.com/expertise/" class="dropdown-toggle" data-toggle="dropdown">Expertise – Full Stack Developer</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-178 "><a href="https://www.websourceblog.com/contact-us/" class="dropdown-toggle" data-toggle="dropdown">Contact Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-1580 "><a href="https://www.websourceblog.com/privacy-policy/" class="dropdown-toggle" data-toggle="dropdown">Privacy Policy</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1606 link-menu"><a href="#"on="tap:AMP.setState({ offcanvas_menu: false })" role="button " tabindex="0" class="dropdown-toggle" data-toggle="dropdown">Hosting Services</a> <input type="checkbox" id="drop-3"><label for="drop-3" class="toggle"></label><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1607 "><a href="https://www.websourceblog.com/dreamhost-best-hosting-provider/">DreamHost: A Complete Web Hosting Solution</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1614 "><a href="https://www.websourceblog.com/digitalocean-a-gateway-to-cloud-simplicity/">DigitalOcean: A Gateway to Cloud Simplicity</a></li> </ul> </li> </ul>

How to revert uncommitted changes by using git?

12 years ago

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

How to run Skype multiple instances?

12 years ago

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

How to hide and show div content in jquery?

12 years ago

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

How to change homepage in wordpress?

12 years ago

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

How to get current page id outside loop in wordpress?

12 years ago

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

REPLACE function in mySql.

12 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?

12 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

12 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?

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

12 years ago

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