This support ticket is created vor 3 Jahren, 3 Monaten. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.
I have a view that shows posts (filtered by a certain category).
I display the featured image and the post title.
Now I also want to show the tags of the posts here but they do not show up. Just empty.
The posts do have tags because when you click to the posts you can see the tags.
I checked on the posts and the only ones that are not showing are the ones that don't have tags. Also i see that you have some custom code as well that could be interfering with the function of the view.
When I disabled the view the tags showed fine as well as when I used the filter to filter the view.
Hello Shane,
that custom code is needed for the functionality. And that might interfere with the tags yes.
So we might have found the problem. But now the page does not work as it should anymore. I enabled the custom code again but the page does not filter to the chosen category (from the query string in the url).
I had removed and re-added the filter. Its quite possible because the URL parameter name had changed from "cucategory" to "wpv-congres-categorie" when I re-added the filter in my tests.
You should be able to just set back the parameter in your code to "wpv-congres-categorie" to restore the functionality.
Hi Shane,
I changed the filter url parameter and now that is working again. Also the tags show up fine.
Only thing that is not working anymore is the dropdown filter to only show child terms of the chosen category.
That one was solved in my previous ticket:
But now I am back to square 1 😉
How do I get that code to not interfere with the tags..?
Minesh helped me with the other code.
Are you able to alter the code sdo that the page keeps functioning correctly and the tags are shown, or should we call in the help of Minesh?