Hi,
I thought I updated this as my dev version has this working, but updating this must have slipped off my radar.
Currently there are no sidebar options for directory, so they just aren’t shown. If users didn’t want the default post setup to carry over, they would have no way to control it.
However, you can modify the code to force a sidebar to show in the single view.
1) Open the file: /wp-content/themes/cardinal/swift-framework/layout/single-directory.php
2) Find line 30, it looks like this $page_content_class = $content_wrap_class = "";
.
3) Below that add in this $sidebar_config = "right-sidebar";
to set the page to hold a sidebar.
4) Edit a single directory in the WP dashboard and add the custom field Name = sf_right_sidebar
Value = sidebar-1
.
sidebar-1
relates to the sidebar you have setup in Appearance => Widgets.
Thanks,
David.