05/09/2013 at 11:06 am
#259376
Keymaster
@ Jonathan
First, you should upgrade Connections to 0.7.6.6.
The category drop down is being redirected to the “blog” home page by WordPress. This is a known WordPress issue/feature called canonical redirect. I’ve implemented a work-around in version 0.7.6.4, one version newer than you have installed.
Installing the new version will fix this. However, the category and search will occur on the homepage and not the directory home page. This is by design which allows multiple directories be run on the same site separated by categories. So what you’ll want to do is disable the category select and search. You can do this by adding the following two options to the shortcode:
enable_search=FALSE
enable_category_select=TRUE
Hope that helps.