01/03/2014 at 10:39 am
#276385
Keymaster
@ Regev
In main navigation menu add custom links to the various Connections categories instead of linking to a page with the Connections shortcode limit the category and then entry your category description in the description field on the Connections : Categories admin page. And finally go to the Connections : Settings admin page and enable the display of the Category Description under the Display tab.
Here’s a sample custom link to a Connections category:
domain.tld/directory-homepage/cat/category-slug
You can use the $entry->getName()
method just to return the name that you can use to wrap in your own markup.
Hope that helps!