- This topic has 1 reply, 2 voices, and was last updated 10 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Unlink the tags in the search results
Hey there,
I want to unlink the tags in the search results of my page:
http://secondsuspense.com/portfolio/
I searched on the internet to solve this problem. I think i found the solution too but i don’t know exactly where i need to past the code.
http://i.imgur.com/s2ndwe7.jpg
My results.php file is located in:
wp-content/themes/customizr/search-filter/results.php
Hope you can help me (again)
Best regards and thanks
Max
This is really a WP question but yeah you can replace
<?php the_tags(); ?>
with the code you highlighted form the WP docs.
Thanks