Wordpress Related Tags: tags of other posts on search or taxonomy pages -


i know how to;

show tags of other posts on wordpress search result page // related tags

example; searched for: "race cars" results: 10 posts,

is there way show tags list of these 10 posts?

same question applies tag pages. example: when visiting .../tags/race-cars page see 20 posts. how show tag list of listed posts?

// same tag should not on list more once.

hope managed explain situation. thank answers. best,

edit: maybe it's idea name "related tags"

basically tried get_the_tags of multiple post id array didn't work.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -