I have a strange request, but I suspect there might be a solution in Toolset.
The theme I'm using (Divi Child) does not display Tags as part of the current post metadata. It's an oversight on their part, and I've asked them to fix the problem. But today, I had the crazy idea that I might be able to work around the problem by creating a view into the current post that does nothing more than extract the tags, which I can then display on the same page as the current post.
Is this possible? If so, how do I set up the view?
I understand about taxonomy filtering. The problem is, a filter can only be used inside a view, which is usually a loop on some posts. Then the filter can be used to limit which posts are included in the loop.
My problem is different. I already have a post displayed using the single.php file. What I want to do is include a VIEW inside that page that displays ONLY the tags for the current post, nothing more. This has nothing to do with filtering, but rather displaying specific content for the current post on the same page where the post is already being displayed.
What I want to do is include a VIEW inside that page that displays ONLY the tags for the current post, nothing more.
==> Yes - I understand this and that is why I mean with my previous reply.
So - you should try to follow the following steps:
=> create a taxonomy view and set its content to Tags
=> setup content you want to display within the "Loop Editor"
=> Navigate to "Query Filter" section and click on the button "Add a filter"
-- select "Taxonomy term" and add query filter
-- select "Set by the page where this View is inserted" and save the filter
=> Add the view where you want to display it
Do the above steps help you to resolve your issue? If no, Please get in touch with me I will be happy to guide you in the right direction.