Answer the question
In order to leave comments, you need to log in
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 . ' ';
}
}
?>
Answer the question
In order to leave comments, you need to log in
They should have their own classes like class="tag-link-13"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question