Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Members Directory


Burt Adsit
Participant

@burtadsit

That\’s how I got the member theme to display a sidebar using the plugin-template.php and plugin-sidebar.php templates. You\’ll have to modify the directory templates to display a sidebar if you want them to show up there. All you have to do is include the sidebar div like:

<div id="sidebar">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('member-sidebar') ) : ?>
<?php endif; ?>
</div>

I stuck that each directory’s index.php template and modified the css to format things properly. Giving the new sidebar some room.

Skip to toolbar