[wd_asp elements=’search’ ratio=’100%’ id=1]

Enable sidebar

22nd July 2013

Admin WP

wordpress category

This will involve two file changes.

/wp-content/themes/mytheme/functions.php
/wp-content/themes/mytheme/sidebar.php

Add this to functions.php at the bottom

if (function_exists('register_sidebar'))
register_sidebar();

and then add this to sidebar.php