Archive for the ‘Wordpress’ Category

This post looks at enabling WordPress menus – this great feature has been available since WordPress 3 +.  For all those themes that don’t have this feature enabled this is how to do it. Step 1. Open up your your functions.php file and add the following code snippet: register_nav_menus(array(‘primary’=>__(‘Primary Menu’),)); You can add as many [...]