<a> with PHP within splits the link
I've finally found out how to call a the project-type in a link so the link changes depending on which page it shows.
This is the code:
h3 class="widget-title"
a href="../"Terug naar ?php the_terms($post-ID, 'fluxus-project-type'); ?/a/h3
But what happens now is the following.
Both 'Terug naar' and the result from ID, 'fluxus-project-type'); ?> get split.
Example is found on the left side of the page at: http://www.jeroenbrugman.com/portfolio/schilderijen/sickert-als-jack/
Terug naar and Schilderijen are split in 2. How can I combine those so it's one link?
Thanks in advance!