-
Hi best support team,
I’m trying to display my most popular tags in the footer of my website, and I would like it to look similar to this example: https://imgur.com/a/kSS6gqI
I’ve tried several approaches, but I can’t seem to get it right. Could you please help me?
Thank you for your assistance.
-
Alvind
Hi there,
Do you just want to list all the tags in that format, or should they be sorted by popularity? If sorting by popularity, how would you determine which tags are popular?
-
Hi,
I would like to display around 20 tags on my website. However, I want to have the flexibility to choose the exact number to ensure it looks good on the page.
Additionally, I want the tags with the most articles to be classified as the most popular. For example, if the tag “Economy” is used in 5 articles, it should be considered more popular than “Work” if it is only used in 2 articles.
-
It will require custom development, unfortuanly.
If just to show the tags, you can use WP’s tag cloud block.
-
Okay, I understand. But is it possible to show the tags in a similar way like WP’s tag cloud block? I know that I could use that, but the design is too simple.
If you look at my website you can see that it is showing the tags in a nicer way at the very top of the article: https://duochjobbet.se/sa-blir-du-rik/
It would be okay for me to display the tags in the footer in the exact same way, but if I copy that element to the footer it doesn’t show any tags because that is dynamic data. But there should be some way to display all the tags on my website in the footer in a similar way as I am already doing in the article.
Can you help me with this?
-
I know that I could use that, but the design is too simple.
You can use CSS to style it, it’s easy.
p.wp-block-tag-cloud > a { border: 2px solid var(--contrast); padding: 8px 10px; border-radius: 12px; }
-
Thanks a lot!
-
No Problem 🙂
- You must be logged in to reply to this topic.