Home › Forums › Pro Support › How to Show Tags at Masonry Column? › Reply To: How to Show Tags at Masonry Column?
October 26, 2018 at 5:02 am
#6314
Participant
i think i found the solution, but i dont know if this code is true or false but the result is ok
.wp-show-posts-tags {
font-size: .8em;
}
.wp-show-posts-tags a {
color: #999999;
}
.wp-show-posts-tags a:hover {
color: #3a3a3a;
}
the next question is: i have a lot of post with more than 10 tags. how to limit and display random tags for maximum 10 tags? i need to display any 10 tags randomly. And if possible add some … after the last tags? something like excerpt post?