Thread Starter
meko6
(@meko6)
Brilliant! Thanks again keesiemeijer! All sorted now. The following is the line that made the difference.
$service_link=get_term_link( $service_type, $service_type->taxonomy );
To see this working, http://www.blindcreek.com.au/testimonials/thank-you-for-your-fabulous-service/
Thread Starter
meko6
(@meko6)
Great thank you keesiemeijer thats very close, but now I’m having a problem with adding a link to the button for each section. The link it is producing is */testimonials/web-design which gives me a 404 I need a link like */services/web-design please see http://pastebin.com/fwbCPPwd
Thread Starter
meko6
(@meko6)
Thanks Ounziw for pointing me in the right direction.
I got it working using the following:
<li class="<?php
$terms = get_the_terms( $post->ID, 'service' );
foreach ( $terms as $term ) { echo $term->name . ' ' . ' all'; } ?>">