Hi,
just a quickie, but it is quite annoying when implementing a child theme. When you register your sidebars can you add an id to them please. Without this you cannot unregister them in a child theme so are stuck with them or you have to delete code directly from parent theme. Obviously this is not preferred.
Further the sidebars are just inline in the functions file can you look at hooking into the appropriate action when you are adding ids into the code please, something like:
add_action( ‘widgets_init’, ‘register_neighbourhood_sidebars’, 10);
Thanks,
JHealy