02/24/2015 at 10:18 am
#320567
Keymaster
@ Sam
Sorry, not easily doable until I release 8.2. There’s a brand new function I added specifically to do this. But if you want to give it go any way…
You would need to edit these two line:
- https://github.com/Connections-Business-Directory/Connections/blob/feature/term-meta/includes/entry/class.entry-output.php#L2467
- https://github.com/Connections-Business-Directory/Connections/blob/feature/term-meta/includes/entry/class.entry-output.php#L2475
You would replace the contents of the li and span tags with a call to this function:
But since that function does not exist in the released version of Connections, you’ll have to create your own custom version of the function and call it instead.
Hope that helps!
