T
T
trgkodfp2017-09-07 08:52:28
metadata
trgkodfp, 2017-09-07 08:52:28

How to style labels in wordpress

Good afternoon. On the main page and on the article page, a list of tags is displayed using:

<?php
$posttags = get_the_tags();
if ($posttags) {
  foreach($posttags as $tag) {
    echo $tag->name . ' '; 
  }
}
?>

So complex that there were no links.
How can I give each label its own style?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Bender_Render, 2017-09-07
@Bender_Render

They should have their own classes like class="tag-link-13"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question