This topic is: resolved
- This topic has 13 replies, 2 voices, and was last updated 9 years ago by .
You cannot reply to this support topic. Please open your own support topic.
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
@ Mindy
Now I understand the confusion/issue.
This is the page being linked to:
http://ncjwhouston.org/join/directory/view/all/
And clicking a link will take you straight the single entry view. This view should not be showing the search and category drop down. This is actually a bug with the template. I applied a hot fix so they do not show in this view. They do not work in single entry view which is the cause of the search issue.
The correct link for the directory is this:
http://ncjwhouston.org/join/directory/
This is the link you should be linking to in the nav.
Now, search and category selections work.
The only way to show the categories an entry is assigned is to edit the template. If your dev can do this, it only requires basic PHP, I can supplied you with the function that needs to be inserted.
THANK YOU!!! Whoohoo!!!
Yes, please provide the function that needs to be inserted, to edit the template, to show the categories an entry is assigned to.
Again, many thanks!
@ Mindy
Add the following to the card.php file where you want the assigned categories to show.
<?php $entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) ); ?>
MY HERO! Thanks!!!
You cannot reply to this support topic. Please open your own support topic.