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

Remove check from phone field in magento

13 years ago

Open table "eav_attribute" set "is_required = 0, for the attribute_code "telephone" Open files billin.phtml and shipping.phtml both will be located…

Create sub domains on apache localhost.

13 years ago

Today I will tell you how to create sub domains on your localhost system using apache. It's very easy just…

Following are few steps that are very helpful for on-site SEO.

13 years ago

File naming conventions: file names in our site is very helpful to get keywords in our site. Like on ready…

How to remove Tax and Shipping estimate block from Magento Cart?

13 years ago

Want to remove tax and shipping estimate block from your theme? In your theme layout there will be a file…

PSD Free Templates for Websites

13 years ago

Website design is very tough for beginners as well as for advance designers when they need urgent designed templates and…

How to check post has thumbnail or not?

13 years ago

You can check that post has thumbnail or not by using following conditions {code type=codetype} If(has_post_thumbnail()){ // some code here…