Author: websourceblog

1

How to disable categories from magento database?

In table “eav_attribute” and find the attribute_id that’s associated with is_active and then look for the attribute_id value in catalog_category_entity_int there you will find a value Boolean. Share this…FacebookPinterestTwitterLinkedinTumblr

Create sub domains on apache localhost. 0

Create sub domains on apache localhost.

Today I will tell you how to create sub domains on your localhost system using apache. It’s very easy just need to follow few steps. Decide sub domains that you want to create. I...

PSD Free Templates for Websites 5

PSD Free Templates for Websites

Website design is very tough for beginners as well as for advance designers when they need urgent designed templates and they aren’t get any quick ideas to start designing. Here are few readymade free...

Add menu item programmatically in WordPress 0

How to check post has thumbnail or not?

You can check that post has thumbnail or not by using following conditions {code type=codetype} If(has_post_thumbnail()){ // some code here }else{ // else code here } [/php] Share this…FacebookPinterestTwitterLinkedinTumblr