ShareHow to Add Custom Secondary Navigation Menu in WordPress? Would you like to add secondary top menu in your WordPress[…]
Read moreAuthor: admin
How to Create a 301 Redirect in WordPress
ShareSetting Up WordPress 301 Redirects:- When you are thinking about changing a url but don’t want to decrease your traffic[…]
Read moreCreate Customer Attribute in Magento Easily
Share<?php $setup = new Mage_Customer_Model_Entity_Setup(‘core_setup’); $setup->addAttribute(‘customer’, ‘glasses_prescription’, array( ‘type’ => ‘text’, ‘input’ => ‘hidden’, ‘visible’ => false, ‘required’ => false[…]
Read moreHow to use different single post page in WordPress
ShareWordPress, by default is setup to use one “single.php“ for every post. if you wanted to display a different layout[…]
Read more